forked from gdut-dynamic-x/simple_chassis_controller
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
26 lines (23 loc) · 922 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
<?xml version="1.0"?>
<package format="2">
<name>simple_chassis_controller</name>
<version>0.1.0</version>
<description>Simple robot Chassis controller</description>
<maintainer email="[email protected]">Qiayuan Liao</maintainer>
<license>BSD</license>
<author email="[email protected]">Qiayuan Liao</author>
<!-- buildtool_depend: dependencies of the build process -->
<buildtool_depend>catkin</buildtool_depend>
<!-- build_depend: dependencies only used in source files -->
<!-- depend: build, export, and execution dependency -->
<depend>roscpp</depend>
<depend>roslint</depend>
<depend>controller_interface</depend>
<depend>hardware_interface</depend>
<depend>forward_command_controller</depend>
<depend>pluginlib</depend>
<depend>rm_description</depend>
<export>
<controller_interface plugin="${prefix}/simple_chassis_controller_plugins.xml"/>
</export>
</package>