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: 1.9.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.0.0
Choose a head ref
  • 11 commits
  • 53 files changed
  • 3 contributors

Commits on Mar 31, 2025

  1. Polyscope x integration tests (#295)

    Run integration tests against a PolyScopeX URSim in CI
    urfeex authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    87fd042 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

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

Commits on Apr 2, 2025

  1. Document robot setup for PolyScope X (#302)

    Now that we have the External Control URCapX released, we should add
    that to our setup instructions.
    urfeex authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    181a731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566d4ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daed243 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2025

  1. [start_ursim.sh] Use direct web pages instead of GitHub API to downlo…

    …ad URCap (#308)
    
    The API is rate-restricted on an IP address level. And with IPv4 that IP
    address is potentially shared between many users of the same ISP.
    
    This PR uses the release web pages to find the latest release.
    Basically, it uses the link to the latest release which will be
    forwarded by GitHub to a web page using the latest version. Thus, we can
    get the latest tag from the redirected URL and use that to build a valid
    download link for the latest release.
    urfeex authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    c832d36 View commit details
    Browse the repository at this point in the history
  2. Add more tests for start_ursim.sh (#305)

    This should fully validate input argument parsing.
    urfeex authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    3ca3774 View commit details
    Browse the repository at this point in the history
  3. Fix naming issues (#307)

    We have been a bit inconsistent in the past when it comes to naming
    public members.
    
    While the changes in 71bab65 and
    42cf147 would probably not impact many
    people, the changes from bef94bb would
    be more impactful.
    
    Potentially there would be many more changes in the message structures
    for the primary and RTDE interfaces which I have disabled for now.
    urfeex authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    1632f6d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Add functionality to send MoveP and MoveC instructions to the robot (#…

    …303)
    
    This PR aims at supporting to send MoveP and MoveC commands to the robot
    directly through the TrajectoryPointInterface and the
    InstructionExecutor.
    urfeex authored Apr 16, 2025
    Configuration menu
    Copy the full SHA
    9635122 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

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

    urfeex committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    834dee2 View commit details
    Browse the repository at this point in the history
Loading