ros-tooling / cross_compile

A tool to build ROS and ROS2 workspaces for various targets
Apache License 2.0
188 stars 60 forks source link

Add x86 mixin to fix error, and reformat mixin as compact yaml #218

Closed emersonknapp closed 4 years ago

emersonknapp commented 4 years ago

With https://github.com/colcon/colcon-mixin/pull/26 colcon-mixin raises an error when asking for a mixin that doesn't exist. Make sure to provide all mixins that are requested in the cross-compile workflows. Reformat to compact YAML for ease of reading and editing while in there.

Signed-off-by: Emerson Knapp emerson.b.knapp@gmail.com