diff --git a/docs/getting-started.md b/docs/getting-started.md index bb720280..7fbad6ca 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -178,7 +178,7 @@ Let's get motor 0 up and running. The procedure for motor 1 is exactly the same, -2. Type `odrv0.axis0.requested_state = AXIS_STATE_CLOSED_CONTROL_LOOP` Enter. From now on the ODrive will try to hold the motor's position. If you try to turn it by hand, it will fight you gently. That is unless you bump up `odrv0.axis0.motor.config.current_lim`, in which case it will fight you more fiercely. +2. Type `odrv0.axis0.requested_state = AXIS_STATE_CLOSED_LOOP_CONTROL` Enter. From now on the ODrive will try to hold the motor's position. If you try to turn it by hand, it will fight you gently. That is unless you bump up `odrv0.axis0.motor.config.current_lim`, in which case it will fight you more fiercely. ## What's next?