Skip to content
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

Use new Pro RRT SetupMTCPlanTo_ behaviors #76

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

dyackzan
Copy link

@dyackzan dyackzan commented Jan 3, 2025

Replace:

  • SetupMTCMoveToPose -> SetupMTCPlanToPose
  • SetupMTCMoveToJointState -> SetupMTCPlanToJointState

Remove deprecated planner_interface port.

The new behaviors expose more planning parameters for the Pro RRT Connect planner.

Will convert from draft once https://github.com/PickNikRobotics/moveit_studio/pull/10001, which adds the new behaviors in core goes in

Partially resolves https://github.com/PickNikRobotics/moveit_studio/issues/9811

@dyackzan dyackzan force-pushed the use-pro-rrt-mtc-behaviors branch from 1f51215 to 3d27c49 Compare January 8, 2025 16:58
@dyackzan dyackzan changed the title Use new SetupMTCMoveTo_ProRRT behaviors Use new Pro RRT SetupMTCPlanTo_ behaviors Jan 8, 2025
@dyackzan dyackzan force-pushed the use-pro-rrt-mtc-behaviors branch from 3d27c49 to 23e52b1 Compare January 8, 2025 18:37
@dyackzan dyackzan marked this pull request as ready for review January 8, 2025 19:08
marioprats
marioprats previously approved these changes Jan 9, 2025
Copy link

@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.

LGTM. I tested this on the different configs and added a new commit with some changes I had to make, mostly on the constrained planning Behaviors that work differently now, but also a couple of places where I had to get rid of the link padding.
I think this is ready to go now.

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
@dyackzan
Copy link
Author

dyackzan commented Jan 9, 2025

Thanks for adding those changes Mario!

@dyackzan dyackzan merged commit 7280163 into main Jan 9, 2025
4 checks passed
@dyackzan dyackzan deleted the use-pro-rrt-mtc-behaviors branch January 9, 2025 23:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants