From 084ea3f4fb7ed060c00d202b1a0bcce6ec04a79b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20G=C3=B6rner?= Date: Thu, 28 May 2020 14:14:31 +0200 Subject: [PATCH] fix default servoj_lookahead_time The documented range (https://www.universal-robots.com/download/) of this parameter for the `servoj` command is [0.03;0.2], so the default 1.0 is an extreme value way out of the actual range. For us, running on a UR5 CB, this lead to eef errors of +-.5cm in the final goal location. Reducing the value to the rough center of the range produces much more reasonable results below 1mm eef error. --- launch/ur_common.launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch/ur_common.launch b/launch/ur_common.launch index 2e639c08..1e6576ed 100644 --- a/launch/ur_common.launch +++ b/launch/ur_common.launch @@ -21,7 +21,7 @@ - +