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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
As documentation says: This also makes it possible to operate without any magnetometer data or dual antenna GPS receiver for yaw provided some horizontal movementafter takeoffcan be performed to enable the yaw to become observable.
I'm not sure if rovers will have enough horizontal acceleration to enable the GSF to estimate yaw. This will likely require a different mode of yaw alignment and estimation where the assumption of zero sideslip is used.
As documentation says:
This also makes it possible to operate without any magnetometer data or dual antenna GPS receiver for yaw provided some horizontal movement
after takeoffcan be performed to enable the yaw to become observable.
Yaw EKFGSF estimator is updated only when _control_status.flags.in_air is set
https://github.com/PX4/ecl/blob/f62662ee4688dfc3f1712b50900ef03c9ff55ceb/EKF/ekf_helper.cpp#L1775
This criteria is not relevant for ground rovers, while yaw estimation from GPS without magnetometer is really useful.
The text was updated successfully, but these errors were encountered: