Enhancement/moveit ros1 ports#3041
Merged
sjahr merged 5 commits intomoveit:mainfrom Oct 28, 2024
TSNoble:enhancement/moveit-ros1-ports
Merged
Enhancement/moveit ros1 ports#3041sjahr merged 5 commits intomoveit:mainfrom TSNoble:enhancement/moveit-ros1-ports
sjahr merged 5 commits intomoveit:mainfrom
TSNoble:enhancement/moveit-ros1-ports
Conversation
sjahr
reviewed
Oct 25, 2024
Contributor
There was a problem hiding this comment.
Thanks for porting this over @TSNoble! Looks like there are still some build failures but that should be easy to address and once that is done, we can merge this!
Contributor
Author
|
@sjahr Thanks for running the workflows again. I'm unsure if the test failures are related to this PR? |
sjahr
approved these changes
Oct 28, 2024
Contributor
|
Retriggered the Jazzy CI since the failure appears to be unrelated to this PR |
mergify bot
pushed a commit
that referenced
this pull request
Nov 21, 2024
* Ports moveit/moveit#3592 * Ports moveit/moveit#3590 * Fixes compile errors --------- Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai> (cherry picked from commit 02ebcba) # Conflicts: # moveit_ros/planning_interface/move_group_interface/src/move_group_interface.cpp
6 tasks
sea-bass
pushed a commit
that referenced
this pull request
Nov 21, 2024
* Enhancement/moveit ros1 ports (#3041) * Ports moveit/moveit#3592 * Ports moveit/moveit#3590 * Fixes compile errors --------- Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai> (cherry picked from commit 02ebcba) # Conflicts: # moveit_ros/planning_interface/move_group_interface/src/move_group_interface.cpp * Accepts all incoming changes. (#3120) * Fixes member names (#3121) --------- Co-authored-by: Tom Noble <53005340+TSNoble@users.noreply.github.com> Co-authored-by: Mark Johnson <104826595+rr-mark@users.noreply.github.com> Co-authored-by: Tom Noble <t.s.noble@outlook.com>
Markus-Simonsen
pushed a commit
to Markus-Simonsen/moveit2
that referenced
this pull request
Aug 12, 2025
* Ports moveit/moveit#3592 * Ports moveit/moveit#3590 * Fixes compile errors --------- Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
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.
Description
This PR ports the following ROS1 PRs to moveit2:
More in-depth descriptions can be found on those pull requests, however, for summary:
Modifies
MoveGroupInteraceto use amoveit_msgs::msgs::RobotSateas theconsidered_start_state_RobotStatediffs to avoid passing around large messagesrobot_state::RobotStatePtrto avoid breaking changesDisables updating of attached collision objects when updating states during a pilz sequence motion
I've more-or-less copied the changes from those PRs in verbatim, so if there are differences in moveit2 that need to be taken into account, let me know and I'll make them.
Checklist