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

Fix replanning shutdown #318

Closed renan028 closed 1 year ago

renan028 commented 1 year ago

Description

Thread join hangs forever if one uses the class as an object (not the ROS node), because ros::ok() is always true. Example, if one try to use it for tests, the test hangs forever and it fails in timeout.