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
422 stars 154 forks source link

Fix 3 related issues on move_base action recovering #343

Closed corot closed 1 month ago

corot commented 2 months ago

I was debugging the first, but realized the 2 other on the process

The solution for the first is to treat patience exceeded the same way as behavior failure. Then I realized the other 2 errors. The solution for the 2nd is rather hackish, but a proper solution would require to implement the move_base action, for which I don't have time. In any case the previous code was incorrect.