Hi, I have a project that currently uses Cosys-AirSim with ROS1, PX4, and MAVROS. I’m now migrating to ROS2 and I’m trying to decide on the best approach.
Should I continue using PX4 with MAVROS, likely by incorporating a ROS1-ROS2 bridge (ros1_bridge
)? Or would it be better to use PX4 directly with ROS, since PX4 now supports communication via Fast DDS? Does AirSim support PX4 via Fast DDS, or is it limited to MAVLink-based integration?