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

Fix the added path index vector merge in PlanningRequestAdapterChain #3464

Merged
merged 3 commits into from
Sep 25, 2023

Commits on Jun 29, 2023

  1. Fix the added path index vector merge in PlanningRequestAdapterChain

    When merging the `added_path_index` for the different planning request
    adapters, the `PlanningRequestAdapterChain` was adding them in the
    wrong order, causing wrong incrementation of the indices.
    
    Closes moveit#3463.
    Hugal31 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3cec193 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. add comment

    rhaschke committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    665ba0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    853f7e6 View commit details
    Browse the repository at this point in the history