GT RoboCup SSL
Soccer software, robot firmware
|
Each entry in InterpolatedPath is a MotionInstant and the time that the robot should be at that position and velocity. More...
Public Member Functions | |
Entry (MotionInstant inst, RJ::Seconds t) | |
Geometry2d::Point & | pos () |
const Geometry2d::Point & | pos () const |
Geometry2d::Point & | vel () |
const Geometry2d::Point & | vel () const |
Public Attributes | |
MotionInstant | instant |
RJ::Seconds | time |
std::optional< AngleInstant > | angle |
Each entry in InterpolatedPath is a MotionInstant and the time that the robot should be at that position and velocity.