-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.xml
28 lines (22 loc) · 892 Bytes
/
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
<?xml version="1.0"?>
<package>
<name>ur_test_controllers</name>
<version>0.0.0</version>
<description>The ur_test_controllers package</description>
<maintainer email="[email protected]">mprada</maintainer>
<license>TODO</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>controller_interface</build_depend>
<build_depend>hardware_interface</build_depend>
<build_depend>realtime_tools</build_depend>
<build_depend>control_toolbox</build_depend>
<build_depend>joint_trajectory_controller</build_depend>
<run_depend>controller_interface</run_depend>
<run_depend>hardware_interface</run_depend>
<run_depend>realtime_tools</run_depend>
<run_depend>control_toolbox</run_depend>
<run_depend>joint_trajectory_controller</run_depend>
<export>
<controller_interface plugin="${prefix}/ur_test_controllers.xml"/>
</export>
</package>