GoPiGo Motor Not Working (One starts, another doesn't)

I started up my GoPiGo today. I am using the SD Card that came from Dexter Industries. I tried running the motor example and one wheel moves fine. One wheel does not move.

Is my board broken?

Hey,
Can you try out the basic_test_all.py example in the main python folder https://github.com/DexterInd/GoPiGo/blob/master/Software/Python/basic_test_all.py .
Use i to move forward , k to move back and x to stop. This command let’s you control the GoPiGo without the PID algorithm and should help your GoPiGo move without any problems.

-Karan

Thanks Karan, that worked!