-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
27 lines (27 loc) · 1.02 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
<?xml version="1.0"?>
<package format="2">
<name>mapr_project</name>
<version>0.0.1</version>
<description>Elevation map.</description>
<maintainer email="[email protected]">Kamil Miedzinski, Mateusz Grycmacher</maintainer>
<license>BSD</license>
<url type="website">http://lrm.put.poznan.pl</url>
<url type="bugtracker">http://lrm.put.poznan.pl</url>
<author email="[email protected]">Kamil Miedzinski, Mateusz Grycmacher</author>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>sensor_msgs</depend>
<depend>message_filters</depend>
<depend>geometry_msgs</depend>
<depend>std_msgs</depend>
<depend>grid_map_core</depend>
<depend>grid_map_ros</depend>
<depend>grid_map_msgs</depend>
<depend>tf</depend>
<depend>tf_conversions</depend>
<depend>eigen_conversions</depend>
<depend>moveit_ros_planning_interface</depend>
<depend>moveit_ros_move_group</depend>
<depend>trajectory_msgs</depend>
<depend>ompl</depend>
</package>