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

Add new msa planners #2955

Merged
merged 11 commits into from
Jan 7, 2022
Merged

Add new msa planners #2955

merged 11 commits into from
Jan 7, 2022

Commits on Nov 30, 2021

  1. feat: add stomp planner to MSA

    This commit adds the launch and configuration files for the [STOMP
    algorithm](https://ros-planning.github.io/moveit_tutorials/doc/stomp_planner/stomp_planner_tutorial.html).
    rickstaa committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    bd36b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d7169f View commit details
    Browse the repository at this point in the history
  3. style: remove redundant CHOMP parameters

    This commit removes several redundant parameters that were left after
    6114fe5.
    rickstaa committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    6c930d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5b208a View commit details
    Browse the repository at this point in the history
  5. Update moveit_setup_assistant/templates/moveit_config_pkg_template/la…

    …unch/stomp_planning_pipeline.launch.xml
    
    Co-authored-by: Robert Haschke <[email protected]>
    rickstaa and rhaschke committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    a53a829 View commit details
    Browse the repository at this point in the history
  6. Update moveit_setup_assistant/templates/moveit_config_pkg_template/la…

    …unch/ompl-chomp_planning_pipeline.launch.xml
    
    Co-authored-by: Robert Haschke <[email protected]>
    rickstaa and rhaschke committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    b05bee3 View commit details
    Browse the repository at this point in the history
  7. refactor(msa): simplify chomp configuration file injection

    This commit replaces the `chomp_config.yaml` injection method by a
    simple template. This was done since the `chomp_config.yaml` file does
    not contain any variables that need to be dynamically generated.
    rickstaa committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    70a24a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1fdada0 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. fix: fix stomp planner MSA bugs

    This commit makes sure that the STOMP planning config that is generated
    using the MSA is general. The old version created the Panda Emika Franka
    stomp config found in the
    [panda_moveit_config](https:/ros-planning/panda_moveit_config/blob/noetic-devel/config/stomp_planning.yaml)
    package.
    rickstaa committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    87e0b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    155fa4d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Update moveit_setup_assistant/templates/moveit_config_pkg_template/la…

    …unch/stomp_planning_pipeline.launch.xml
    
    Co-authored-by: Robert Haschke <[email protected]>
    rickstaa and rhaschke authored Jan 7, 2022
    Configuration menu
    Copy the full SHA
    3612369 View commit details
    Browse the repository at this point in the history