Error when building the package using Colcon (mixin) #15
-
While precisely following the installation and build instructions in the README-file of this repository, I get an error while running: The error is: Why do I get this and is this troubling? When running just |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
it looks like you don't have The ROS 2 Docker images (ie:
The main difference would be:
it isn't really problematic, if that's what you're asking. Building with In most cases however, you'll not notice it (your HW is likely 'fast enough' to compensate). |
Beta Was this translation helpful? Give feedback.
it looks like you don't have
colcon_mixin
installed.The ROS 2 Docker images (ie:
ros:humble
, etc) come with that installed by default, which is perhaps why our tests didn't show that as missing.The main difference would be:
motoros2_client_interface_dependencies
and its dependencies, andDebug
build type, instead of theRelease
build type, meaning no compiler optim…