pausing move_base node
I just want to programmaticly pause the node, not abort it so it would cancel the desired location. Can anyone tell me how?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
I just want to programmaticly pause the node, not abort it so it would cancel the desired location. Can anyone tell me how?
The only way to do that is to cancel the action. You can simply resume it after you would like to continue, there's really no reason to "pause" but not cancel.
If you “ pause” it, presumably something must still be running or its the same as cancellation. If the planner is still replanning, then you’re just as likely to get a new path as if you cancelled and restarted. At no point in move base are you promised the exact same path if the environment around it has changed. If you cancel or pause with no changes then there’s no reason to expect the path will change either with a deterministic planner like provided in the stack by default.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2020-04-22 19:26:04 -0500
Seen: 571 times
Last updated: Apr 22 '20