Help! Our robot programming for the user-control period is going well, except for one problem. First of all, our robot goes very, very slow when driving backward. Compared to going forwards, it’s about 1/2 of the speed. Does anyone have any suggestions? This is semi-urgent, so please reply asap. Our robot is the crunchbot model. Here’s the code:
Drivetrain.setDriveVelocity(90, percent);
SpineMotor.setVelocity(Controller1.Axis2.position(),percent);
SpinnyThing.setVelocity(Controller1.Axis2.position(),percent);
Drivetrain.setTurnVelocity(75, percent);