-
OS: Ubuntu 22.04.1 Installed CCD from source rosdep install --from-paths src --ignore-src --rosdistro humble -y
Error message:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Thanks for reporting these outputs; it's valuable to see what kind of outcomes users are experiencing on their own machines. I can't think of any reason that installing The complaint about I think the complaint about |
Beta Was this translation helpful? Give feedback.
Thanks for reporting these outputs; it's valuable to see what kind of outcomes users are experiencing on their own machines.
I can't think of any reason that installing
libccd
from source would cause any of the outputs that you're reporting.The complaint about
uuid-dev
means we used the wrong key name for thelibuuid
dependency in thepackage.xml
. I've created a PR to fix this so please pull that and try it out at your earliest convenience.I think the complaint about
nlohmann_json
missing shouldn't happen if you havenlohmann_json_schema_validator_vendor
in your colcon workspace and rosdep was run successfully for it. I suspect rosdep may have terminated prematurely because of theuuid-dev