Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix default servoj_lookahead_time #371

Open
wants to merge 1 commit into
base: kinetic-devel
Choose a base branch
from

Commits on May 28, 2020

  1. 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.
    v4hn committed May 28, 2020
    Configuration menu
    Copy the full SHA
    084ea3f View commit details
    Browse the repository at this point in the history