GT RoboCup SSL
Soccer software, robot firmware
|
This class represents a robot's angle "state" at a given time, including angle and rotation velocity. More...
Public Member Functions | |
AngleInstant (std::optional< float > angle=std::nullopt, std::optional< float > angleVel=std::nullopt) | |
Public Attributes | |
std::optional< float > | angle |
std::optional< float > | angleVel |
This class represents a robot's angle "state" at a given time, including angle and rotation velocity.