We have all of our code programmed fully in blocks. We currently have a 6-motor drivetrain, so we are coding it my moving all motors on a side at once. For some strange reason, whenever we want to use the spin motor forward for num turns and dont stop function nothing happens on our robot. Can anybody explain why?
Update, we figured out the problem and circumvented it. Originally, I was using the when started function to execute the commands, however for some reason that did not work. A friend suggested changing to the when autonomous function and running it through the autonomous skills program running on the controller and the commands somehow registered.
1 Like