forked from PickNikRobotics/moveit_pro_empty_ws
-
Notifications
You must be signed in to change notification settings - Fork 7
Merge 8.7 into 8.8 and uncore moveit_pro_example_ws #427
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
Conversation
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
…d-nvidia chore: clean up dockerfile that unnecesarrily has nvidia stuff now
Better space industry demos
Removed 'Pick 1 Pill Bottle' from the test objectives.
Change favorites and Objective names
Fix ghost of old bug in model serialization
Bind mount only the src folder when building the stage that install ros dependancies
Remove duplicate unfolding motion from satellite sim
Reverted change for gripper objectives in satellite_sim.
shaur-k
approved these changes
Oct 15, 2025
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.
This PR does two things. First it merges
v8.7intov8.8to pick up changes that we forgot to merge back into main.Second, this applies changes that were made in the core moveit pro repo.
Unfortunately I couldn't preserve the commit history (because the
git subtreeintegration was messed up by me), but the commits that should have made it are the following:https://github.com/PickNikRobotics/moveit_pro/commit/17d180b9b1bdcf8cbde1a4d5baabbd65e361eb98
https://github.com/PickNikRobotics/moveit_pro/commit/2c6222668bee3fb48d0024551a13930f9bcd61c6
https://github.com/PickNikRobotics/moveit_pro/commit/f6ac16a1e61a4d6258c3270290f1aab1dcfd5719
https://github.com/PickNikRobotics/moveit_pro/commit/f23291930c6e277c4561e91e3ce58bda8c3d556f
Patching the files was a bit tricky, but here are roughly the commands I followed.
Part of #14909