#ifndef COLLECTOR_H #define COLLECTOR_H #include "WPILib.h" /** * @brief Collects totes * * Uses four motors, two on the sides, one on the bottom, and one on the ramp to collect and eject totes */ class Collector: public Subsystem{ private: CANTalon *collectorMotorLeft, //