Get the steer value of each motor

Hi, i wanted to know if it is possible to get the value of each motors directly, i used the method read_encoders() that returns a tuple wich contains both motors value.
There is no longer the get_motor_status () method ?

1 Like

get_motor_status() is part of the gopigo3 library, which easygopigo3 inherits from.

Check :

2 Likes