CommonplaceRobotics / iRC_ROS

ROS2 packages for the igus Robot Control
Apache License 2.0
15 stars 7 forks source link

Concurrent use of CAN sockets #71

Open cpr-fer opened 1 year ago

cpr-fer commented 1 year ago

When using multiple devices via this ROS driver, e.g. robot and mobile platform, connected on the same CAN bus, the socket is shared between devices. This didn't cause any issues for now, but there might be a cleaner and more reliable way of achieving this.