-
Notifications
You must be signed in to change notification settings - Fork 275
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
Option to ignore error frames #388
Option to ignore error frames #388
Conversation
…ARB is ignored by default, see also ros-industrial#362
Rewrote define to function to comply with roslint
Since technically speaking the default behavior changes with this PR. Could this PR be evaluated before the official noetic release? To prevent any discussions later if defaults can/might/should be changed within a release. |
I had a brief look already. My quick review:
I don't want to branch off for noetic. |
@ipa-mdl Thank you for taking the time to review! Few comments/considerations:
This means a possible high load from kernel to user space, as mentioned here. Why should the kernel still report all errors if we are ignoring them anyways in the user space?
I will move (parts of)
After sending the settings to
I don't understand exactly what you mean, does this refer to the handling of errors?
Good to hear! |
superseded by #362 |
Finalized implementation of #362 with the addition of:
CAN_ERR_LOSTARB
is ignored by default