-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
42 lines (33 loc) · 1.38 KB
/
Copy pathpackage.xml
File metadata and controls
42 lines (33 loc) · 1.38 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<package>
<package>
<name>turtlebot_follower</name>
<version>2.3.3</version>
<description>
Follower for the turtlebot. Follows humans and robots around by following the centroid of a box points in front of the turtlebot.
</description>
<maintainer email="stonier@rnd.yujinrobot.com">Daniel Stonier</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/turtlebot_apps</url>
<url type="repository">https://github.com/turtlebot/turtlebot_apps</url>
<url type="bugtracker">https://github.com/turtlebot/turtlebot_apps/issues</url>
<author email="tony.pratkanis@to.do">Tony Pratkanis</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>nodelet</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>turtlebot_msgs</build_depend>
<run_depend>nodelet</run_depend>
<run_depend>pcl_ros</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>visualization_msgs</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>topic_tools</run_depend>
<run_depend>turtlebot_bringup</run_depend>
<run_depend>turtlebot_teleop</run_depend>
<run_depend>turtlebot_msgs</run_depend>
<export>
<nodelet plugin="${prefix}/plugins/nodelets.xml" />
</export>
</package>