Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Not possible to use yaw from GPS Velocity estimator for ground rovers #902

Open
lukegluke opened this issue Aug 23, 2020 · 1 comment
Open

Comments

@lukegluke
Copy link

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 takeoff can 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.

lukegluke added a commit to lukegluke/PX4-ECL that referenced this issue Feb 22, 2021
use-gps-as-height-on-ekf-to-init (PX4#876)
use-gps-data-with-increased-precision
never-turn-off-yaw-fusion (PX4#905)
do-not-use-mag_heading_noise-as-gps-yaw-variance
EKF-allow-ekf-init-without-magnetometer
control-fix-to-startGpsHgtFusion-again-after-timeout (PX4#951)
allow-EKFGSF_yaw-to-work (PX4#902)
remove-default-15-m-s-airspeed
@priseborough
Copy link
Collaborator

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants