forked from SteveMacenski/spatio_temporal_voxel_layer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
43 lines (36 loc) · 1.38 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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format ="3">
<name>spatio_temporal_voxel_layer</name>
<version>2.1.3</version>
<description>The spatio-temporal 3D obstacle costmap package</description>
<maintainer email="stevenmacenski@gmail.com">Steve Macenski</maintainer>
<license>LGPL v2.1</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<build_depend>rosidl_default_generators</build_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<depend>builtin_interfaces</depend>
<depend>nav2_costmap_2d</depend>
<depend>geometry_msgs</depend>
<depend>pluginlib</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>std_srvs</depend>
<depend>laser_geometry</depend>
<depend>libpcl-all</depend>
<depend>pcl_conversions</depend>
<depend>rclcpp</depend>
<depend>message_filters</depend>
<depend>tf2_ros</depend>
<depend>tf2_geometry_msgs</depend>
<depend>visualization_msgs</depend>
<depend>libopenvdb-dev</depend>
<depend>libopenvdb</depend>
<depend>libopenexr-dev</depend>
<test_depend>ament_lint_auto</test_depend>
<export>
<costmap_2d plugin="${prefix}/costmap_plugins.xml" />
<build_type>ament_cmake</build_type>
</export>
</package>