From fe4c68d4857bf027e6f873e96660181db824587f Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Tue, 12 May 2020 14:53:54 +0200 Subject: [PATCH] Added troubleshooting entry about combined_robot_hw --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0f814c0bc..be3f6cd1b 100644 --- a/README.md +++ b/README.md @@ -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).