-
Notifications
You must be signed in to change notification settings - Fork 2
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
receiverID and header input and output for all messages #42
Conversation
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.
Looks simple enough for the most part. Have you also checked so that all the decoders are correct still? Or did this not change anything significant in that regard?
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.
Nice work.
Does ATOS work with this PR?
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.
Looks good.
Some comments.
We need to review the ATOS branch with this branch before approval.
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.
Is swig necessary for the changes with receiver ID and header of the ISO protocol? If not, split into another PR that deals exclusively with swig-parts
Co-authored-by: victorjarlow <[email protected]>
Co-authored-by: victorjarlow <[email protected]>
Co-authored-by: victorjarlow <[email protected]>
Co-authored-by: victorjarlow <[email protected]>
Co-authored-by: victorjarlow <[email protected]>
As receiverID is desired for CARLA control, here is a suggestion for the first step on how to implement it.