-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
43 lines (37 loc) · 1.37 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
39
40
41
42
43
<?xml version="1.0"?>
<package format="2">
<name>diff_drive_controller_rbs</name>
<version>0.0.4</version>
<description>The diff_drive_controller_rbs package</description>
<!-- Maintainer -->
<maintainer email="[email protected]">Ricardo B. Sousa</maintainer>
<!-- License -->
<license>GPLv3</license>
<!-- Wiki -->
<!-- <url type="website">http://wiki.ros.org/robot_sim_diff_drive_rbs</url> -->
<!-- Author -->
<author email="[email protected]">Ricardo B. Sousa</author>
<author email="[email protected]">Héber Miguel Sobreira</author>
<author email="[email protected]">António Paulo Moreira</author>
<!-- Dependencies -->
<buildtool_depend>catkin</buildtool_depend>
<depend>controller_interface</depend>
<depend>control_msgs</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>hardware_interface</depend>
<depend>itrci_hardware</depend>
<depend>nav_msgs</depend>
<depend>realtime_tools</depend>
<depend>tf</depend>
<build_depend>boost</build_depend>
<build_depend>pluginlib</build_depend>
<build_depend>urdf</build_depend>
<build_export_depend>boost</build_export_depend>
<exec_depend>pluginlib</exec_depend>
<exec_depend>urdf</exec_depend>
<export>
<controller_interface
plugin="${prefix}/diff_drive_controller_rbs_plugins.xml"/>
</export>
</package>