10#include "core/utils/command_structure/auto_command.h"
30 std::string toString()
override{
31 return "Delaying for " + double_to_string(ms) +
"ms";
bool run() override
Definition delay_command.h:25
DelayCommand(int ms)
Definition delay_command.h:18