![]() |
Smart Minotaur
|
Stores a RobotPosition and a Movement object and grants thread-safe access to them. Mehr ...
#include <RobotOdometry.hpp>
Öffentliche Methoden | |
void | setVelocity (const float p_linearVel, const float p_angularVel) |
void | setMovement (const Movement &p_movement) |
Movement | getMovement () |
void | setPosition (const RobotPosition &p_position) |
void | setPosition (const Vec2 &p_position) |
RobotPosition | getPosition () |
void | setOdometry (const RobotPosition &p_position, const Movement &p_movement) |
Stores a RobotPosition and a Movement object and grants thread-safe access to them.