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

Enable parallel planning with PipelinePlanner #450

Merged
merged 7 commits into from
Oct 4, 2023

Commits on Sep 4, 2023

  1. Refactor pipeline planner

    Make code readable
    
    Re-order plan functions
    
    Make usable with parallel planning
    
    Enable configuring multiple pipelines
    
    Add callbacks
    
    Cleanup and documentation
    
    Add API to set parallel planning callbacks and deprecate functions
    
    Pass pipeline map by reference
    
    Small clang-tidy fix
    
    Update core/src/solvers/pipeline_planner.cpp
    
    Co-authored-by: Sebastian Castro <4603398+sea-bass@users.noreply.github.com>
    
    Update core/src/solvers/pipeline_planner.cpp
    
    Format
    
    Refactor to avoid calling .at(0) twice
    
    Use no default stopping criteria
    
    Update fallbacks_move demo
    sjahr committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2868297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8118309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f57e659 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Address review

    sjahr committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    322d7a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    dd4dfeb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    7f0fa91 View commit details
    Browse the repository at this point in the history
  2. Add short comment

    sjahr committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8d8006e View commit details
    Browse the repository at this point in the history