Update migration.md

This commit is contained in:
Oskar Weigl
2020-10-12 13:52:59 -07:00
committed by GitHub
parent b41a3be030
commit b9f571c2a8
+1
View File
@@ -4,6 +4,7 @@ Certain changes occurred between firmware versions v0.4.12 and v0.5.1 that will
## Unit Changes
ODrive now uses units of [turns], [turns/s], and [turns/s^2] instead of [counts], [counts/s], and [counts/s^2]. In addition, the motor controller class now has an input command of torque in [Nm] instead of current in [Amps]. In general, every user-facing parameter that has to do with position or velocity is affected by the unit change.
**Note:** For the torque to be in correct in [Nm] you need to configure the `motor.config.torque_constant`. See the updated [getting started](getting-started.md/#configure-m0) for more details.
## Control Parameter Names