#ifndef RAISE_H #define RAISE_H #include "Commands/Command.h" #include "WPILib.h" /** * @brief Raises the elevator until a timeout is reached */ class Raise: public Command { private: bool softLimits; //