-
Notifications
You must be signed in to change notification settings - Fork 125
Comparing changes
Open a pull request
base repository: UniversalRobots/Universal_Robots_Client_Library
base: 1.7.1
head repository: UniversalRobots/Universal_Robots_Client_Library
compare: 1.8.0
- 10 commits
- 51 files changed
- 3 contributors
Commits on Feb 25, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 205cabd - Browse repository at this point
Copy the full SHA 205cabdView commit details
Commits on Feb 26, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for caf8529 - Browse repository at this point
Copy the full SHA caf8529View commit details
Commits on Mar 3, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for dafaedf - Browse repository at this point
Copy the full SHA dafaedfView commit details
Commits on Mar 4, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 245c01a - Browse repository at this point
Copy the full SHA 245c01aView commit details
Commits on Mar 5, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 62d34df - Browse repository at this point
Copy the full SHA 62d34dfView commit details
Commits on Mar 12, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 60a46ba - Browse repository at this point
Copy the full SHA 60a46baView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 67e4b82 - Browse repository at this point
Copy the full SHA 67e4b82View commit details
Commits on Mar 14, 2025
-
Remove unused variables (#288)
There were a couple of build warnings introduced earlier. This fixes them.
Configuration menu - View commit details
-
Copy full SHA for ee46144 - Browse repository at this point
Copy the full SHA ee46144View commit details
Commits on Mar 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f4f5ba7 - Browse repository at this point
Copy the full SHA f4f5ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23a6e42 - Browse repository at this point
Copy the full SHA 23a6e42View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.7.1...1.8.0