-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (20 loc) · 830 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<package format="2">
<name>noisy_turtle_playback</name>
<version>0.1.0</version>
<description>A package that generates Gaussian noise and adds it to velocity readings from odometry</description>
<maintainer email="[email protected]">Sandip Das</maintainer>
<license>BSD</license>
<url type="website">http://github.com/real-Sandip-Das/noisy_turtle_playback</url>
<url type="bugtracker">http://github.com/real-Sandip-Das/noisy_turtle_playback/issues</url>
<author email="[email protected]">Sandip Das</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>nav_msgs</depend>
<depend>geometry_msgs</depend>
<test_depend>gtest</test_depend>
<doc_depend>doxygen</doc_depend>
<export>
<rosdoc config="rosdoc.yaml" />
</export>
</package>