Force mode arguments - #707
Closed
URJala wants to merge 5 commits into
Closed
Conversation
URJala
force-pushed
the
force_mode_arguments
branch
from
January 8, 2025 14:38
b7b6de3 to
a87eb27
Compare
urfeex
force-pushed
the
force_mode_arguments
branch
from
February 24, 2025 14:47
a87eb27 to
4f14e98
Compare
…hanges to account for changes in msg in PR (ros-industrial/ur_msgs#20)
to match updated service definition and to match the force mode interface of ROS2.
urfeex
force-pushed
the
force_mode_arguments
branch
from
March 10, 2025 11:19
4f14e98 to
e6d3123
Compare
Member
|
This will probably not get merged unless somebody picks up the work of moving this to a separate controller so that resource management can be done properly. This feature exists in the ROS 2 driver, we recommend to switching to that by now. I'll leave this PR open, as the feature as such is working and usable if precautions are taken (stop JTC before using this feature). |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
add damping and gain scale arguments to ROS service call. These can be set with each force mode call when PR is implemented.
This is also dependent on PR for the service definition.