Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CAN dbc #714

Merged
merged 1 commit into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update CAN dbc
Generate messages for 8 axes
Prepend AxisID to message names
Add nodes to bus
Add senders and receivers
  • Loading branch information
Wetmelon committed Sep 10, 2022
commit e85b29a15e11836dc7c4081fe0cf4131f765274d
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Unreleased Features
Please add a note of your changes below this heading if you make a Pull Request.

## [0.5.6] - Unreleased

### Fixed

* Fixed race condition in homing sequence that was causing strange behaviour

# Releases
### Changed

* Improved can_generate_dbc.py file and resultant .dbc. Now supports 8 ODrive axes (0..7) natively

## [0.5.5] - 2022-08-11

* CANSimple messages which previously required the rtr bit to be set will now also respond if DLC = 0
Expand Down
Loading