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.1
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.8.0
Choose a head ref
  • 10 commits
  • 51 files changed
  • 3 contributors

Commits on Feb 25, 2025

  1. Support compilation on Windows (#229)

    This commit makes the ur_client_library compile on windows (with MSVC). This does not mark full Windows support and should be considered an experimental addition. It was tested that everything compiles fine using MSVC and that all examples work as expected. 
    
    ---------
    
    Co-authored-by: Felix Exner <feex@universal-robots.com>
    vdm-dev and urfeex authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    205cabd View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Fix buffer order of acceleration and velocity (#279)

    This was read in the reverse order from the script. The order used in
    the buffer follows the strategy that for splines it is possible to use
    velocities while not providing accelerations, hence they are in the
    buffer earlier.
    urfeex authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    caf8529 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. instruction_executor: fix movel test (#280)

    The unfeasible target for `movel` with the instruction executor seems to
    be flaky. Since with `movel` we cannot request a motion running outside
    the reachable volume without running into a singularity, we'll have to
    check for a protective stop, instead.
    urfeex authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    dafaedf View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. instruction_executor: Allow canceling an instruction (#281)

    This allows cancelling a running motion with the InstructionExecutor. As
    executions are blocking, they have to be run in another thread to be
    able to be canceled.
    urfeex authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    245c01a View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Add an explicit CMake option to turn on/off integration tests (#282)

    This should make it more obvious how to turn on / off the integration
    tests.
    urfeex authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    62d34df View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2025

  1. Configure gcovr to ignore negative hits as errors (#284)

    This seems to be an error in gcov and this occasionally makes our
    pipelines fail. As a consequence, we just re-run the job hoping that
    doesn't show up as it doesn't seem to be completely deterministic.
    
    Instead we could just ignore that particular error.
    urfeex authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    60a46ba View commit details
    Browse the repository at this point in the history
  2. Remove direct primary and secondary stream from UrDriver (#283)

    And replace them with the PrimaryClient.
    
    ---------
    
    Co-authored-by: Mads Holm Peters <79145214+urmahp@users.noreply.github.com>
    urfeex and urmahp authored Mar 12, 2025
    Configuration menu
    Copy the full SHA
    67e4b82 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Remove unused variables (#288)

    There were a couple of build warnings introduced earlier. This fixes
    them.
    urfeex authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    ee46144 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

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

    urfeex committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    23a6e42 View commit details
    Browse the repository at this point in the history
Loading