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 custom odom model for Rosie #1

Closed
8 of 9 tasks
spmaniato opened this issue Jul 8, 2016 · 1 comment
Closed
8 of 9 tasks

Add custom odom model for Rosie #1

spmaniato opened this issue Jul 8, 2016 · 1 comment
Assignees
Labels

Comments

@spmaniato
Copy link

spmaniato commented Jul 8, 2016

TODO

  • Start with code for ODOM_MODEL_OMNI_CORRECTED
  • Separate translational velocity into vx and vy
  • Calculate amount of strafing distance and direction in body frame
  • Understand this: delta_strafe_hat = 0 + pf_ran_gaussian(strafe_hat_stddev);
    • Why is the mean 0 and not delta_trans or something similar?
  • Possibly add new parameter, alpha6 (rotation noise when strafing)
  • Bias random sampling when it comes to strafing
  • Update ROS API with new param, odom_alpha6
  • Test in simulation - Looks promising, but hard to tell
  • Test on actual robot
    • Looks promising. But tuning depends heavily on brush and carpet.
@spmaniato spmaniato added the amcl label Jul 8, 2016
@spmaniato spmaniato self-assigned this Jul 8, 2016
@spmaniato
Copy link
Author

Working draft added: 4474043

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

No branches or pull requests

1 participant