-
Notifications
You must be signed in to change notification settings - Fork 97
/
package.xml
40 lines (33 loc) · 1.4 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
<?xml version="1.0"?>
<package format="3">
<name>control_toolbox</name>
<version>3.3.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]">Denis Štogl</maintainer>
<maintainer email="[email protected]">Christoph Froehlich</maintainer>
<maintainer email="[email protected]">Sai Kishor Kothakota</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://control.ros.org</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>eigen</depend>
<depend>filters</depend>
<depend>generate_parameter_library</depend>
<depend>geometry_msgs</depend>
<depend>pluginlib</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>