fix typo in inventor example

pull/568/head
helgibbons 2022-11-09 10:20:53 +00:00
rodzic 4f8eb8fd20
commit ff2bb4f026
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ POS_KD = 0.0022 # Position derivative (D) gain
# Create a new Inventor2040W and get a motor and encoder from it
board = Inventor2040W(motor_rear_ratio=GEAR_RATIO)
board = Inventor2040W(motor_gear_ratio=GEAR_RATIO)
m = board.motors[MOTOR_A]
enc = board.encoders[MOTOR_A]