GT RoboCup SSL
Soccer software, robot firmware
|
This class represents a robot's motion "state" at a given time, including position and velocity. More...
Public Member Functions | |
MotionInstant (Geometry2d::Point pos={0, 0}, Geometry2d::Point vel={0, 0}) | |
Public Attributes | |
Geometry2d::Point | pos |
Geometry2d::Point | vel |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const MotionInstant &instant) |
This class represents a robot's motion "state" at a given time, including position and velocity.