-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (24 loc) · 1.04 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
<package format="2">
<name>control_toolbox</name>
<version>1.17.0</version>
<description>The control toolbox contains modules that are useful across all controllers.</description>
<maintainer email="[email protected]">Bence Magyar</maintainer>
<license>BSD</license>
<url type="website">http://ros.org/wiki/control_toolbox</url>
<url type="bugtracker">https://github.com/ros-controls/control_toolbox/issues</url>
<url type="repository">https://github.com/ros-controls/control_toolbox/</url>
<author>Melonee Wise</author>
<author>Sachin Chitta</author>
<author>John Hsu</author>
<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<depend>control_msgs</depend>
<depend>std_msgs</depend>
<depend>roscpp</depend>
<depend>dynamic_reconfigure</depend>
<depend>tinyxml</depend>
<depend>realtime_tools</depend>
<test_depend>rosunit</test_depend>
</package>