magazino / move_base_flex

Move Base Flex: a backwards-compatible replacement for move_base
https://uos.github.io/mbf_docs/
BSD 3-Clause "New" or "Revised" License
434 stars 154 forks source link

Add parameter force_stop_on_retry that avoids zero vel commands on recoverable errors #306

Closed corot closed 1 year ago

corot commented 1 year ago

This allows gracefully slowing down while retrying calls to the controller. Note that this will apply only as long as

When either condition doesn't hold, we send zero velocity commands, as with current implementation

Default value is true, meaning current behavior