mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-09-26 03:23:39 +08:00
Merge pull request #190 from sphereinabox/patch-1
Fix vel_lim/vel_limit typo
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ Lets also start in velocity control mode since that is probably what you want fo
|
||||
odrv0.axis0.encoder.config.bandwidth = 100
|
||||
odrv0.axis0.controller.config.pos_gain = 1
|
||||
odrv0.axis0.controller.config.vel_gain = 0.02
|
||||
odrv0.axis0.controller.config.vel_lim = 1000
|
||||
odrv0.axis0.controller.config.vel_limit = 1000
|
||||
odrv0.axis0.controller.config.control_mode = CTRL_MODE_VELOCITY_CONTROL
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user