Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetmelon committed Sep 22, 2022
1 parent 3056a4c commit f64c075
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
### Fixed

* Fixed race condition in homing sequence that was causing strange behaviour
* When using a load encoder, CAN will report the correct position and velocity
* When using a load encoder, homing will reset the correct linear position
* Implemented CAN controller message, which was previously defined but not actually implemented
* Get Vbus Voltage message updated to match ODrive Pro's CANSimple implementation

### Added

* Added public `controller.get_anticogging_value(uint32)` fibre function to index into the the cogging map
* Added Get ADC Voltage message to CAN (0x1C). Send the desired GPIO number in byte 1, and the ODrive will respond with the ADC voltage from that pin (if previously configured for analog)
* Added CAN heartbeat message flags for motor, controller, and encoder error. If flag is true, fetch the corresponding error with the respective message.

### Changed

Expand Down

0 comments on commit f64c075

Please sign in to comment.