From 898f25b76afc0c3327e02e784e50d64854bf6c31 Mon Sep 17 00:00:00 2001 From: Valentin Martinez Gama <70444148+valenmgama@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:09:15 -0500 Subject: [PATCH] add motor.config.torque_lim to CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f01551cb..a1ad71cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Please add a note of your changes below this heading if you make a Pull Request. ## [0.5.1] - 2020-09-27 ### Added * Added motor `torque_constant`: units of torque are now [Nm] instead of just motor current. +* Added `motor.config.torque_lim`: limit for motor torque in [Nm] units instead. * [Motor thermistors support](docs/thermistors.md) * Enable/disable of thermistor thermal limits according `setting axis..enabled`. * Introduced `odrive-interface.yaml` as a root source for the ODrive's API. `odrivetool` connects much faster as a side effect.