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

Updated DBC for v0.3.0 #83

Merged
merged 1 commit into from
May 14, 2024

Conversation

AarjavJain101
Copy link
Contributor

@AarjavJain101 AarjavJain101 commented May 14, 2024

Updated the current brightside DBC to what the BOM contains. Frame1, although unusued, was still implemented. Things to look out for:

  • Some messages do not have parsing details such as float or int. This include "Throttle ADC reading", 0x402's "Bus Current", "Reset Command (currently unused)", 0x503's signals, 0x50B's signals, and 0x751. I understand some of these are guessable, however, clarity would be appreciated so that our ground truth stays as a good reference for debugging (we had a case of using int for the MotorVelocity and MotorCurrent signals which resulted in unnecessary debugging).

  • 0x504 to 0x50A and 0x50C to 0x50E inclusive say see datasheet to determine the signals. More clarity here would be appreciated.
    image

  • I also noticed a lot of movement of pre-exisitng messages such as 0x450's signals previously did not have an associated message (the signals simply existed as ID=3221225472 and "VECTOR__INDEPENDENT_SIG_MSG"). This is a good change.

  • The name Percentage of max current with ID = 0x401 seems like an odd change because it specifically refers to only 1 of the 2 signals. The previous name of MotorDriveCommand: I believe made more sense.

See Monday Update for more details.

Copy link
Contributor

@ishanjoshi23 ishanjoshi23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Waiting for testing on MCB messages.

@AarjavJain101 AarjavJain101 merged commit acc4668 into main May 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants