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