Currently, I have two motors setup to run at 100% speed in VexCode but they do not appear to run at the maximum speed. In VCS, the motors spin much faster than they do in VexCode. Why is this? How can I change the motors to run at full speed?
You probably have 18:1 gears installed, you need to add that to the motor constructors.
2 Likes
how do i do that? (I hit the 20 character limit)
motor driveLF(PORT1, gearSetting::ratio18_1, false);
1 Like