mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-25 02:47:27 +08:00
Update control.md
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# Control
|
||||
|
||||
The motor controller is a cascaded style position, velocity and current control loop, as per the diagram below. When the control mode is set to position control, the whole loop runs. When running in velocity control mode, the position control part is removed and the velocity command is fed directly in to the second stage input. In current control mode, only the current controller is used.
|
||||
|
||||

|
||||
|
||||
* The position controller is a P loop with a single proportional gain.
|
||||
* The velocity controller is a PI loop.
|
||||
* The current controller is a PI loop.
|
||||
|
||||
Reference in New Issue
Block a user