You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Value to Tune the acceleration speed of the robot
const int MOTOR_ACCEL_LIMIT = 2;
float s_lastL = 0;
float s_lastR = 0;
//Example Function for Controlling Motors, function should be called within the drive control loop, with lSpeed and rSpeed being set to the Joystick Axis