-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
49 lines (42 loc) · 1.87 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
47
48
49
<?xml version="1.0"?>
<package format="3">
<name>fre_row_navigation</name>
<version>1.0.0</version>
<description>
This package contains the code used by Kamaro Engineering e.V. on the
virtual Field Robot Event 2021 held from 08. to 10. June.
</description>
<license file="LICENSE">GPLv3</license>
<url type="website">https://kamaro-engineering.de</url>
<url type="github">https://github.com/Kamaro-Engineering</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>visualization_msgs</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>laser_geometry</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_ros</build_depend>
<build_depend>actionlib</build_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>dynamic_reconfigure</exec_depend>
<exec_depend>actionlib_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<exec_depend>pcl_ros</exec_depend>
<exec_depend>laser_geometry</exec_depend>
<exec_depend>tf2</exec_depend>
<exec_depend>tf2_ros</exec_depend>
<exec_depend>actionlib</exec_depend>
</package>