A PTG for optimal paths of type "C|C". More...
#include <mrpt/reactivenav/CPTG4.h>
Public Member Functions | |
CPTG4 (const TParameters< double > ¶ms) | |
Constructor: possible values in "params", those of CParameterizedTrajectoryGenerator plus:
| |
void | lambdaFunction (float x, float y, int &out_k, float &out_d) |
The lambda function. | |
std::string | getDescription () |
Gets a short textual description of the PTG and its parameters. | |
bool | PTG_IsIntoDomain (float x, float y) |
To be implemented in derived classes:. | |
void | PTG_Generator (float alfa, float t, float x, float y, float phi, float &v, float &w) |
The main method to be implemented in derived classes. | |
Protected Attributes | |
float | R |
float | K |
A PTG for optimal paths of type "C|C".
See "Obstacle Distance for Car-Like Robots", IEEE Trans. Rob. And Autom, 1999.
Definition at line 40 of file CPTG4.h.
mrpt::reactivenav::CPTG4::CPTG4 | ( | const TParameters< double > & | params | ) |
Constructor: possible values in "params", those of CParameterizedTrajectoryGenerator plus:
std::string mrpt::reactivenav::CPTG4::getDescription | ( | ) | [virtual] |
Gets a short textual description of the PTG and its parameters.
Implements mrpt::reactivenav::CParameterizedTrajectoryGenerator.
void mrpt::reactivenav::CPTG4::lambdaFunction | ( | float | x, | |
float | y, | |||
int & | out_k, | |||
float & | out_d | |||
) | [virtual] |
The lambda function.
Reimplemented from mrpt::reactivenav::CParameterizedTrajectoryGenerator.
void mrpt::reactivenav::CPTG4::PTG_Generator | ( | float | alfa, | |
float | t, | |||
float | x, | |||
float | y, | |||
float | phi, | |||
float & | v, | |||
float & | w | |||
) | [virtual] |
The main method to be implemented in derived classes.
Implements mrpt::reactivenav::CParameterizedTrajectoryGenerator.
bool mrpt::reactivenav::CPTG4::PTG_IsIntoDomain | ( | float | x, | |
float | y | |||
) | [virtual] |
To be implemented in derived classes:.
Implements mrpt::reactivenav::CParameterizedTrajectoryGenerator.
float mrpt::reactivenav::CPTG4::K [protected] |
float mrpt::reactivenav::CPTG4::R [protected] |
Page generated by Doxygen 1.6.1 for MRPT 0.7.1 SVN: at Tue Dec 22 08:29:35 CET 2009 |