forked from ros-controls/ros2_control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
36 lines (26 loc) · 1.18 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
<package format="3">
<name>joint_limits_interface</name>
<version>0.0.0</version>
<description>Interface for enforcing joint limits.</description>
<maintainer email="[email protected]">Bence Magyar</maintainer>
<maintainer email="[email protected]">Denis Štogl</maintainer>
<license>Apache License 2.0</license>
<url type="website">https://github.com/ros-controls/ros2_control/wiki</url>
<url type="bugtracker">https://github.com/ros-controls/ros2_control/issues</url>
<url type="repository">https://github.com/ros-controls/ros2_control</url>
<author>Adolfo Rodriguez Tsouroukdissian</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>urdf</depend>
<build_depend>hardware_interface</build_depend>
<build_export_depend>hardware_interface</build_export_depend>
<test_depend>ament_cmake_gtest</test_depend>
<test_depend>hardware_interface</test_depend>
<test_depend>launch</test_depend>
<test_depend>launch_ros</test_depend>
<test_depend>launch_testing</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>