Hi!
I have been having trouble with the offboard mode in PX4. I have been trying to use it via SITL with the iris model and have not been successful. I tried two approaches:
I have tried to implement it via the MAVSDK python example ‘offboard_position_ned.py’.
I have tried to carry it out following the offboard control example in ROS 2 Offboard Control Example | PX4 User Guide.
Both implementations lead me to the same error that triggers the failsafe.
Is there something wrong with the offboard mode? Am I doing something incorrectly? Has anyone experienced the same issue?
I have been struggling with the same problem for weeks, but I always end up with that error. I have tried recently ROS 2 as well (see my last topic) but I also end up with the same message. @LorenzMeier
Thank you so much! That actually solved the issue. I was able to fly the offboard example in C++ for the iris model.
One additional comment, have you ever tried to use the offboard mode while flying visual without gps?