forked from ros-controls/control_toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
36 lines (30 loc) · 1.22 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
<?xml version="1.0"?>
<package format="3">
<name>control_toolbox</name>
<version>3.2.0</version>
<description>The control toolbox contains modules that are useful across all controllers.</description>
<maintainer email="[email protected]">Bence Magyar</maintainer>
<maintainer email="[email protected]">Jordan Palacios</maintainer>
<license>BSD-3-Clause</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>ament_cmake</buildtool_depend>
<depend>control_msgs</depend>
<depend>filters</depend>
<depend>geometry_msgs</depend>
<depend>pluginlib</depend>
<depend>generate_parameter_library</depend>
<depend>rclcpp</depend>
<depend>rcutils</depend>
<depend>realtime_tools</depend>
<test_depend>ament_cmake_gmock</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>rclcpp_lifecycle</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>