CommonplaceRobotics / iRC_ROS

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

8 Limit CAN input queue size #47

Closed cpr-fer closed 1 year ago

cpr-fer commented 1 year ago

This limits the input queue of the CAN interface, thus solving the problem with outdated messages causing jerky movement. Additionally now all available messages are read out in each read_can() call.