#include <CscSequenceMovements.h>
Public Member Functions | |
| CurrentRobotInformations (CscPoint3d *currentPosition, double currentYaw) | |
| ~CurrentRobotInformations () | |
Public Attributes | |
| CscPoint3d * | currentPosition |
| double | currentYaw |
Represents the robot's current position and orientation. The class manages the memory of currentPosition (will be deleted by destructor).
|
inline |
| CurrentRobotInformations::~CurrentRobotInformations | ( | ) |
| CscPoint3d* CurrentRobotInformations::currentPosition |
| double CurrentRobotInformations::currentYaw |