Skip to content

Commit 711d2ea

Browse files
facontidavideclaude
andcommitted
fix(ci): use correct rosdep key libpcl-all-dev for PCL
libpcl-dev is not a valid rosdep key (KeyError on buildfarm). The correct key is libpcl-all-dev which resolves to apt package libpcl-dev. This also fixes the original Humble buildfarm issue: the old libpcl-common/libpcl-io keys only installed runtime libs (libpcl-common1.12), never the dev headers/PCLConfig.cmake needed by find_package(PCL). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 06ea472 commit 711d2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudini_lib/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<buildtool_depend>ament_cmake</buildtool_depend>
1616

17-
<build_depend>libpcl-dev</build_depend>
18-
<build_export_depend>libpcl-dev</build_export_depend>
17+
<build_depend>libpcl-all-dev</build_depend>
18+
<build_export_depend>libpcl-all-dev</build_export_depend>
1919
<exec_depend>libpcl-common</exec_depend>
2020
<exec_depend>libpcl-io</exec_depend>
2121
<build_depend>libzstd-dev</build_depend>

0 commit comments

Comments
 (0)