#ifndef TURN_H #define TURN_H #include "Commands/Command.h" #include "../../DentRobot.h" #include "../../DentRobot.h" #include "WPILib.h" /** * @brief Turns the robot * * Turns the robot until a timeout is reached */ class Turn: public Command{ private: double power; //