#ifndef AUTODRIVE_H #define AUTODRIVE_H #include "Commands/Command.h" #include "../../DentRobot.h" #include "../../DentRobot.h" #include "WPILib.h" /** * @brief Drives the robot without a joystick * * Drives the robot given a timeout and joystick values */ class AutoDrive: public Command{ private: double x, //