forked from thekvs/tricycle_drive_controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
41 lines (32 loc) · 1.35 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
<package>
<name>tricycle_drive_controller</name>
<version>0.1.0</version>
<description>Controller for a tricycle drive mobile base.</description>
<maintainer email="kvs@sigterm.ru">Konstantin Sorokin</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 email="kvs@sigterm.ru">Konstantin Sorokin</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>controller_interface</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>ackermann_msgs</build_depend>
<build_depend>realtime_tools</build_depend>
<build_depend>tf</build_depend>
<build_depend>urdf</build_depend>
<run_depend>controller_interface</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>ackermann_msgs</run_depend>
<run_depend>realtime_tools</run_depend>
<run_depend>tf</run_depend>
<run_depend>urdf</run_depend>
<!--Tests-->
<build_depend>rostest</build_depend>
<test_depend>std_srvs</test_depend>
<test_depend>controller_manager</test_depend>
<test_depend>xacro</test_depend>
<export>
<controller_interface plugin="${prefix}/tricycle_drive_controller_plugins.xml"/>
</export>
</package>