-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
38 lines (32 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
38
<?xml version="1.0"?>
<package format="3">
<name>wbc_ros</name>
<version>0.1.0</version>
<description>ROS interface for wbc library</description>
<maintainer email="dennis.mronga@dfki.de">Dennis Mronga</maintainer>
<license>BSD-3</license>
<url type="https://arc-opt.github.io/Documentation"></url>
<author email="dennis.mronga@dfki.de">Dennis Mronga</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>realtime_tools</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>trajectory_msgs</depend>
<depend>sensor_msgs</depend>
<depend>pluginlib</depend>
<depend>wbc_msgs</depend>
<depend>rclcpp_lifecycle</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
<depend>generate_parameter_library</depend>
<depend>launch_testing_ament_cmake</depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>xacro</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>ros2controlcli</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>