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

Trouble with compass data #18

Open
trainman419 opened this issue Jun 16, 2014 · 2 comments
Open

Trouble with compass data #18

trainman419 opened this issue Jun 16, 2014 · 2 comments

Comments

@trainman419
Copy link
Contributor

I'm trying to incorporate compass data (absolute heading/orientation) into my kalman filter, and I'm not having any luck getting it to work properly.

From reading the source, it looks like graft doesn't take the orientation of an Odometry topic into account at all.

It also looks like the Imu input can return the orientation in the Imu message, but the absolute ukf doesn't use it.

Any thoughts on what the correct approach here is @chadrockey or @mikeferguson ?

@trainman419
Copy link
Contributor Author

Scratch the comments about the Odometry data source; it looks like it's doing the correct thing, and the absolute UKF just isn't taking the orientation into account from either data source.

@trainman419
Copy link
Contributor Author

I finally got this to converge reasonably well with the changes in #19

ukf_tuned_1

Blue is absolute pose (GPS + compass), Red is odometry, Green is the Graft output.

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