|
selfdriving
|
#include <mpp/data/EnqueuedMotionCmd.h>
Public Attributes | |
| mrpt::math::TPose2D | position |
| mrpt::math::TPose2D | tolerance |
| double | timeout = 10.0 |
An odometry position condition used in EnqueuedMotionCmd
| mrpt::math::TPose2D mpp::EnqueuedCondition::position |
The center of the (x,y,phi) "pose volume" that will trigger the next motion command, in odometry frame of reference.
| double mpp::EnqueuedCondition::timeout = 10.0 |
In seconds. This should hold a larger time than the ETA to the given position.
| mrpt::math::TPose2D mpp::EnqueuedCondition::tolerance |
The three lengths of the "pose volume" described above. Only possitive numbers in all (x,y,phi) fields.
Example:
1.8.13