Px4-autopilot: EKF GPS blending does not account for sensor position

Created on 9 Jan 2020  路  5Comments  路  Source: PX4/PX4-Autopilot

There is a TODO comment in the code so this is a know issue, but I thought it is still worth documenting it here.
Currently EKF2 does not support blending the GPS module position offset on the vehicle.
For the position measurements it is maybe not crucial but for the velocity measurements it can be critical during fast attitude changes. E.g. during a rolling maneuver on a fixed wing with one GPS module in each wing.

bug ekf2 stale state estimation

Most helpful comment

I'm not sure why it wasn't added initially, but one thing we're missing is offsets for GPS2. Ultimately I'd like to have sensor metadata available system wide for all sensor types (per sensor instance) and not as EKF2 parameters.

All 5 comments

I'm not sure why it wasn't added initially, but one thing we're missing is offsets for GPS2. Ultimately I'd like to have sensor metadata available system wide for all sensor types (per sensor instance) and not as EKF2 parameters.

@priseborough or @RomanBapst can you comment on the GPS blending TODO?

https://github.com/PX4/Firmware/blob/32a4e3a942533d9863a38dbba6062cfb51f13b06/src/modules/ekf2/ekf2_main.cpp#L2141-L2144

@dagar Not sure what to say about it. It should be done I guess.

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

JacobCrabill picture JacobCrabill  路  4Comments

robin-shaun picture robin-shaun  路  4Comments

julianoes picture julianoes  路  3Comments

Stifael picture Stifael  路  3Comments

julianoes picture julianoes  路  3Comments