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
If set to false, the ROS control cycle will wait for the robot to send a status update. Tests have
31
31
shown that better real-time performance is achievable when setting this to ``true``. Required to be
32
32
set to ``true`` when combining with other hardware components.
33
+
When set to ``false``, the hardware interface will be stopped if it fails to read an RTDE package from the robot.
34
+
when set to ``true``, the hardware interface will be stopped if it fails to read an RTDE package within the configured timeout (see non_blocking_read_timeout).
0 commit comments