forked from nobleo/tracking_pid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
46 lines (40 loc) · 1.57 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
44
45
46
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format3.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>tracking_pid</name>
<version>2.2.0</version>
<description>PID controller following a moving carrot</description>
<maintainer email="[email protected]">Cesar Lopez</maintainer>
<author email="[email protected]">Michiel Francke</author>
<author email="[email protected]">Cesar Lopez</author>
<license>Apache 2.0</license>
<buildtool_depend>catkin</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 2">python-setuptools</buildtool_depend>
<buildtool_depend condition="$ROS_PYTHON_VERSION == 3">python3-setuptools</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>angles</depend>
<depend>dynamic_reconfigure</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>pluginlib</depend>
<depend>roscpp</depend>
<depend>roslib</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<depend>tf</depend>
<depend>visualization_msgs</depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>nav_core</exec_depend>
<test_depend>mobile_robot_simulator</test_depend>
<test_depend>rosunit</test_depend>
</package>