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

Revision history [back]

What about a third option: writing the Controller as a standalone node, and then wrap this in a plugin. So you can use it with move_base or without.

However, I'd vote for writing a move base plugin, as there are many functionalities already implemented that you would have to write yourself instead (global planning, recovery, interaction of planners, ...)