-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.xml
30 lines (25 loc) · 1.08 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
<?xml version="1.0"?>
<package format="2">
<name>pointcloud_occupancy_tracking_example</name>
<version>0.0.1</version>
<description>ROS example using pointcloud voxelization in [voxelized_geometry_tools](github.com/calderpg.voxelized_geometry_tools) for occupancy tracking from pointclouds.</description>
<maintainer email="[email protected]">Calder Phillips-Grafflin</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>tf2_msgs</depend>
<depend>visualization_msgs</depend>
<depend>common_robotics_utilities</depend>
<depend>voxelized_geometry_tools</depend>
<build_depend>message_generation</build_depend>
<exec_depend>message_runtime</exec_depend>
<!-- The export tag contains other, unspecified, tags -->
<export>
<!-- You can specify that this package is a metapackage here: -->
<!-- <metapackage/> -->
<!-- Other tools can request additional information be placed here -->
</export>
</package>