|
Robot Planning and its Applications Project
|
A sequence of sampled robot configurations composing a (discretization of the) path. More...
#include <utils.hpp>
Public Member Functions | |
| Path (std::vector< Pose > const &points) | |
| Path () | |
| bool | empty () |
| size_t | size () |
| void | setPoints (const std::vector< Pose > &points) |
Public Attributes | |
| std::vector< Pose > | points |
A sequence of sampled robot configurations composing a (discretization of the) path.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| std::vector<Pose> Path::points |
1.8.11