Skip to content

Commit 290619d

Browse files
committed
eloquent fix rosdep keys for pcl
1 parent 95bb9f2 commit 290619d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format ="3">
44
<name>spatio_temporal_voxel_layer</name>
5-
<version>2.1.0</version>
5+
<version>2.1.1</version>
66
<description>The spatio-temporal 3D obstacle costmap package</description>
77

88
<maintainer email="stevenmacenski@gmail.com">Steve Macenski</maintainer>
@@ -23,7 +23,7 @@
2323
<depend>std_msgs</depend>
2424
<depend>std_srvs</depend>
2525
<depend>laser_geometry</depend>
26-
<depend>pcl</depend>
26+
<depend>libpcl-all</depend>
2727
<depend>pcl_conversions</depend>
2828
<depend>rclcpp</depend>
2929
<depend>message_filters</depend>

0 commit comments

Comments
 (0)