forked from micro-ROS/micro_ros_setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (27 loc) · 1.06 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"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>micro_ros_setup</name>
<version>2.1.1</version>
<description>Tools for setting up micro-ROS workspaces</description>
<maintainer email="[email protected]">Ingo Lütkebohle</maintainer>
<license>Apache-2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>curl</depend>
<depend>python3-yaml</depend>
<!-- these are needed to build fastrtps -->
<buildtool_depend>asio</buildtool_depend>
<buildtool_depend>tinyxml2</buildtool_depend>
<!-- end fastrtps deps -->
<depend>clang-tidy</depend>
<build_depend>flex</build_depend>
<build_depend>bison</build_depend>
<build_depend>libncurses-dev</build_depend>
<build_depend>usbutils</build_depend>
<exec_depend>python3-vcstool</exec_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>