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

Rotation estimation #69

Open
Catsgomeowmeow opened this issue Jul 1, 2024 · 0 comments
Open

Rotation estimation #69

Catsgomeowmeow opened this issue Jul 1, 2024 · 0 comments

Comments

@Catsgomeowmeow
Copy link

Hey Guys,
I'm very impressed by your UKF implementation ( and I also read about your accomplishments back in 2014).

I understand you're (from the looks of it) not maintaining this code base anymore. However, it is one of the most complete and easiest-to-use implementations of an SR-UKF that allows for dynamic measurement.

I'm trying to use it for one of my projects: sensor fusion of photogrammetry Position and Orientation and the IMU data coming from a camera. While the position estimation is working perfectly ( most of the time), I struggle with the orientation component. I've tried many things, including using the quaternion implementation and extending the measurement vectors to support quaternions. However, this failed to provide good results. I've also used simple Euler rotation; in this case, at least I can get the correct orientation when I have orientation data, but while the IMU updates, the orientation seems to drift extremely quickly.

I'm wondering if you guys have any insight you could provide me with to get rotations to be properly predicted with their constraints.

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

No branches or pull requests

1 participant