ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

A rather ad-hoc solution would be to write a script, that sends the next goal always shortly before the current goal is reached. This would be fairly universal and work with any planner that implements the basic move_base actionlib behaviours correctly.

But a cleaner solution would be to write your own global planner plugin. To my knowledge there is no planner that supports that but I would be happy to learn otherwise.