RoboStack / ros-noetic

vinca configuration files for ros-noetic
https://robostack.github.io
449 stars 70 forks source link

Enable build of magnetometer_compass on aarch64 linux #425

Closed peci1 closed 8 months ago

peci1 commented 8 months ago

If you need magnetometer_compass on aarch64, the build would likely succeed on the main branch as there we build natively instead of cross-compiling (as in PRs).

Originally posted by @Tobias-Fischer in https://github.com/RoboStack/ros-noetic/issues/422#issuecomment-1778140691

Thanks for the explanation, trying it in this PR.

peci1 commented 8 months ago

The build failed, but not in an expected way: https://github.com/mamba-org/boa/issues/376 .

traversaro commented 8 months ago

The build failed, but not in an expected way: mamba-org/boa#376 .

Not a long term solution, but to avoid being blocked we can also install an older compatible version of ruamel yaml .

Tobias-Fischer commented 8 months ago

Let's see what happens on main.

Tobias-Fischer commented 7 months ago

These have now been built.

peci1 commented 7 months ago

Thanks!