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

Use a minimal error mask for CAN communication to avoid stopping on i… #1

Closed
wants to merge 1 commit into from

Conversation

MCFurry
Copy link
Member

@MCFurry MCFurry commented Apr 8, 2020

As proposed, this seems to be the minimal viable error mask to use. Other error-frames are more of the informative kind.
CAN_ERR_BUSOFF, CAN_ERR_BUSERROR and CAN_ERR_RESTARTED are critical errors. Only CAN_ERR_BUSERROR may flood, so better to leave that one out as well.

@MCFurry MCFurry requested a review from Timple April 8, 2020 13:41
@Timple
Copy link
Member

Timple commented Apr 9, 2020

Agreed, but rather than merging this I would like to point the target to this branch. More explicit because otherwise we have a different melodic branch from the forked repo which might be confusing.

@MCFurry
Copy link
Member Author

MCFurry commented Apr 9, 2020

Agreed, I'll change our targets where appropriate.

@Timple
Copy link
Member

Timple commented Aug 3, 2020

Solved by ros-industrial#362

@Timple Timple closed this Aug 3, 2020
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.

2 participants