-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
46 lines (40 loc) · 1.51 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"?>
<package format="2">
<name>elevation_mapping</name>
<version>0.7.6</version>
<description>Generates an elevation map from distance measurements and robot pose information.</description>
<maintainer email="[email protected]">Maximilian Wulf</maintainer>
<maintainer email="[email protected]">Magnus Gaertner</maintainer>
<license>BSD</license>
<url type="website">http://github.com/anybotics/elevation_mapping</url>
<url type="bugtracker">http://github.com/anybotics/elevation_mapping/issues</url>
<author email="[email protected]">Péter Fankhauser</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>boost</depend>
<depend>eigen</depend>
<depend>pcl</depend>
<!-- <depend>eigen_conversions</depend> probably not necessary -->
<depend>grid_map_core</depend>
<depend>grid_map_ros</depend>
<depend>grid_map_msgs</depend>
<depend>kindr</depend>
<depend>kindr_ros</depend>
<depend>message_filters</depend>
<depend>pcl_ros</depend>
<depend>rclcpp</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>tf2_eigen</depend>
<depend>tf2_geometry_msgs</depend>
<test_depend>ament_cmake_gtest</test_depend>
<!-- <test_depend>grid_map_filters</test_depend>
<test_depend>gtest</test_depend>
<test_depend>roslaunch</test_depend>
<test_depend>rostest</test_depend> -->
<export>
<build_type>ament_cmake</build_type>
</export>
</package>