Motors gopigo change the speed

There is a way to change the speed of each motor

You can use gpg.set_motor_power(port=gpg.MOTOR_LEFT, power=127)

power goes from -128 to 127
and port is either MOTOR_LEFT, or MOTOR_RIGHT