Commit 711d2ea
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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
| 17 | + | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments