|
RIT VEXU Core API
|
#include <drive_commands.h>
Public Member Functions | |
| DriveStopCommand (TankDrive &drive_sys) | |
| bool | run () override |
AutoCommand wrapper class for the stop() function in the TankDrive class
| DriveStopCommand::DriveStopCommand | ( | TankDrive & | drive_sys | ) |
Construct a DriveStop Command
| drive_sys | the drive system we are commanding |
|
override |
Stop the drive system Overrides run from AutoCommand
Stop the drive train Overrides run from AutoCommand