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

Tune the Motion Model for a car #29

Open
Tracked by #25
elvout opened this issue Sep 26, 2021 · 0 comments
Open
Tracked by #25

Tune the Motion Model for a car #29

elvout opened this issue Sep 26, 2021 · 0 comments

Comments

@elvout
Copy link
Owner

elvout commented Sep 26, 2021

The 2D probability density plot for the simple Motion Model is roughly circular since the model assumes a diff-drive robot. However, for a car, d_x, d_y, d_theta are all linked since the wheels aren't completely independent. A car is more likely to have errors in the forward direction (x-axis) rather than the lateral direction (y-axis).

We can create a better motion model for the car by reshaping the probability density plot.

Intuitively, the variance for the x-axis error should be larger than the variance for the y-axis error.

Relevant slides.

@elvout elvout added this to the Particle Filter milestone Sep 26, 2021
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