Update control.md

This commit is contained in:
Oskar Weigl
2019-07-27 20:59:38 -07:00
committed by GitHub
parent 7d62ea77c0
commit 98e1c19f55
+1 -2
View File
@@ -47,5 +47,4 @@ An upcoming feature will enable automatic tuning. Until then, here is a rough tu
The liveplotter tool can be immensely helpful in dialing in these values. To display a graph that plots the position setpoint vs the measured position value run the following in the ODrive tool:
`start_liveplotter(lambda:[odrv0.axis0.encoder.pos_estimate - odrv0.axis0
...: .controller.pos_setpoint])`
`start_liveplotter(lambda:[odrv0.axis0.encoder.pos_estimate, odrv0.axis0.controller.pos_setpoint])`