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

Revision history [back]

click to hide/show revision 1
initial version
  1. Yes, you can implement any planner you like by using the plugin interface.
  2. Implicitly yes. The local planner should try to avoid dynamic obstacles on its own, and if it can not, will return false. This should trigger the global planner again.