we program in block for V5 and have a 6 motor drive and are having trouble with auto, it doesnt work after 4 commands, what has worked for you guys? screenshots would help.
I think it would be more helpful for you to share the part of code where it breaks instead of other teams showing what works lol, part of the process is failure!
It would probably be better to use a drivetrain (which is a feature built into VexCode and very easy to use).
It could possibly be that the motor isn’t able to reach the specified amount of rotations and is timing out (and then not reading the rest of the code).
how do you make a 6 motor drivetrain in block?
specificly for auton
It will wait for the first spin to command to finish before moving to the next block, use the “and don’t wait” option on all except the last one.
another problem we had was that even if we got it going straight it wouldnt run past that piont would that be fixed by removing the don’t wait statment