Values of speed on wheels

Hello

The motors does not move if a I set the values less than 35 and 65 for the left and right motor, respectively. Do you know what is causing this? Do I need more power? I’m using 8 AA batteries, and whenever I use the charger I need to increase even more the values to make the GoPiGo move

Thanks

Can you try out the basic_test_all.py example in the main python folderhttps://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.

-Karan