-
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
[✨FEAT✨]: CAN interface node #5
Comments
This should be put under the moa_driver package as this will be the main CAN interface driver for the jetson nano |
This node should output all can messages to a raw_can topic as should be dum. As well as it should publish only though a service so that the node that is wanting something published can know wether it was sent and can react accordinly. |
Hardware has arrived and is inside of the computer/telem box in the electrons room |
Publish to the /raw_can topic when it receives any new can bus data |
For now I will leave the diagnostics to do later and just get the telem up and going. |
Is there an existing enhancement request for this?
Description
A node that reads the CAN bus and out puts all the raw can messages to a topic and is also a service to publish things to the CAN bus.
Additional Information
Just communicates the raw can messages and dose not care what things are or knows what things are.
The text was updated successfully, but these errors were encountered: