-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
43 lines (33 loc) · 1.49 KB
/
Copy pathpackage.xml
File metadata and controls
43 lines (33 loc) · 1.49 KB
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
39
40
41
42
43
<package format="2">
<name>joint_trajectory_controller</name>
<description> Controller for executing joint-space trajectories on a group of joints. </description>
<version>0.13.2</version>
<maintainer email="adolfo.rodriguez@pal-robotics.com">Adolfo Rodriguez Tsouroukdissian</maintainer>
<maintainer email="bence.magyar.robotics@gmail.com">Bence Magyar</maintainer>
<maintainer email="enrique.fernandez.perdomo@gmail.com">Enrique Fernandez</maintainer>
<license>BSD</license>
<url type="website">https://github.com/ros-controls/ros_controllers/wiki</url>
<url type="bugtracker">https://github.com/ros-controls/ros_controllers/issues</url>
<url type="repository">https://github.com/ros-controls/ros_controllers</url>
<author>Adolfo Rodriguez Tsouroukdissian</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>message_generation</build_depend>
<depend>actionlib</depend>
<depend>angles</depend>
<depend>control_msgs</depend>
<depend>control_toolbox</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
<depend>realtime_tools</depend>
<depend>roscpp</depend>
<depend>trajectory_msgs</depend>
<depend>urdf</depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>rostest</test_depend>
<test_depend>controller_manager</test_depend>
<test_depend>xacro</test_depend>
<export>
<controller_interface plugin="${prefix}/ros_control_plugins.xml"/>
</export>
</package>