/** @return */
 @Override
 public synchronized ArrayList<Obstacle> getObstacles() {
   return kb.getObstacles();
 }