#include <vector>
#include <cmath>
#include <cstddef>
Go to the source code of this file.
|
| struct | Pose |
| | A configuration of the robot along the path, represented by x, y, orientation and curvature. More...
|
| |
| struct | Path |
| | A sequence of sampled robot configurations composing a (discretization of the) path. More...
|
| |
| struct | Point |
| | Point in given space. More...
|
| |
|
| typedef std::vector< Point > | Polygon |
| | Polygon(which is a representation of multiple points) More...
|
| |
Polygon(which is a representation of multiple points)