Robot Planning and its Applications Project
Classes | Typedefs
utils.hpp File Reference
#include <vector>
#include <cmath>
#include <cstddef>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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...
 

Typedefs

typedef std::vector< PointPolygon
 Polygon(which is a representation of multiple points) More...
 

Typedef Documentation

typedef std::vector<Point> Polygon

Polygon(which is a representation of multiple points)