We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8a31b commit 220def8Copy full SHA for 220def8
grid_map_pcl/package.xml
@@ -21,7 +21,9 @@
21
<depend>rclcpp</depend>
22
<depend>rcutils</depend>
23
<depend>yaml-cpp</depend>
24
- <depend>libpcl-all-dev</depend>
+ <build_depend>libpcl-all-dev</build_depend>
25
+ <build_export_depend>libpcl-all-dev</build_export_depend>
26
+ <exec_depend>libpcl-all</exec_depend>
27
28
<test_depend>ament_cmake_gtest</test_depend>
29
<test_depend>ament_lint_auto</test_depend>
0 commit comments