Skip to content

Commit

Permalink
Merge pull request #6 from fmauch/adding_non_blocking_read
Browse files Browse the repository at this point in the history
Added documentation for non_blocking_read parameter
  • Loading branch information
carebare47 authored Jan 27, 2020
2 parents 3a8eea8 + db85102 commit 654622f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ur_robot_driver/doc/ROS_INTERFACE.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,10 @@ This is the actual driver node containing the ROS-Control stack. Interfaces docu

Hash of the calibration reported by the robot. This is used for validating the robot description is using the correct calibration. If the robot's calibration doesn't match this hash, an error will be printed. You can use the robot as usual, however Cartesian poses of the endeffector might be inaccurate. See the "ur_calibration" package on help how to generate your own hash matching your actual robot.

* "**non_blocking_read**" (default: "false")

Enables non_blocking_read mode. Useful when used with combined_robot_hw. Disables error generated when read returns without any data, sets the read timeout to zero, and synchronises read/write operations.

* "**output_recipe_file**" (Required)

Path to the file containing the recipe used for requesting RTDE outputs.
Expand Down

0 comments on commit 654622f

Please sign in to comment.