-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
41 lines (28 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
33
34
35
36
37
38
39
40
41
<?xml version="1.0"?>
<package format="3">
<name>unified_teleop</name>
<version>0.0.1</version>
<description>Package that allows a robot to interface with any controller input device</description>
<maintainer email="[email protected]">Matthew Elwin</maintainer>
<license>GPLv3</license>
<url type="repository">https://github.com/dkoh555/numsr_contoller_interface</url>
<author email="[email protected]">Damien Koh</author>
<author email="[email protected]">Matthew Elwin</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>cmakeme</build_depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>std_srvs</depend>
<depend>rosbag2_interfaces</depend>
<depend>rclcpp_lifecycle</depend>
<depend>lifecycle_msgs</depend>
<depend>catch_ros2</depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>