We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b812b3c commit c098795Copy full SHA for c098795
perception/probabilistic_occupancy_grid_map/package.xml
@@ -34,6 +34,7 @@
34
<depend>tier4_autoware_utils</depend>
35
<depend>visualization_msgs</depend>
36
37
+ <exec_depend>pointcloud_preprocessor</exec_depend>
38
<exec_depend>pointcloud_to_laserscan</exec_depend>
39
40
<test_depend>ament_cmake_gtest</test_depend>
@@ -44,6 +45,7 @@
44
45
<test_depend>launch_testing</test_depend>
46
<test_depend>launch_testing_ament_cmake</test_depend>
47
<test_depend>launch_testing_ros</test_depend>
48
+ <test_depend>pointcloud_preprocessor</test_depend>
49
<export>
50
<build_type>ament_cmake</build_type>
51
</export>
0 commit comments