Auterion / px4-ros2-interface-lib

Library to interface with PX4 from a companion computer using ROS 2
BSD 3-Clause "New" or "Revised" License
39 stars 13 forks source link

gh-actions: update distro to noble for ROS2 rolling #36

Closed GuillaumeLaine closed 2 months ago

bkueng commented 2 months ago

Can you have a look at the CI failure? https://github.com/Auterion/px4-ros2-interface-lib/actions/runs/8939779841/job/24556494270?pr=36

GuillaumeLaine commented 2 months ago

Found an answer on this thread on Stack Overflow: it seems like since gcc 12.1 this warning occurs under specific conditions when the compiler incorrectly asses the size of Eigen objects using .head() or .tail() being assigned values.

And gcc is updated 11 -> 13 from Ubuntu 22.04 -> 24.04.