From e5802913cd915aa25bf4c0ca7ebd8ae37c00d982 Mon Sep 17 00:00:00 2001 From: Oleksiy Pikalo Date: Fri, 15 Jun 2018 15:54:12 -0400 Subject: [PATCH] Proper name for closed loop control This should be AXIS_STATE_CLOSED_LOOP_CONTROL --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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?