Hellooo-
We are trying to test our automonous code, but it isn’t working. The code was building but isn’t doing anything to the robot. It’s supposed to run forward for x amount of seconds and then backward for y amount of seconds. The robot turns on but remains stationary. Could you please check over our code?
Why has main() changed from the default? The amount of code you have there is not going to work at all, and is going to cause the robot to be initialized in a half initialized state. That is really something you should never be changing.