-
Notifications
You must be signed in to change notification settings - Fork 51
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
Twist ROS 2 Controller & Link / Joint Prefix #213
Merged
Merged
Conversation
This file contains 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
mhubii
changed the title
Addmittance Control as ROS 2 Controller
Additional ROS 2 Controllers & Link / Join Prefix
Oct 19, 2024
mhubii
changed the title
Additional ROS 2 Controllers & Link / Join Prefix
Additional ROS 2 Controllers & Link / Joint Prefix
Oct 19, 2024
mhubii
changed the title
Additional ROS 2 Controllers & Link / Joint Prefix
Twist ROS 2 Controllers & Link / Joint Prefix
Oct 22, 2024
Adds a worker class for re-use in asynchronous FT estimation
mhubii
changed the title
Twist ROS 2 Controllers & Link / Joint Prefix
Twist ROS 2 Controller & Link / Joint Prefix
Oct 24, 2024
/backport |
Backport failed because this pull request contains merge commits. You can either backport this pull request manually, or configure the action to skip merge commits. |
/backport |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin humble
git worktree add -d .worktree/backport-213-to-humble origin/humble
cd .worktree/backport-213-to-humble
git switch --create backport-213-to-humble
git cherry-pick -x 9f7d243cdf7fc3b0a58c563916b84833e2b9d263 8832fc0d90c152d0f6f154f341e140c7b2aac0a2 4c02befd93d61569e8cb58678cccb301a3784583 9b65978581a84d19cb82c0b99b06a89da42a372b f76be5846c1e2dc3d6421f54a833fbb412ef6822 b33aec26ca1862308e01c447cddcdb3212dfe7cf 88bd6309b5ec42502fdbec50fcb0218b8735c67b 5e2103203c293b95045884cfd8da8fe8feb79921 62a5cfaaf336cbad6cc36171a7a84fc1b3bdfb37 0115ba2567a2a7e939c58994c0d13a8541cc1014 dae64a8001a9b4c0fe5dfb239c2d80fe8775d435 ffe3fac3dfd39a63830823d4d0488a38391e83a6 b9c1c43cf6fe84930f881dab90092c3ce2a7ed28 27fcbd49b2b86df4254db901d529dc939a72c6ef bb31bcc7f128d9e30bc5e8192ffbb45b781d1582 079232b93ea8f179380400172ad9874d6a9afbaf ea11f1ecc69333b675ea70876a72ad1432714498 2171bd85ca36dba786a6580e570f2d000a7d3f06 ac36e53902f6520b2d70d06a9e24ecac19014993 74afbb89877c57392d79302dcc2cb3fc3ef68a4c 48f92c14858fb68078d608c2fd1c84ed8adceb02 |
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.
Addresses:
To facilitate:
lbr_fri_ros2
(statically sized)lbr_fri_ros2::FTEstimator
andlbr_ros2_control::TwistController
lbr_ros2_control::SystemInterface
optional and asynchronousAdd a new admittance controller (chained)(to be addressed later)Add a dual-arm MoveIt demo(to be addressed later)