-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
37 lines (28 loc) · 1.16 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"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros2_control_py</name>
<version>0.0.2</version>
<description>Python binding for ros2_control</description>
<maintainer email="[email protected]">Olivier Stasse</maintainer>
<license>Apache License 2.0</license>
<author email="[email protected]">Olivier Stasse</author>
<author email="[email protected]">Maxence MICHOT</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<build_depend>pybind11_vendor</build_depend>
<build_depend>flex</build_depend>
<exec_depend>ament_index_python</exec_depend>
<depend>rclcpp</depend>
<depend>rclcpp_lifecycle</depend>
<depend>controller_interface</depend>
<depend>controller_manager</depend>
<depend>controller_manager_msgs</depend>
<depend>hardware_interface</depend>
<depend>joint_limits</depend>
<depend>transmission_interface</depend>
<test_depend>ament_cmake_pytest</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>