GT RoboCup SSL
Soccer software, robot firmware
|
Public Types | |
enum | CommandType { PathTarget, DirectPathTarget, TuningPath, Pivot, WorldVel, Settle, Collect, LineKick, Intercept, None } |
Public Member Functions | |
CommandType | getCommandType () const |
virtual std::unique_ptr< Planning::MotionCommand > | clone () const =0 |
Protected Member Functions | |
MotionCommand (const MotionCommand &that)=default | |
MotionCommand (CommandType command) | |