52 void End(
bool interrupted)
override;
A state machine representing a complete action to be performed by the robot.
Definition Command.hpp:38
void InitSendable(wpi::util::SendableBuilder &builder) override
void Initialize() override
ProxyCommand(ProxyCommand &&other)=default
void End(bool interrupted) override
bool IsFinished() override
ProxyCommand(std::unique_ptr< Command > command)
Creates a new ProxyCommand that schedules the given command when initialized, and ends when it is no ...
ProxyCommand(Command *command)
Creates a new ProxyCommand that schedules the given command when initialized, and ends when it is no ...
Helper class for building Sendable dashboard representations.
Definition SendableBuilder.hpp:21
unique_function is a type-erasing functor similar to std::function.
Definition FunctionExtras.hpp:57
Definition CommandNiDsStadiaController.hpp:15