![]() |
Smart Minotaur
|
The RobotVelocity class is a container to store the linear and angular velocity of a robot. Mehr ...
#include <RobotVelocity.hpp>
Öffentliche Methoden | |
RobotVelocity (const float p_linearVel, const float p_angularVel) | |
void | set (const float p_linearVel, const float p_angularVel) |
Öffentliche Attribute | |
float | linearVelocity |
float | angularVelocity |
The RobotVelocity class is a container to store the linear and angular velocity of a robot.