Skip to content

Commit

Permalink
fix: add dependency to pointcloud preprocessor
Browse files Browse the repository at this point in the history
Signed-off-by: yoshiri <[email protected]>
  • Loading branch information
YoshiRi committed Apr 27, 2024
1 parent b812b3c commit c098795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perception/probabilistic_occupancy_grid_map/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<depend>tier4_autoware_utils</depend>
<depend>visualization_msgs</depend>

<exec_depend>pointcloud_preprocessor</exec_depend>
<exec_depend>pointcloud_to_laserscan</exec_depend>

<test_depend>ament_cmake_gtest</test_depend>
Expand All @@ -44,6 +45,7 @@
<test_depend>launch_testing</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<test_depend>launch_testing_ros</test_depend>
<test_depend>pointcloud_preprocessor</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
Expand Down

0 comments on commit c098795

Please sign in to comment.