Skip to content

Commit

Permalink
Add migration note containing the keepalive_count to robot_receive_ti…
Browse files Browse the repository at this point in the history
…meout migration
  • Loading branch information
fmauch committed May 22, 2024
1 parent 6b45c23 commit 7b91a84
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ur_robot_driver/doc/migration/jazzy.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Iron to Jazzy migration for ur_robot_driver
===========================================

keep_alive_count -> robot_receive_timeout
-----------------------------------------

Doing real-time control with a robot requires the control pc to conform to certain timing
constraints. For this ``keep_alive_count`` was used to estimate the tolerance that was given to the
ROS controller in terms of multiples of 20 ms. Now the timeout is directly configured using the
``robot_receive_timeout`` parameter of the hardware interface.

0 comments on commit 7b91a84

Please sign in to comment.