-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
40 lines (32 loc) · 1.27 KB
/
Copy pathpackage.xml
File metadata and controls
40 lines (32 loc) · 1.27 KB
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
<?xml version="1.0"?>
<package format="3">
<name>groundgrid</name>
<version>1.0.0</version>
<description>GroundGrid: Ground Segmentation and Terrain Estimation</description>
<maintainer email="n.steinke@fu-berlin.de">Dahlem Center for Machine Learning and Robotics, Autonomos-Labs, FU Berlin</maintainer>
<license>BSD</license>
<url type="website">https://www.autonomos-labs.de/</url>
<author email="n.steinkeg@fu-berlin.de">Dahlem Center for Machine Learning and Robotics, Autonomos-Labs, FU Berlin</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<depend>rclcpp</depend>
<depend>rclcpp_components</depend>
<depend>geometry_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>tf2</depend>
<depend>tf2_ros</depend>
<depend>tf2_msgs</depend>
<depend>tf2_geometry_msgs</depend>
<depend>grid_map_core</depend>
<depend>grid_map_ros</depend>
<depend>grid_map_cv</depend>
<depend>grid_map_msgs</depend>
<depend>grid_map_visualization</depend>
<depend>grid_map_rviz_plugin</depend>
<depend>cv_bridge</depend>
<depend>nav_msgs</depend>
<depend>pcl_ros</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>