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

safety_limiter: improve limiter algorithm #314

Open
at-wat opened this issue May 24, 2019 · 0 comments
Open

safety_limiter: improve limiter algorithm #314

at-wat opened this issue May 24, 2019 · 0 comments

Comments

@at-wat
Copy link
Owner

at-wat commented May 24, 2019

problems:

  • Limited Twist message is published only if raw Twist message is arrived. So, if the incoming Twist message rate is not enough, safety_limiter can't stop its motion.
  • Motion prediction is not well optimized and uses a lot of CPU power to increase prediction frequency.
  • Prediction is based on the incoming Twist message and keeps original curve radius. This approach can't stop collision if angular velocity is changed when the robot is running parallel to the very close wall.
@at-wat at-wat changed the title safety_limiter: improbe limiter algorithm safety_limiter: improve limiter algorithm Jun 4, 2019
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