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
Currently, a euclidean linear interpolation is used systematically for all sensors. The proper lie algebra interpolation method should be used (typically it makes sure that quaternion data is properly normalized). This could be implemented easily by providing the lie algebra of the sensor as static const member. Beside, this lie algebra should be used to normalized the measured sensor data at the very end to handle noise.
The text was updated successfully, but these errors were encountered:
duburcqa
changed the title
[core] Add notion of algebra to sensor and proper sensor bias.
[core] Add notion of algebra to sensor.
Aug 10, 2023
Currently, a euclidean linear interpolation is used systematically for all sensors. The proper lie algebra interpolation method should be used (typically it makes sure that quaternion data is properly normalized). This could be implemented easily by providing the lie algebra of the sensor as static const member. Beside, this lie algebra should be used to normalized the measured sensor data at the very end to handle noise.
The text was updated successfully, but these errors were encountered: