forked from ipa-fmw-ms/nxt_apps
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstack.xml
More file actions
19 lines (16 loc) · 741 Bytes
/
stack.xml
File metadata and controls
19 lines (16 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<stack>
<description brief="nxt_apps">
nxt_apps stack provides a set of common applications that can be run with the robots provided in the nxt_robot stack or
other custom made robots.
</description>
<author>Maintained by Tully Foote, Wim Meeussen, and Melonee Wise</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/nxt_apps</url>
<depend stack="common_msgs" /> <!-- geometry_msgs -->
<depend stack="joystick_drivers" /> <!-- joy -->
<depend stack="navigation" /> <!-- base_local_planner, costmap_2d -->
<depend stack="nxt" /> <!-- nxt_ros -->
<depend stack="nxt_robots" /> <!-- nxt_robot_gyro_car, nxt_robot_sensor_car -->
<depend stack="ros" />
</stack>