mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-20 03:52:08 +08:00
Update getting-started.md
This commit is contained in:
@@ -211,8 +211,8 @@ Let's get motor 0 up and running. The procedure for motor 1 is exactly the same,
|
||||
|
||||
**Note**: the rotor must be allowed to rotate without any biased load during startup. That means mass and weak friction loads are fine, but gravity or spring loads are not okay. Also note that in the video, the motors spin after initalisation, but in the current software the default behaviour is not like that.
|
||||
|
||||
<details><summary markdown="span">My motor doesn't beep or doesn't turn</summary><div markdown="block">
|
||||
Make sure the motor wires are connected firmly. Check the value of `odrv0.axis0.error` and then refer to the [error code documentation](troubleshooting.md#error-codes) for details.
|
||||
<details><summary markdown="span">Help, something isn't working!</summary><div markdown="block">
|
||||
Check the encoder wiring and that the encoder is firmly connected to the motor. Check the value of `hex(odrv0.axis0.error)` and then refer to the [error code documentation](troubleshooting.md#error-codes) for details.
|
||||
|
||||
Once you have understood the error and fixed its cause, you may clear the error state (`odrv0.axis0.error = 0` <kbd>Enter</kbd>) and retry. You may also need to clear the error state of other subcomponents (e.g. `odrv0.axis0.motor.error`).
|
||||
</div></details>
|
||||
|
||||
Reference in New Issue
Block a user