ethz-asl / ethzasl_msf

MSF - Modular framework for multi sensor fusion based on an Extended Kalman Filter (EKF)
Other
989 stars 436 forks source link

Allow initializing with full quaternion. #182

Open rikba opened 4 years ago

rikba commented 4 years ago

This PR exposes initialization using the full orientation. This becomes useful when starting MSF with an IMU that is not perfectly aligned with the inertial frame. May solve https://github.com/ethz-asl/ethzasl_msf/issues/169 and others.

Remarks:

ethzasl-jenkins commented 4 years ago

Can one of the admins verify this patch?

clanegge commented 4 years ago

Looks good. Would maybe make sense to change it for the other sensors as well (PositionPoseSensor and SphericalPositionSensor), to stay consistent