-
Notifications
You must be signed in to change notification settings - Fork 106
/
package.xml
33 lines (21 loc) · 892 Bytes
/
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
<?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="josh.newans@gmail.com">Josh Newans</maintainer>
<author email="josh.newans@gmail.com">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>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>