Robot Planning and its Applications Project
Public Member Functions | Public Attributes | List of all members
Path Struct Reference

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

Detailed Description

A sequence of sampled robot configurations composing a (discretization of the) path.

Constructor & Destructor Documentation

Path::Path ( std::vector< Pose > const &  points)
inline
Path::Path ( )
inline

Member Function Documentation

bool Path::empty ( )
inline
void Path::setPoints ( const std::vector< Pose > &  points)
inline
size_t Path::size ( )
inline

Member Data Documentation

std::vector<Pose> Path::points

The documentation for this struct was generated from the following file: