Skip to content

Conversation

@sjahr
Copy link
Contributor

@sjahr sjahr commented Dec 15, 2023

Depends on moveit/moveit2#2153
Update pipeline planner to API changes introduced by ☝️

sjahr and others added 15 commits October 4, 2023 15:20
* 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 <[email protected]>

Update core/src/solvers/pipeline_planner.cpp

Format

Refactor to avoid calling .at(0) twice

Use no default stopping criteria

Update fallbacks_move demo

* Cleanup + address deprecation warnings

* Enabling optionally using a property defined pipeline planner map

* Address review

* Disable humble CI for ros2 branch

* Add pipeline planner unittests + some checks

* Add short comment
* Add planner name to trajectory info

* Extend unittest
* Reset scene diff in task

* Add explanation for scene reset
* Add random pose generator

* Fix clang-tidy

* Apply suggestions from code review

Co-authored-by: Sebastian Castro <[email protected]>

* Add warning and format

---------

Co-authored-by: Henning Kayser <[email protected]>
Co-authored-by: Sebastian Castro <[email protected]>
* Run goalCallback in a seperate asynchronously

* Clang-tidy fixes

* Replace std::bind with lambdas

* Add comment

* Format

---------

Co-authored-by: JafarAbdi <[email protected]>
… executing the planned trajectory (moveit#355)

* Add "controllers" property to Stage and pass them to PlanExecution moveit#123

* Change new property from controller names string to TrajectoryExecutionInfo

---------

Co-authored-by: Luca Lach <[email protected]>
…on (moveit#514)

* Print warning if no controllers are configured for trajectory execution

* Apply suggestions from code review

Co-authored-by: Sebastian Castro <[email protected]>

* Apply suggestions from code review

---------

Co-authored-by: Sebastian Castro <[email protected]>
@codecov
Copy link

codecov bot commented Dec 15, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d6af5d2) 42.42% compared to head (3cdf3b5) 42.42%.

Additional details and impacted files
@@           Coverage Diff           @@
##             ros2     #517   +/-   ##
=======================================
  Coverage   42.42%   42.42%           
=======================================
  Files          83       83           
  Lines        8045     8045           
=======================================
  Hits         3412     3412           
  Misses       4633     4633           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

5 participants