-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bring up complete motor controller yamcan definition #117
Conversation
adb30a5
to
e53dd44
Compare
@@ -398,7 +398,6 @@ def validate_msg(self): | |||
signal.start_bit + signal.native_representation.bit_width | |||
) | |||
except Exception as e: | |||
breakpoint() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed because shouldnt be there
Test Plan
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed that there will actually be some issues in the signal packing functionality of yamcan, id say make these corrections, do a little cleanup so everything is evely spaced and correct the few issues etc. I will look at correcting yamcan but may be best down the line
network/definition/data/components/pm100dx/pm100dx-signals.yaml
Outdated
Show resolved
Hide resolved
7d61a2a
to
cc98f96
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I highly recommend you go back over the canbus specification and what this document contains. Next review i will verify each signal is correctly indexed and placed and all message parameters. Double check all of your files, spacing, diffs. Make sure the things youre doing make sense. It sucks because its boiler plate but its gotta be done, especially that you will be using these signals
network/definition/data/components/pm100dx/pm100dx-message.yaml
Outdated
Show resolved
Hide resolved
network/definition/data/components/pm100dx/pm100dx-message.yaml
Outdated
Show resolved
Hide resolved
network/definition/data/components/pm100dx/pm100dx-message.yaml
Outdated
Show resolved
Hide resolved
7adac13
to
71871f0
Compare
network/definition/data/components/pm100dx/pm100dx-message.yaml
Outdated
Show resolved
Hide resolved
network/definition/data/components/pm100dx/pm100dx-message.yaml
Outdated
Show resolved
Hide resolved
network/definition/data/components/pm100dx/pm100dx-message.yaml
Outdated
Show resolved
Hide resolved
network/definition/data/components/pm100dx/pm100dx-message.yaml
Outdated
Show resolved
Hide resolved
network/definition/data/components/pm100dx/pm100dx-signals.yaml
Outdated
Show resolved
Hide resolved
network/definition/data/components/pm100dx/pm100dx-signals.yaml
Outdated
Show resolved
Hide resolved
71871f0
to
ec5e9ce
Compare
9185a88
to
0300010
Compare
Added support for signal ID offset Added support for duplicate detection in yamcan. Added detection of non alpah-numeric signal and message names
…uts as well as store as artifacts on PR's.
0300010
to
9a529b4
Compare
Added YAMCAN defintions