-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
28 lines (23 loc) · 887 Bytes
/
package.xml
File metadata and controls
28 lines (23 loc) · 887 Bytes
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
<?xml version="1.0"?>
<package format="3">
<name>trapezoidal_joint_controller</name>
<version>1.0.0</version>
<description>Trapezoidal Joint Controller - Streaming controller using trapezoidal motion planner</description>
<maintainer email="basiljamal97@gmail.com">Basil Jamal Abu Zanouneh</maintainer>
<license>Private</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>controller_interface</depend>
<depend>generate_parameter_library</depend>
<depend>realtime_tools</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>control_msgs</depend>
<depend>trajectory_msgs</depend>
<depend>controller_utils</depend>
<depend>trapezoidal_motion_planner</depend>
<build_depend>pluginlib</build_depend>
<test_depend>ament_cmake_gmock</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>