Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Merge main changes into v6.0 #334

Merged
merged 10 commits into from
Aug 8, 2024
Merged

Merge main changes into v6.0 #334

merged 10 commits into from
Aug 8, 2024

Conversation

dyackzan
Copy link
Contributor

@dyackzan dyackzan commented Aug 6, 2024

No description provided.

EzraBrooks
EzraBrooks previously approved these changes Aug 7, 2024
Comment on lines -185 to -205
<disable_collisions link1="first_forearm_pinch_link" link2="first_forearm_link" reason="Adjacent"/>
<disable_collisions link1="first_forearm_pinch_link" link2="first_tool_changer_link" reason="Never"/>
<disable_collisions link1="first_forearm_pinch_link" link2="first_upper_arm_link" reason="Never"/>
<disable_collisions link1="first_forearm_pinch_link" link2="first_wrist_1_link" reason="Never"/>
<disable_collisions link1="first_forearm_pinch_link" link2="first_wrist_2_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_realsense_camera_adapter_link" reason="Adjacent"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_base_link" reason="Adjacent"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_left_finger_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_left_finger_tip_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_left_inner_knuckle_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_left_knuckle_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_right_finger_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_right_finger_tip_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_right_inner_knuckle_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_robotiq_85_right_knuckle_link" reason="Never"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_tool_changer_link" reason="Adjacent"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_ur_to_robotiq_link" reason="Adjacent"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_wrist_1_link" reason="Adjacent"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_wrist_2_link" reason="Adjacent"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_wrist_3_link" reason="Adjacent"/>
<disable_collisions link1="first_wrist_3_pinch_link" link2="first_wrist_mounted_camera_link" reason="Never"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure we want to remove the pinch link SRDF collision exceptions? If anything we should probably enable the pinch link on the multi arm xacro and then reenable these. Thoughts @sjahr?

I'm not necessarily blocking this PR on that though.

* Remove octomap_manager from config

* Update description in package.xml

---------

Co-authored-by: Matt Hansen <[email protected]>
* Create mobile_manipulation_config package

* Add config file

* Add launch files

* Add waypoints

* Add objectives

---------

Co-authored-by: Matt Hansen <[email protected]>
@@ -42,6 +42,7 @@ objectives:
- "moveit_studio::behaviors::MTCCoreBehaviorsLoader"
- "moveit_studio::behaviors::ServoBehaviorsLoader"
- "moveit_studio::behaviors::VisionBehaviorsLoader"
- "moveit_studio::behaviors::ConverterBehaviorsLoader"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we'll need to be more selective on what we merge into branch 6.0.
The new ConverterBehaviorsLoader plugin is not in the MoveIt Pro 6.0 release, so this config won't work

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I think we can just drop da43687, so that we don't require the new message builder Behaviors. This branch without that specific commit seems to work.

Copy link
Contributor

@marioprats marioprats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dyackzan what exactly do we need on branch 6.0? See my comment. I think some of the changes would require updating MP as well.

----
Co-authored-by: Michael Wrock <[email protected]>
Co-authored-by: Mario Prats <[email protected]>
@EzraBrooks EzraBrooks merged commit 1ff1238 into v6.0 Aug 8, 2024
11 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants