From 308d6edbd2019469cb4cc9730f9edc210d7dc14d Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Sun, 25 Feb 2018 20:13:54 -0800 Subject: [PATCH] Update README.md --- Firmware/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/README.md b/Firmware/README.md index 15493d1f..2663138e 100644 --- a/Firmware/README.md +++ b/Firmware/README.md @@ -67,7 +67,7 @@ To get good performance you need to tune the ODrive after flashing. The general configuration procedure goes like this: 1. Launch `./tools/explore_odrive.py`. This will give you a command prompt where you can modify using simple assignments. - 2. Configure parameters inside the `my_odrive.[...].config` objects. For example to adjust the position gain: `my_odrive.motor0.config.pos_gain = 30` Return + 2. Configure parameters inside the `my_odrive.[...].config` objects. For example to adjust the position gain: `my_odrive.motor0.config.pos_gain = 30` Enter The complete list of configurable parameters is: - `my_odrive.motorN.config.*`