diff --git a/docs/commands.md b/docs/commands.md index 510c33c6..b5ca64d2 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -38,7 +38,7 @@ See [here](api/odrive.axis.axisstate) for a description of each state. ### Control Mode The default control mode is position control. If you want a different mode, you can change `.controller.config.control_mode`. -Possible values are listed [here](api/odrive.axis.controller.controlmode). +Possible values are listed [here](api/odrive.controller.controlmode). ### Input Mode @@ -51,7 +51,7 @@ As of version v0.5.0, ODrive now intercepts the incoming commands and can apply Modes can be selected by changing `.controller.config.input_mode`. The default input mode is `INPUT_MODE_PASSTHROUGH`. -Possible values are listed [here](api/odrive.axis.controller.inputmode). +Possible values are listed [here](api/odrive.controller.inputmode). ## System monitoring commands