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

Add support for time invariant 'delta' filter #1

Open
chadrockey opened this issue Aug 12, 2013 · 0 comments
Open

Add support for time invariant 'delta' filter #1

chadrockey opened this issue Aug 12, 2013 · 0 comments

Comments

@chadrockey
Copy link
Member

The current velocity filter is dependent on the timestamps for both the internals of the filter ("calculating velocity from position/orientation updates") and for the output ("using system time"). This causes some instability in the filter when playing back from bags due to the relatively low time dt.

Some users never factor time into their odometry, so having a filter calculate dx_robot, dy_robot, and dheading_robot should produce more stable results.

Not yet implemented because I need to decide if this should be the default for non-global corrections.

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

No branches or pull requests

1 participant