You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you takeoff with QGC (MAV_CMD_NAV_TAKEOFF) without a GPS and using an ARK Flow for position mode, the vehicle will ascend to an extreme altitude. This is because local_position.ref_alt is NAN and will not be initialized without GPS. https://github.com/PX4/PX4-Autopilot/blob/main/src/modules/ekf2/EKF2.cpp#L1575
To Reproduce
Issue a takeoff command from QGC to a vehicle with Flow only
ARK Flow, no GPS, flying indoors, takeoff with QGC
Flight controller
arkpi6x flow
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
This also explains a fly away we had a few months ago when we took off using QGC without realizing GPS wasn't ready. The Flow allowed the takeoff and the vehicle climbed very high, flow then failed, and the vehicle then lost connection and flew away never to be seen again.
The text was updated successfully, but these errors were encountered:
Describe the bug
If you takeoff with QGC (MAV_CMD_NAV_TAKEOFF) without a GPS and using an ARK Flow for position mode, the vehicle will ascend to an extreme altitude. This is because local_position.ref_alt is NAN and will not be initialized without GPS.
https://github.com/PX4/PX4-Autopilot/blob/main/src/modules/ekf2/EKF2.cpp#L1575
To Reproduce
Issue a takeoff command from QGC to a vehicle with Flow only
Expected behavior
No response
Screenshot / Media
No response
Flight Log
https://review.px4.io/plot_app?log=055705b6-ba7b-43eb-95a0-62576b195f7e
Software Version
ARK Flow, no GPS, flying indoors, takeoff with QGC
Flight controller
arkpi6x flow
Vehicle type
None
How are the different components wired up (including port information)
No response
Additional context
This also explains a fly away we had a few months ago when we took off using QGC without realizing GPS wasn't ready. The Flow allowed the takeoff and the vehicle climbed very high, flow then failed, and the vehicle then lost connection and flew away never to be seen again.
The text was updated successfully, but these errors were encountered: