#ifndef ROLLIN_H #define ROLLIN_H #include "Commands/Command.h" #include "../../CommandBase.h" #include "../../DentRobot.h" #include "WPILib.h" /** * @brief Rolls collector motors in until a timeout is reached */ class RollIn: public Command{ private: double rawSpeed; //