-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
40 lines (33 loc) · 1.48 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
<package format="2">
<name>segbot_bringup</name>
<version>0.3.5</version>
<description>
Contains launch files and runtime scripts necessary for running
segbots in simulation and in the real world.
</description>
<license>BSD</license>
<url type="website">http://ros.org/wiki/segbot_bringup</url>
<url type="repository">https://github.com/utexas-bwi/segbot.git</url>
<url type="bugtracker">https://github.com/utexas-bwi/segbot/issues</url>
<author email="[email protected]">Piyush Khandelwal</author>
<maintainer email="[email protected]">Piyush Khandelwal</maintainer>
<maintainer email="[email protected]">Jack O'Quin</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<exec_depend>bwi_logging</exec_depend>
<exec_depend>dynamic_reconfigure</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>openni2_launch</exec_depend>
<exec_depend>python-netifaces</exec_depend>
<exec_depend version_gte="1.9.10">robot_state_publisher</exec_depend>
<exec_depend>segbot_description</exec_depend>
<exec_depend>segbot_sensors</exec_depend>
<exec_depend>segway_rmp</exec_depend>
<!-- segway_v3 packages commented out until released publicly -->
<!-- <exec_depend>segway_msgs</exec_depend> -->
<!-- <exec_depend>segway_ros</exec_depend> -->
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>stop_base</exec_depend>
<exec_depend>tf</exec_depend>
<exec_depend>xacro</exec_depend>
<test_depend>roslaunch</test_depend>
</package>