|
Aikido
|
Waypoint in the trajectory. More...
Public Member Functions | |
| Waypoint (double _t, statespace::StateSpace::State *_state) | |
| bool | operator< (const Waypoint &rhs) const |
| Comparator to allow sorting waypoints based on time. More... | |
| bool | operator< (double rhs) const |
| Comparator to allow sorting waypoints based on time. More... | |
| void | free (const statespace::ConstStateSpacePtr &stateSpace) |
| Free state. More... | |
Public Attributes | |
| double | t |
| statespace::StateSpace::State * | state |
Waypoint in the trajectory.
| aikido::trajectory::Interpolated::Waypoint::Waypoint | ( | double | _t, |
| statespace::StateSpace::State * | _state | ||
| ) |
| void aikido::trajectory::Interpolated::Waypoint::free | ( | const statespace::ConstStateSpacePtr & | stateSpace | ) |
Free state.
Should be used for destruction.
| [in] | stateSpace | StateSpace for the state this Waypoint contains. |
| bool aikido::trajectory::Interpolated::Waypoint::operator< | ( | const Waypoint & | rhs | ) | const |
Comparator to allow sorting waypoints based on time.
| bool aikido::trajectory::Interpolated::Waypoint::operator< | ( | double | rhs | ) | const |
Comparator to allow sorting waypoints based on time.
| statespace::StateSpace::State* aikido::trajectory::Interpolated::Waypoint::state |
| double aikido::trajectory::Interpolated::Waypoint::t |