Thanks to visit codestin.com
Credit goes to github.com

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: 2.3.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: 2.4.0
Choose a head ref
  • 8 commits
  • 27 files changed
  • 5 contributors

Commits on Sep 19, 2025

  1. Add const qualifier to get functions and changed map value retrieval …

    …to at() function (#379)
    
    Currently getData functions are not const, although they shouldn't
    modify the data since they are retrieval functions.
    
    It is a minor change I though about while using the library.
    PabloDArandaR authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    9e52693 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Update RTDE list to include new fields (#380)

    Also reordered the fields to match the documentation order.
    URJala authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    6c27110 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Direct torque control (#381)

    This PR adds the functionality to command the robot by sending joint
    torques directly.
    
    ---------
    
    Co-authored-by: Mads Holm Peters <[email protected]>
    Co-authored-by: Dominic Reber <[email protected]>
    3 people authored Oct 2, 2025
    Configuration menu
    Copy the full SHA
    1a95cf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2025

  1. Set force mode parameters from config (#383)

    Due to the new way of calling force mode and keeping backward
    compatiblity, a few minor things got lost.
    domire8 authored Oct 6, 2025
    Configuration menu
    Copy the full SHA
    269b377 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2025

  1. Remove output_bit_register_0...63 and input_bit_register_0..63 from R…

    …TDE list (#385)
    
    They were added years ago, but actually they are not published by the robot controller.
    URJala authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    13cead2 View commit details
    Browse the repository at this point in the history
  2. UR18 support (#387)

    Adds support to launch a UR18 through start_ursim.sh
    urfeex authored Oct 10, 2025
    Configuration menu
    Copy the full SHA
    a55257d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Configuration menu
    Copy the full SHA
    9babce7 View commit details
    Browse the repository at this point in the history
  2. 2.4.0

    urfeex committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    73b7323 View commit details
    Browse the repository at this point in the history
Loading