This file defines the SmallSet class.
A state machine representing a complete action to be performed by the robot.
Definition Command.hpp:41
ScheduleCommand(ScheduleCommand &&other)=default
ScheduleCommand(const ScheduleCommand &other)=default
bool RunsWhenDisabled() const override
bool IsFinished() override
ScheduleCommand(std::span< Command *const > toSchedule)
Creates a new ScheduleCommand that schedules the given commands when initialized.
void Initialize() override
ScheduleCommand(Command *toSchedule)
SmallSet - This maintains a set of unique values, optimizing for the case when the set is small (less...
Definition SmallSet.hpp:132
Definition CommandNiDsStadiaController.hpp:15