12 #include "Commands/TimedCommand.h" 19 WaitCommand(
const std::string& name,
double timeout);
A TimedCommand will wait for a timeout before finishing.
Definition: TimedCommand.h:20
Definition: WaitCommand.h:16
WaitCommand(double timeout)
Creates a new WaitCommand with the given name and timeout.
Definition: WaitCommand.cpp:18