Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] Add notion of algebra to sensor. #601

Open
duburcqa opened this issue Mar 21, 2023 · 0 comments
Open

[core] Add notion of algebra to sensor. #601

duburcqa opened this issue Mar 21, 2023 · 0 comments
Labels
core enhancement New feature or request P1 Mid priority issue
Projects

Comments

@duburcqa
Copy link
Owner

duburcqa commented Mar 21, 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.

@duburcqa 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
@duburcqa duburcqa added enhancement New feature or request core P2 Low priority issue P1 Mid priority issue and removed P2 Low priority issue labels Aug 10, 2023
@duburcqa duburcqa added this to To do in Jiminy 1.8 via automation Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request P1 Mid priority issue
Projects
Status: To do
Development

No branches or pull requests

1 participant