-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.xml
44 lines (34 loc) · 1.42 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
<?xml version="1.0"?>
<package format="2">
<name>groundgrid</name>
<version>1.0.0</version>
<description>GroundGrid: Ground Segmentation and Terrain Estimation</description>
<maintainer email="[email protected]">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="[email protected]">Dahlem Center for Machine Learning and Robotics, Autonomos-Labs, FU Berlin</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<depend>nodelet</depend>
<depend>dynamic_reconfigure</depend>
<!-- grid_map -->
<depend>grid_map_core</depend>
<depend>grid_map_ros</depend>
<depend>grid_map_cv</depend>
<depend>grid_map_loader</depend>
<depend>grid_map_msgs</depend>
<depend>grid_map_rviz_plugin</depend>
<depend>grid_map_visualization</depend>
<depend>cv_bridge</depend>
<depend>nav_msgs</depend>
<depend>pcl_ros</depend>
<!-- export of nodelet definition XML -->
<export>
<nodelet plugin="${prefix}/nodelet_plugins.xml" />
</export>
</package>