PickNikRobotics / ros2_robotiq_gripper

BSD 3-Clause "New" or "Revised" License
56 stars 43 forks source link

Activating the gripper blocks the ros2_control ControllerManager update loop #35

Open schornakj opened 1 year ago

schornakj commented 1 year ago

On bringup of the ros2_control nodes, we get swarmed with the following error message from the UR_Client_Library: pipeline producer overflowed!

This is due to the gripper driver blocking on activation. To remedy this, we need to offload activation of the gripper driver to a separate thread.