INITIAL RELEASE
- CanFrame wrapper around struct can_frame
- SocketcanAdapter wrapper around socketcan sockets
- Ability to send and receive CanFrame types
- Built in Threading to receive data
- SocketcanBridgeNode to run a ros2 passthrough node
- Now with
axiomatic_adapterpackage! - Introduces an additional interface between Axiomatic's CAN-ETH converter and CAN messages
- Has a wrapper to put ETH CAN traffic onto a socketcan interface using
SocketcanAdapter