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

Remove extensive computations from callbacks #19

Open
guilhermelawless opened this issue May 14, 2018 · 0 comments
Open

Remove extensive computations from callbacks #19

guilhermelawless opened this issue May 14, 2018 · 0 comments
Assignees

Comments

@guilhermelawless
Copy link
Owner

Currently the PF iteration is started by odometryCallback, which is bad practice. We should stop using ros::spin and move to a while() + ros::spinOnce() loop.

This makes it easier to time the algorithm, checking if we are running behind, and other benifits.

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