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

Publish zero velocity when reached to goal. #109

Closed
spuetz opened this issue Nov 19, 2018 · 3 comments
Closed

Publish zero velocity when reached to goal. #109

spuetz opened this issue Nov 19, 2018 · 3 comments
Assignees

Comments

@spuetz
Copy link
Collaborator

spuetz commented Nov 19, 2018

Publish zero velocity when reached to goal. If the plugin is not publishing zero velocity to cmd_vel the robot will go one with the last command. This bug is in particular caused when setting the mbf_tolerance_check to true since the plugin will not publish zero velocity in most of the cases. Related to #32 and #70.

@spuetz spuetz added the bug label Nov 19, 2018
@spuetz spuetz self-assigned this Nov 19, 2018
@howardcochran
Copy link
Contributor

howardcochran commented Nov 29, 2018

I request that this be made optional. Some controllers provide the ability to arrive at a goal at full speed as a feature. For example, TebLocalPlanner, when its free_goal_vel parameter set to true. This makes it possible to immediately give it a new goal so that it can go from goal to goal without stopping -- rolling through waypoints. If MBF hard-coded a zero twist, it would break this capability.

@spuetz
Copy link
Collaborator Author

spuetz commented Nov 29, 2018

Japp you're right!

@corot
Copy link
Collaborator

corot commented May 7, 2020

This got implemented with #166, right?

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

3 participants