Main MRPT website > C++ reference
MRPT logo
List of all members | Public Member Functions | Public Attributes
mrpt::reactivenav::CPRRTNavigator::TPathData Struct Reference

Detailed Description

Each data point in m_planned_path.

Definition at line 101 of file CPRRTNavigator.h.

#include <mrpt/reactivenav/CPRRTNavigator.h>

Public Member Functions

 TPathData ()
 

Public Attributes

TPose2D p
 Coordinates are "global". More...
 
double max_v
 
double max_w
 Maximum velocities along this path segment. More...
 
double trg_v
 Desired linear velocity at the target point, ie: the robot should program its velocities such as after this arc the speeds are the given ones. More...
 

Constructor & Destructor Documentation

mrpt::reactivenav::CPRRTNavigator::TPathData::TPathData ( )
inline

Definition at line 103 of file CPRRTNavigator.h.

Member Data Documentation

double mrpt::reactivenav::CPRRTNavigator::TPathData::max_v

Definition at line 110 of file CPRRTNavigator.h.

double mrpt::reactivenav::CPRRTNavigator::TPathData::max_w

Maximum velocities along this path segment.

Definition at line 110 of file CPRRTNavigator.h.

TPose2D mrpt::reactivenav::CPRRTNavigator::TPathData::p

Coordinates are "global".

Definition at line 109 of file CPRRTNavigator.h.

double mrpt::reactivenav::CPRRTNavigator::TPathData::trg_v

Desired linear velocity at the target point, ie: the robot should program its velocities such as after this arc the speeds are the given ones.

Definition at line 111 of file CPRRTNavigator.h.




Page generated by Doxygen 1.8.8 for MRPT 1.2.2 SVN:Unversioned directory at Tue Oct 14 02:14:08 UTC 2014