forked from nobleo/path_tracking_pid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
41 lines (36 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
<?xml version="1.0"?>
<package format="2">
<name>path_tracking_pid</name>
<version>2.19.0</version>
<description>Follows a trajectory with open-loop speed and closed loop (pid) lateral control</description>
<maintainer email="[email protected]">Cesar Lopez</maintainer>
<author email="[email protected]">Cesar Lopez</author>
<author email="[email protected]">Michiel Francke</author>
<license>Apache-2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<build_depend>roslint</build_depend>
<build_depend>rostest</build_depend>
<build_export_depend>message_runtime</build_export_depend>
<depend>actionlib</depend>
<depend>actionlib_msgs</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>mbf_costmap_core</depend>
<depend>mbf_msgs</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>visualization_msgs</depend>
<exec_depend>mbf_costmap_nav</exec_depend>
<exec_depend>message_runtime</exec_depend>
<test_depend>mobile_robot_simulator</test_depend>
<test_depend>rospy</test_depend>
<export>
<mbf_costmap_core plugin="${prefix}/path_tracking_pid_plugin.xml"/>
</export>
</package>