Obstacle Avoidance vs Detection in Navigation Stack
Hello,
I was wondering if any sort of obstacle detection is happening in the navigation stack. As I understand, when an obstacle is appearing within laser range, it's updated in the local/global costmap, and the robot is doing obstacle avoidance by keep generating a global path (A* or Dijkstra) and moving along the new path, but does the robot know whether a new obstacle appeared on its path or not (or Does the robot detect the Obstacle?)
Thanks