forked from calderpg/voxelized_geometry_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (22 loc) · 940 Bytes
/
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>voxelized_geometry_tools</name>
<version>0.0.1</version>
<description>Voxelized geometry tools (Voxel-based collision/occupancy maps, signed-distance fields, discrete geometry tools)</description>
<maintainer email="calder.pg@gmail.com">Calder Phillips-Grafflin</maintainer>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<depend>roscpp</depend>
<depend>std_msgs</depend>
<depend>geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>common_robotics_utilities</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>