mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-21 07:14:22 +08:00
Merge pull request #335 from Capo01/patch-1
removed f from gain odrive commands
This commit is contained in:
+3
-3
@@ -68,9 +68,9 @@ Possible values are:
|
||||
|
||||
### Tuning parameters
|
||||
The motion control gains are currently manually tuned:
|
||||
* `<axis>.controller.config.pos_gain = 20.0f` [(counts/s) / counts]
|
||||
* `<axis>.controller.config.vel_gain = 5.0f / 10000.0f` [A/(counts/s)]
|
||||
* `<axis>.controller.config.vel_integrator_gain = 10.0f / 10000.0f` [A/((counts/s) * s)]
|
||||
* `<axis>.controller.config.pos_gain = 20.0` [(counts/s) / counts]
|
||||
* `<axis>.controller.config.vel_gain = 5.0 / 10000.0` [A/(counts/s)]
|
||||
* `<axis>.controller.config.vel_integrator_gain = 10.0 / 10000.0` [A/((counts/s) * s)]
|
||||
|
||||
An upcoming feature will enable automatic tuning. Until then, here is a rough tuning procedure:
|
||||
* Set the integrator gain to 0
|
||||
|
||||
Reference in New Issue
Block a user