3#include "software/ai/navigator/obstacle/obstacle.hpp"
4#include "software/geom/circle.h"
5#include "software/geom/polygon.h"
6#include "software/geom/rectangle.h"
7#include "software/geom/stadium.h"
12template <
typename GEOM_TYPE>
Definition geom_obstacle.hpp:12
Definition obstacle_visitor.h:23
virtual void visit(const GeomObstacle< Circle > &geom_obstacle)=0