Skip to content

Commit 3113aed

Browse files
authored
Merge pull request #277 from madcowswe/rc
Release of firmware v0.4.7
2 parents 2f2ad4c + 25274e1 commit 3113aed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+798
-7347
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Please add a note of your changes below this heading if you make a Pull Request.
33

44
# Releases
5+
## [0.4.7] - 2018-11-28
6+
### Added
7+
* Overspeed fault
8+
* Current sense saturation fault.
9+
* Supress startup transients by sampling encoder estimate into position setpoint when entering closed loop control.
10+
* Make step dir gpio pins configurable.
11+
* Configuration variable `encoder.config.zero_count_on_find_idx`, true by default. Set to false to leave the initial encoder count to be where the axis was at boot.
12+
* Circular position setpoint mode: position setpoints wrapped [0, cpr). Useful for infinite incremental position control.
13+
* Velocity setpoint ramping. Use velocity control mode, and set `controller.vel_ramp_enable` to true. This will ramp `controller.vel_setpoint` towards `controller.vel_ramp_target` at a ramp rate of `controller.config.vel_ramp_rate`.
14+
15+
### Changed
16+
* Increased switching frequency from around 8kHz to 24kHz. Control loops still run at 8kHz.
17+
* Renamed `axis.enable_step_dir` to `axis.step_dir_active`
18+
* New process for working with STM32CubeMX.
19+
20+
### Fixed
21+
* Would get ERROR_CONTROL_DEADLINE_MISSED along with every ERROR_PHASE_RESISTANCE_OUT_OF_RANGE.
22+
* ODrive tool can now run interactive nested scripts with "%run -i script.py"
23+
524
## [0.4.6] - 2018-10-07
625
### Fixed
726
* Broken printing of floats on ascii protocol

Firmware/Board/v3/0001-display-correct-ODrive-version-in-USB-descriptor.patch

Lines changed: 0 additions & 41 deletions
This file was deleted.

Firmware/Board/v3/0001-expose-correct-serial-number-on-USB.patch

Lines changed: 0 additions & 32 deletions
This file was deleted.

Firmware/Board/v3/0001-fix-return-type-of-osSemaphoreWait.patch

Lines changed: 0 additions & 46 deletions
This file was deleted.

Firmware/Board/v3/0001-release-sem_usb_tx-in-usbd_cdc.c.patch

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)