You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Goal of this project was to write a C++ wrapper over linux SocketCAN API. CAN standard used was FD-CAN.
Personal learning goals were to implement and understand C++ rule of 5 , and inplace construction in a vector.
ROS2's ament-cmake build system was used to build this project, but the source files can be taken and modified to run in any build system of your choice
The skeleton of this wrapper can be used around any other communication method which supports a socket.