The structure used to store all relevant information about each transformation into TP-Space.
#include <mrpt/reactivenav/CLogFileRecord.h>
Public Attributes | |
| std::string | PTG_desc |
| A short description for the applied PTG. | |
| vector_float | TP_Obstacles |
| Distances until obstacles, in "pseudometers", first index for -PI direction, last one for PI direction. | |
| mrpt::poses::CPoint2D | TP_Target |
| Target location in TP-Space. | |
| float | timeForTPObsTransformation |
| float | timeForHolonomicMethod |
| Time, in seconds. | |
| float | desiredDirection |
| float | desiredSpeed |
| float | evaluation |
| The results from the holonomic method. | |
| vector_float | evalFactors |
| Evaluation factors. | |
| CHolonomicLogFileRecordPtr | HLFR |
| Other useful info about holonomic method execution. | |
Definition at line 70 of file CLogFileRecord.h.
Definition at line 70 of file CLogFileRecord.h.
Evaluation factors.
Definition at line 71 of file CLogFileRecord.h.
The results from the holonomic method.
Definition at line 70 of file CLogFileRecord.h.
Other useful info about holonomic method execution.
Definition at line 72 of file CLogFileRecord.h.
A short description for the applied PTG.
Definition at line 66 of file CLogFileRecord.h.
Time, in seconds.
Definition at line 69 of file CLogFileRecord.h.
Definition at line 69 of file CLogFileRecord.h.
Distances until obstacles, in "pseudometers", first index for -PI direction, last one for PI direction.
Definition at line 67 of file CLogFileRecord.h.
Target location in TP-Space.
Definition at line 68 of file CLogFileRecord.h.
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |