12 #include "Commands/Command.h"
bool IsFinished() override
Returns whether this command is finished.
Definition: TimedCommand.cpp:17
A TimedCommand will wait for a timeout before finishing.
Definition: TimedCommand.h:20
The Command class is at the very core of the entire command framework.
Definition: Command.h:52