Skip to content

Commit

Permalink
Added troubleshooting entry about combined_robot_hw
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed May 12, 2020
1 parent 9cdfa34 commit fe4c68d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -261,3 +261,8 @@ Additionally: If the calibration doesn't match the expected one, there's a reaso
should better be explicitly handled by a human. Having to run the calibration
extraction/transformation as a separate step makes this possible and doesn't hide this step from the
end user.

### Can this driver be used inside a combined hardware interface?
Yes, this is possible. However, if used inside a [combined HW
interface](http://wiki.ros.org/combined_robot_hw) we recommend to enable [non-blocking read
functinality](https://github.com/UniversalRobots/Universal_Robots_ROS_Driver/blob/master/ur_robot_driver/doc/ROS_INTERFACE.md#non_blocking_read-default-false).

0 comments on commit fe4c68d

Please sign in to comment.