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

Make all main configs inherit from new objectives library #177

Open
wants to merge 1 commit into
base: v7.4
Choose a base branch
from

Conversation

shaur-k
Copy link

@shaur-k shaur-k commented Feb 28, 2025

Description

Closes https://github.com/PickNikRobotics/moveit_pro/issues/9484

This should ensure that we don't have to include the same objectives every time everywhere.

I removed the duplicated objectives from core and here as well as made the config files follow a similar format between all of them.

The list of objectives added to Pro, findable in the linked PR:

  • core:
    • clear snapshot
    • request teleoperation (replaced sparingly)
    • reset planning scene
    • teleoperate
  • navigation:
    • interpolate to joint state
    • move to joint state
    • move to pose
    • move to waypoint
  • perception:
    • get imarker pose from mesh visualization

Testing Instructions

You will need to test this with this PR to moveit_pro.

The affected workspaces:

  • lab_sim
  • fanuc_sim
  • multi_arm_sim
  • kinova_sim
  • mock_sim
  • hangar_sim
  • grinding_sim

@shaur-k shaur-k self-assigned this Feb 28, 2025
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.

1 participant