Skip to content

Commit c098795

Browse files
committed
fix: add dependency to pointcloud preprocessor
Signed-off-by: yoshiri <yoshiyoshidetteiu@gmail.com>
1 parent b812b3c commit c098795

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

perception/probabilistic_occupancy_grid_map/package.xml

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<depend>tier4_autoware_utils</depend>
3535
<depend>visualization_msgs</depend>
3636

37+
<exec_depend>pointcloud_preprocessor</exec_depend>
3738
<exec_depend>pointcloud_to_laserscan</exec_depend>
3839

3940
<test_depend>ament_cmake_gtest</test_depend>
@@ -44,6 +45,7 @@
4445
<test_depend>launch_testing</test_depend>
4546
<test_depend>launch_testing_ament_cmake</test_depend>
4647
<test_depend>launch_testing_ros</test_depend>
48+
<test_depend>pointcloud_preprocessor</test_depend>
4749
<export>
4850
<build_type>ament_cmake</build_type>
4951
</export>

0 commit comments

Comments
 (0)