9#include "core/subsystems/flywheel.h"
10#include "core/utils/command_structure/auto_command.h"
32 std::string toString()
override;
61 std::string toString()
override;
94 std::string toString()
override;
124 std::string toString()
override;
136class FlywheelStopNonTasksCommand :
public AutoCommand {
137 FlywheelStopNonTasksCommand(
Flywheel &flywheel);
149 std::string toString()
override;
FlywheelStopCommand(Flywheel &flywheel)
Definition flywheel_commands.cpp:38
bool run() override
Definition flywheel_commands.cpp:40
FlywheelStopMotorsCommand(Flywheel &flywheel)
Definition flywheel_commands.cpp:50
bool run() override
Definition flywheel_commands.cpp:52
SpinRPMCommand(Flywheel &flywheel, int rpm)
Definition flywheel_commands.cpp:9
bool run() override
Definition flywheel_commands.cpp:11
bool run() override
Definition flywheel_commands.cpp:24
WaitUntilUpToSpeedCommand(Flywheel &flywheel, int threshold_rpm)
Definition flywheel_commands.cpp:21