-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
37 lines (25 loc) · 1.04 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
<?xml version="1.0"?>
<package format="2">
<name>diffdrive_arduino</name>
<version>0.0.1</version>
<description>Provides an interface between diff_drive_controller and an Arduino.</description>
<maintainer email="[email protected]">Josh Newans</maintainer>
<author email="[email protected]">Josh Newans</author>
<license>BSD</license>
<!-- <url type="website">http://wiki.ros.org/diffdrive_arduino</url> -->
<url type="bugtracker">https://github.com/joshnewans/diffdrive_arduino/issues</url>
<url type="repository">https://github.com/joshnewans/diffdrive_arduino</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>hardware_interface</depend>
<depend>controller_manager</depend>
<depend>pluginlib</depend>
<depend>rclcpp</depend>
<depend>serial</depend>
<depend>rclcpp_lifecycle</depend>
<!-- <depend>rclcpp_lifecyle</depend> -->
<test_depend>ament_add_gmock</test_depend>
<test_depend>hardware_interface</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>