11 #include <eigen3/Eigen/Dense> 14 using namespace Eigen;
24 void addObstacle(
double radius, Vector2f secondPoint);
25 bool isSegmentInObstacle(Vector2f &p1, Vector2f &p2);
Obstacles class for RRT* Star Implementation.
Definition: obstacles.h:20
vector< pair< double, Vector2f > > obstacles
Definition: obstacles.h:26