-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.xml
36 lines (30 loc) · 1.13 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="3">
<name>arduinobot_controller</name>
<version>0.0.0</version>
<description>The arduinobot_controller package</description>
<maintainer email="[email protected]">Antonio Brandi</maintainer>
<license>Apache 2.0</license>
<author email="[email protected]">Antonio Brandi</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<depend>rclcpp</depend>
<depend>rclpy</depend>
<depend>trajectory_msgs</depend>
<depend>sensor_msgs</depend>
<depend>hardware_interface</depend>
<depend>rclcpp_lifecycle</depend>
<depend>pluginlib</depend>
<depend>libserial-dev</depend>
<exec_depend>ros2launch</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>xacro</exec_depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>arduinobot_description</exec_depend>
<exec_depend>joint_state_publisher_gui</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>