-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
36 lines (32 loc) · 1.34 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
<?xml version="1.0"?>
<package format="2">
<name>kobuki_ftdi</name>
<version>1.0.0</version>
<description>
Utilities for flashing and enabling Kobuki's USB connection.
This package contains tools for flashing the Kobuki's FTDI chip (usually done at the factory).
The special firmware for the FTDI chip (USB to serial converter) enables it to appear as
/dev/kobuki on the user's PC.
</description>
<author>Younghun Ju</author>
<author>Daniel Stonier</author>
<maintainer email="[email protected]">Daniel Stonier</maintainer>
<license>BSD</license>
<url type="bugtracker">https://github.com/kobuki-base/kobuki_ftdi/issues</url>
<url type="repository">https://github.com/kobuki-base/kobuki_ftdi</url>
<url type="website">https://kobuki.readthedocs.io/en/release-1.0.x/</url>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>ecl_build</build_depend>
<build_depend>ecl_command_line</build_depend>
<build_depend>ftdi-eeprom</build_depend>
<build_depend>libusb-dev</build_depend>
<build_depend>libftdi-dev</build_depend>
<build_depend>pkg-config</build_depend>
<exec_depend>ecl_command_line</exec_depend>
<exec_depend>ftdi-eeprom</exec_depend>
<exec_depend>libusb-dev</exec_depend>
<exec_depend>libftdi-dev</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>