#ifndef OI_H #define OI_H #include "WPILib.h" #include "Commands/Command.h" /** * @brief Controls the robot with joysticks */ class OI{ private: Joystick *leftStick, //