Closed bsutherland333 closed 8 months ago
I put compilation checks in the CMakeLists of rosplane_sim and rosflight_sim packages to skip compilation if the architecture is arm64. I also updated our Dockerfile to skip the rosdep keys related to gazebo if the architecture is arm64.
Could you also update the webpage documentation?
rosflight_ros_pkgs currently can't be compiled on arm64 devices, due to Gazebo not having an arm64 target. Enabling some way to still be able to use the functionality that should exist on arm64 devices (rosflight_io, rosflight_utils) while still following the same compilation procedure would make things much simpler on arm64 devices.