#ifndef CHECKDRIVE_H #define CHECKDRIVE_H #include "Commands/Command.h" #include "../../CommandBase.h" #include "../../DentRobot.h" #include "WPILib.h" /** * @brief TODO */ class CheckDrive: public CommandGroup{ private: int motor; //