#include <mrpt/reactivenav/CPTG6.h>
Public Member Functions | |
CPTG6 (float refDistance, float xResolution, float yResolution, float V_MAX, float W_MAX, float system_TAU, float system_DELAY, vector_float securityDistances, float cte_a0v, float cte_a0w) | |
Constructor. | |
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 | cte_a0v |
float | cte_a0w |
Definition at line 39 of file CPTG6.h.
mrpt::reactivenav::CPTG6::CPTG6 | ( | float | refDistance, | |
float | xResolution, | |||
float | yResolution, | |||
float | V_MAX, | |||
float | W_MAX, | |||
float | system_TAU, | |||
float | system_DELAY, | |||
vector_float | securityDistances, | |||
float | cte_a0v, | |||
float | cte_a0w | |||
) |
Constructor.
std::string mrpt::reactivenav::CPTG6::getDescription | ( | ) | [virtual] |
Gets a short textual description of the PTG and its parameters.
Implements mrpt::reactivenav::CParameterizedTrajectoryGenerator.
void mrpt::reactivenav::CPTG6::lambdaFunction | ( | float | x, | |
float | y, | |||
int & | out_k, | |||
float & | out_d | |||
) | [virtual] |
void mrpt::reactivenav::CPTG6::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::CPTG6::PTG_IsIntoDomain | ( | float | x, | |
float | y | |||
) | [virtual] |
To be implemented in derived classes:.
Implements mrpt::reactivenav::CParameterizedTrajectoryGenerator.
float mrpt::reactivenav::CPTG6::cte_a0v [protected] |
float mrpt::reactivenav::CPTG6::cte_a0w [protected] |
Page generated by Doxygen 1.5.7.1 for MRPT 0.6.5 SVN: at Mon Feb 23 13:24:51 EST 2009 |