Can heartbeat flags#711
Merged
Wetmelon merged 4 commits intoodriverobotics:develfrom Sep 22, 2022
Merged
Conversation
Update heartbeat message to set/send motor, encoder and controller flags if there are errors
Wetmelon
requested changes
Sep 21, 2022
Co-authored-by: Paul Guenette <Wetmelon@users.noreply.github.com>
Co-authored-by: Paul Guenette <Wetmelon@users.noreply.github.com>
Co-authored-by: Paul Guenette <Wetmelon@users.noreply.github.com>
Wetmelon
approved these changes
Sep 22, 2022
emilnovak
pushed a commit
to EnjoyRobotics/ODrive
that referenced
this pull request
Sep 18, 2023
* trigger docs build * [docs] fix version indicator * Add get_adc_voltage() * Added docs info * Add controller error message * Add to docs table * Update .dbc * Fix homing running off when it's done * Ensure pos_estimate is updated at least once after homing * Always restore control and input mode after leaving homing * Update vbus_voltage message to match Pro * Add to changelog * Bump jszip from 3.5.0 to 3.10.1 in /GUI Bumps [jszip](https://github.com/Stuk/jszip) from 3.5.0 to 3.10.1. - [Release notes](https://github.com/Stuk/jszip/releases) - [Changelog](https://github.com/Stuk/jszip/blob/main/CHANGES.md) - [Commits](Stuk/jszip@v3.5.0...v3.10.1) --- updated-dependencies: - dependency-name: jszip dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Update CAN dbc Generate messages for 8 axes Prepend AxisID to message names Add nodes to bus Add senders and receivers * Can heartbeat flags (odriverobotics#711) * Update heartbeat flags Update heartbeat message to set/send motor, encoder and controller flags if there are errors * Update Firmware/communication/can/can_simple.cpp Co-authored-by: Paul Guenette <Wetmelon@users.noreply.github.com> * Update Firmware/communication/can/can_simple.cpp Co-authored-by: Paul Guenette <Wetmelon@users.noreply.github.com> * Update Firmware/communication/can/can_simple.cpp Co-authored-by: Paul Guenette <Wetmelon@users.noreply.github.com> Co-authored-by: Paul Guenette <Wetmelon@users.noreply.github.com> * Add heartbeat flags to .dbc * Fix load encoder issues Fixes odriverobotics#651 * Add function to index into cogmap (odriverobotics#716) * Update changelog * Make vel_ramp safer by limiting the vel_setpoint to vel_limit * Update changelog * Add value tables and units to every signal in .dbc * Add CONFIG_ARM_COMPILER_PATH * Add more cyclic messages * Update docs and changelog * Add function to remove anticogging bias * fix release action * Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: Samuel Sadok <samuel.sadok@bluewin.ch> Co-authored-by: Malaphor <55569990+Malaphor@users.noreply.github.com> Co-authored-by: Paul Guenette <Wetmelon@users.noreply.github.com> Co-authored-by: Paul Guenette <pfguenette@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated heartbeat message to set/send motor, encoder and controller flags if there are errors