-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
50 lines (41 loc) · 1.74 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
50
<?xml version="1.0"?>
<package format="2">
<name>mas_navigation_tools</name>
<version>0.0.2</version>
<description>several base navigation tools</description>
<maintainer email="robotics@mail.inf.h-brs.de">MAS Robotics</maintainer>
<license>GPLv3</license>
<author email="frederik.hegger@h-brs.de">Frederik Hegger</author>
<author email="olima_84@yahoo.com">Oscar Lima</author> <!--path length calculator-->
<author email="sushant.chavan@smail.inf.h-brs.de">Sushant Chavan</author>
<author email="ahmed.abdelrahman@inf.h-brs.de">Ahmed Faisal Abdelrahman</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>rospy</depend>
<depend>rviz</depend>
<build_depend>actionlib</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>laser_geometry</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>roslint</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>pcl_ros</build_depend>
<build_depend>ira_laser_tools</build_depend>
<build_depend>pointcloud_to_laserscan</build_depend>
<exec_depend>actionlib</exec_depend>
<exec_depend>actionlib_msgs</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>pcl_ros</exec_depend>
<exec_depend>visualization_msgs</exec_depend>
<exec_depend>mas_tools</exec_depend>
<test_depend>roslaunch</test_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- Other tools can request additional information be placed here -->
<rviz plugin="${prefix}/plugin_description.xml"/>
</export>
</package>