You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Unreleased Features
2
2
Please add a note of your changes below this heading if you make a Pull Request.
3
3
4
-
# Release Candidate
5
-
## [0.5.1] - Date TBD
4
+
# Releases
5
+
## [0.5.1] - 2020-09-27
6
6
### Added
7
7
* Added motor `torque_constant`: units of torque are now [Nm] instead of just motor current.
8
8
*[Motor thermistors support](docs/thermistors.md)
@@ -16,11 +16,11 @@ Please add a note of your changes below this heading if you make a Pull Request.
16
16
*`axis.motor.get_inverter_temp()`, `axis.motor.inverter_temp_limit_lower` and `axis.motor.inverter_temp_limit_upper` have been moved to seperate fet thermistor object under `axis.fet_thermistor`. `get_inverter_temp()` function has been renamed to `temp` and is now a read-only property.
17
17
*`axis.config.counts_per_step` is now `axis.config.turns_per_step`
18
18
* Outputs of `axis.sensorless_estimator` are now in turns/s instead of electrical rad/s
19
+
20
+
### Fixed
19
21
* Fixed bug of high current during lockin-ramp caused by `motor::update()` expecting a torque command instead of current
20
22
* Fixed bug where commanded velocity was extremely high just after sensorless ramp when using `input_mode` INPUT_MODE_VEL_RAMP caused by `vel_setpoint` and `axis.config.sensorless_ramp.vel` being in different units
0 commit comments