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.5.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.6.0
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    c67fec4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. Succeed power on command on PolyScope 5 when robot is running (#397)

    We check for the robot state being IDLE and retry that with a very high
    timeout by default. This commit also accepts the robot to be in RUNNING
    in order to succeed.
    
    Otherwise the robot will reply "Powering on" through the dashboard
    interface, but the state will stay unchanged because it is already
    idling. Thus, the call will fail (and block very long) while the pure
    dashboard call would be succeeding.
    urfeex authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    276120d View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2025

  1. Save polyscope folder in local filesystem (#399)

    This way, for example the setting for keeping remote_control available
    stays persistent as requested.
    urfeex authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    d4eed85 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8459c3c View commit details
    Browse the repository at this point in the history
  3. RTDEClient sendStart handle missed confirmation (#403)

    In some circumstances it can happen that we read the first data package
    instead of the start confirmation, especially on non-RT systems. In this
    case, we can still assume sending start was successful.
    urfeex authored Nov 10, 2025
    Configuration menu
    Copy the full SHA
    168a7d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    1dffa97 View commit details
    Browse the repository at this point in the history
  2. 2.6.0

    urfeex committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    81cf78a View commit details
    Browse the repository at this point in the history
Loading