-
Notifications
You must be signed in to change notification settings - Fork 142
[Instruction Executor] Allow joint and pose targets for all motion functions #491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
urfeex
merged 34 commits into
UniversalRobots:master
from
urfeex:more_motion_target_interfaces
May 7, 2026
Merged
Changes from 19 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
feba75c
WIP: Support pose and joint targets for movej and movel
urfeex 9d28c4a
Use a variant to enable equivalent syntax for movej and movel
urfeex ebee9e2
Remove debug statements
urfeex 282d10a
Implement MotionTargets for all motion types
urfeex 793ac46
Revert headless_mode=false
urfeex a2f5484
Updated documentation and tests
urfeex 64d3202
Self-review
urfeex 03f993f
Fix ordering of movec arguments
urfeex f668a02
Fix conversion
urfeex 2e26dfe
Removed unreachable code
urfeex 151a5a3
Moved function definition to CPP file
urfeex 16d7757
Refactoring
urfeex 398d024
Correct setting target from derived classes
urfeex fc108f4
make getTarget return an std::optional
urfeex bcbff64
Support q-near
urfeex 856c942
Update docs
urfeex 6c5e79f
Update documentation
urfeex 7e047bf
Update tests
urfeex 76ed58d
Apply suggestions from code review
urfeex 0ccc889
Add constructor with q_near
urfeex 0046867
Fix indentation
urfeex 1f67187
Script code update
urfeex 2fab00a
Do not pass goal_time as blend_radius
urfeex d8e3824
Add test of primitive types
urfeex b0fed74
Use central macro definition for deprecation suppression
urfeex c044b4c
Delete default constructor for Q
urfeex d766304
More unequality tests for pose
urfeex a183669
Merge remote-tracking branch 'origin/master' into more_motion_target_…
urfeex 450b3f6
Add missing include
urfeex fadbd9a
Apply suggestions from code review
urfeex 55c1ca4
Refactor script code
urfeex 79ca4e9
Make Q and Pose a class
urfeex af4f7f0
Add setPose and tests for setting Q and Pose values
urfeex 3616b95
Do not call setVia in MoveC constructors
urfeex File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.