Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
jafar::ride::Waypoint Class Reference

Waypoint. More...


Detailed Description

Waypoint.

id, position, speed, time, type, heading, load factor

Definition at line 51 of file trajectory.hpp.

#include <trajectory.hpp>

List of all members.

Public Member Functions

 Waypoint (int id_, std::vector< double > pos, speedRange speed_, timeRange time_, wpType type_, double heading_, double nmax_)
int getId () const
std::vector< double > getPosition () const
Vect getPosVect2D () const
Vect getPosVect3D () const
speedRange getSpeedRange () const
timeRange getTimeRange () const
wpType getType () const
void setType (wpType type_)
double getHeading () const
Vect getHeadingVect () const
void setHeading (double heading_)
void setHeading (Vect dir)
double getNmax () const
bool isNoTurn () const
void setNoTurn (bool noTurn_)

Private Attributes

int id
std::vector< double > position
speedRange speed
timeRange time
wpType type
double heading
double nmax
bool noTurn

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:44 for Jafar by doxygen 1.7.6.1
LAAS-CNRS