CRTP implementation to allow polymorphic decorator functions in Command.
Definition: CommandHelper.h:26
A command that prints a string when initialized.
Definition: PrintCommand.h:18
PrintCommand(PrintCommand &&other)=default
PrintCommand(const PrintCommand &other)=default
PrintCommand(std::string_view message)
Creates a new a PrintCommand.
bool RunsWhenDisabled() const override
Whether the given command should run when the robot is disabled.
basic_string_view< char > string_view
Definition: core.h:520
Definition: InstantCommand.h:14