-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.xml
32 lines (25 loc) · 1.14 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
<?xml version="1.0"?>
<package format="3">
<name>topic_based_ros2_control</name>
<version>0.2.0</version>
<description>ros2 control hardware interface for topic_based sim</description>
<maintainer email="[email protected]">Marq Rasmussen</maintainer>
<maintainer email="[email protected]">Jafar</maintainer>
<author email="[email protected]">Jafar</author>
<license>BSD</license>
<url type="website">https://github.com/PickNikRobotics/topic_based_ros2_control</url>
<url type="bugtracker">https://github.com/PickNikRobotics/topic_based_ros2_control/issues</url>
<url type="repository">https://github.com/PickNikRobotics/topic_based_ros2_control/</url>
<buildtool_depend>ament_cmake</buildtool_depend>s
<depend>angles</depend>
<depend>rclcpp</depend>
<depend>hardware_interface</depend>
<depend>sensor_msgs</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>picknik_ament_copyright</test_depend>
<test_depend>ros2_control_test_assets</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>