Skip to content

Commit e165111

Browse files
committed
rc2 changelog update
1 parent 477ca3b commit e165111

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
Please add a note of your changes below this heading if you make a Pull Request.
33

44
# Releases
5-
## [0.5.2] - 2021-05-05
5+
## [0.5.2] - 2021-05-15
6+
7+
### Fixed
8+
* spinout error is no longer sticky and doesn't trigger on static torque loads due to I^2*R electrical power
9+
* Step and direction mode resets position when entering closed loop just like `input_pos` does
10+
* CAN baud rate setting is now correctly handled
11+
612
### Added
713
* Added phase balance check to motor calibration and MOTOR_ERROR_UNBALANCED_PHASES to error enums
814
* Added polarity and phase offset calibration for hall effect encoders
@@ -11,10 +17,12 @@ Please add a note of your changes below this heading if you make a Pull Request.
1117
* Support for UART1 on GPIO3 and GPIO4. UART0 (on GPIO1/2) and UART1 can currently not be enabled at the same time.
1218
* Thermistors now have a 2nd order lowpass filter applied to reduce noise
1319
* 2-norm current clamping is used for AC induction motors
14-
* Added spinout detection to detect incorrect encoder offset and ENCODER_ERROR_INCORRECT_OFFSET to error enums.
20+
* Added spinout detection to detect incorrect encoder offset and CONTROLLER_ERROR_SPINOUT_DETECTED to error enums.
1521
* Added AARCH64 support to libfibre
1622
* Tuning input mode added to provide sinusoidal position, velocity, or torque stimulus. See INPUT_MODE_TUNING and the controller class for details.
1723
* Added torque mirroring to INPUT_MODE_MIRROR
24+
* `mechanical_power_bandwidth`, `electrical_power_bandwidth`, `spinout_electrical_power_threshold`, `spinout_mechanical_power_threshold` added to `controller.config` for spinout detection.
25+
* `mechanical_power` and `electrical_power` added to `controller`.
1826

1927
### Changed
2028
* Step/dir performance improved! Dual axis step rates up to 250kHz have been tested

0 commit comments

Comments
 (0)