-
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
Add support for SocketCAN for Linux platforms #13
base: main
Are you sure you want to change the base?
Conversation
SocketCAN support is dependent on merging unofficial-rev-port/CANBridge#5.
Forgot to add SocketCAN initialization. This is now resolved.
for the Ubuntu build |
The tests will fail regardless due to missing devices, however I wonder if this is related to there not being a device or a possible udev rule not being turned on for this. Regardless I don't think there is a specific thing we should be worried about with this symbol lookup error. |
On a Linux VM with a device connected, the following error occurs during
The test will also hang. |
There has been an identified issue with CANBridge as a whole for test failures. This PR should not be merged until unofficial-rev-port/CANBridge#7 is resolved. |
SocketCAN support is dependent on merging unofficial-rev-port/CANBridge#5.
Should resolve Linux-related #12.