mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-20 22:14:34 +08:00
Fixed documentation commands
This commit is contained in:
+4
-4
@@ -51,11 +51,11 @@ Possible values are:
|
||||
* `CTRL_MODE_CURRENT_CONTROL`
|
||||
* `CTRL_MODE_VOLTAGE_CONTROL` - this one is not normally used.
|
||||
|
||||
## Control commands
|
||||
# Control Commands
|
||||
|
||||
<axis>.controller.pos_setpoint = <encoder_counts>
|
||||
<axis>.controller.current_setpoint = <current_in_A>
|
||||
<axis>.controller.vel_setpoint = <encoder_counts/s>
|
||||
* <axis>.controller.pos_setpoint = <encoder_counts>
|
||||
* <axis>.controller.current_setpoint = <current_in_A>
|
||||
* <axis>.controller.vel_setpoint = <encoder_counts/s>
|
||||
|
||||
### Tuning parameters
|
||||
The motion control gains are currently manually tuned:
|
||||
|
||||
Reference in New Issue
Block a user