-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.xml
45 lines (40 loc) · 1.54 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
41
42
43
44
45
<?xml version="1.0"?>
<package>
<name>bobble_controllers</name>
<version>1.0.0</version>
<description>Holds the real-time balance controller for BobbleBot</description>
<maintainer email="[email protected]">Mike Moore
</maintainer>
<license>tbd</license>
<url type="website">tbd</url>
<author email="[email protected]">Mike Moore</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>control_msgs</build_depend>
<build_depend>controller_interface</build_depend>
<build_depend>controller_manager</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>rospy</build_depend>
<build_depend>rostest</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>gazebo_ros</run_depend>
<run_depend>gazebo_ros_control</run_depend>
<run_depend>gazebo_ros_pkgs</run_depend>
<run_depend>control_msgs</run_depend>
<run_depend>controller_interface</run_depend>
<run_depend>controller_manager</run_depend>
<run_depend>joint_state_controller</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>pluginlib</run_depend>
<run_depend>rospy</run_depend>
<run_depend>rostest</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>python-seaborn</run_depend>
<test_depend>xacro</test_depend>
<test_depend>rosunit</test_depend>
<export>
<controller_interface plugin="${prefix}/bobble_controllers_plugins.xml"/>
</export>
</package>