#ifndef DRIVETRAIN_H #define DRIVETRAIN_H #include "WPILib.h" /** * @brief Drives the robot * * 4 wheel mecanum drive */ class Drivetrain: public Subsystem{ private: Victor *rightFront, //