-
Notifications
You must be signed in to change notification settings - Fork 5
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
Rebase v7.2 on v7.0 #13
Closed
mkhansenbot
wants to merge
172
commits into
PickNikRobotics:main
from
PickNikRobotics:rebase_v7.2_on_v7.0
Closed
Rebase v7.2 on v7.0 #13
mkhansenbot
wants to merge
172
commits into
PickNikRobotics:main
from
PickNikRobotics:rebase_v7.2_on_v7.0
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
git-subtree-dir: src/fanuc_sim git-subtree-split: 0b1e054ccb6a4fa20b2658ad318ebc1acfd64bb6
git-subtree-dir: src/lab_sim git-subtree-split: 2ee0461a27dc2165441ce9362a81db44303177d4
git-subtree-dir: src/moveit_pro_kinova_configs git-subtree-split: 178a37c6d6bfd703ea6018266aa79872802f31b9
…t_pro_kinova_configs'
…367b7 git-subtree-dir: src/moveit_pro_mobile_manipulation git-subtree-split: e5367b79e08113218f72804beda69ebe94a2b175
…t_pro_mobile_manipulation'
git-subtree-dir: src/moveit_pro_ur_configs git-subtree-split: fe3c9a7f6f0a27cf881a34aa551ed6b2b876c8af
…t_pro_ur_configs'
… commit 3db6acb git-subtree-dir: src/moveit_pro_mobile_manipulation/ridgeback git-subtree-split: 3db6acb098765ff28952642fbab6dc3261efe973
…t_pro_mobile_manipulation/ridgeback'
git-subtree-dir: src/ros2_robotiq_gripper git-subtree-split: 77e60927cd5cdcc7c75b8837ac3104b826a4bb99
…nal_dependencies/ros2_robotiq_gripper'
…om commit 77e6092 git-subtree-dir: src/external_dependencies/ros2_robotiq_gripper git-subtree-split: 77e60927cd5cdcc7c75b8837ac3104b826a4bb99
…db6acb git-subtree-dir: src/external_dependencies/ridgeback git-subtree-split: 3db6acb098765ff28952642fbab6dc3261efe973
…nal_dependencies/ridgeback'
git-subtree-dir: src/external_dependencies/serial git-subtree-split: d8d160678aa0b31cdf467c052b954fa287cc6cdf
…nal_dependencies/serial'
…om 77e6092..2ff8545 2ff8545 update urdf mesh filenames to use package path (#50) (#68) 93ecde7 Replace fake_sensor_commands with 'mock_sensor_commands (#62) REVERT: 77e6092 update urdf mesh filenames to use package path (#50) REVERT: 27ecc36 Replace fake_sensor_commands with 'mock_sensor_commands (#61) REVERT: 5f0c39a Remove mimic tags and rename `sim_ignition` to `sim_gazebo` (#54) git-subtree-dir: src/external_dependencies/ros2_robotiq_gripper git-subtree-split: 2ff85455d4b9f973c4b0bab1ce95fb09367f0d26
git-subtree-dir: src/picknik_registration git-subtree-split: 220e5c96aac04bf4879b4106f16238fee2a46825
git-subtree-dir: src/example_behaviors git-subtree-split: d1451e331ba27aee0af9bbaafaefc8bf37a48aca
Correct typo in scan scene description
…lay-motion Don't use MTC in Plan and Save Trajectory objective
Add Pick Cube waypoint
…onfig update ACM for links that don't collide
…onfig set mobile_manipulation_config keyframe to zero
Signed-off-by: Paul Gesel <[email protected]>
Use core segmentation behavior in `lab_sim`
fixed ur robot lighting issues
Objective categories
These new behaviors expose more planning parameters for the Pro RRT Connect planner. Replace: * `SetupMTCMoveToPose` -> `SetupMTCPlanToPose` * `SetupMTCMoveToJointState` -> `SetupMTCPlanToJointState` Update planning configuration ports: * Remove deprecated `planner_interface` port. * use `keep_orientation` and `keep_orientation_tolerance` ports instead of `constraints` port * Lower `link_padding` where it causes self collisions
Fix JointDiagnostic Objective
Argh, wrong workspace!! |
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 fixes issue #10587 on my machine
I rebased v7.2 onto v7.0, HOWEVER, there were some merge conflicts to resolve, and I attempted to resolve them BUT someone should review them carefully to make sure I didn't break something else!