Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: UniversalRobots/Universal_Robots_Client_Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0
Choose a base ref
...
head repository: UniversalRobots/Universal_Robots_Client_Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.7.1
Choose a head ref
  • 5 commits
  • 4 files changed
  • 1 contributor

Commits on Feb 25, 2025

  1. In servo mode always allow targets close to current pose (#273)

    If the target has been interpolating too far away from the robot, so it
    would trigger the limit check, but the target is close to where the
    robot currently is, also accept the command. This can, for example,
    happen if a command series was too fast for the robot to follow, which
    triggers a path deviation on the commanding side and that is mitigated
    by a hold-position command.
    urfeex authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    2627262 View commit details
    Browse the repository at this point in the history
  2. Remove sending an idle command in quintic spline test (#275)

    Sending an idle command makes the URScript send a cancelled
    trajectory result sent back.
    urfeex authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    66b134e View commit details
    Browse the repository at this point in the history
  3. Fix trajectory result in trajectory forward mode when no trajectory i…

    …s running (#276)
    
    Currently, when switching the control mode away from FORWARD, there will
    always a trajectory result CANCELED sent to the trajectory socket. This
    commit modifies the script code such that this will only be done when there
    actually is a trajectory running.
    
    It also adds a test for that.
    urfeex authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    8bc55ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6df5559 View commit details
    Browse the repository at this point in the history
  5. 1.7.1

    urfeex committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    c00bb3c View commit details
    Browse the repository at this point in the history
Loading