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

Remove rviz2 dependency from rviz_marker_tools #537

Closed

Conversation

bmagyar
Copy link
Member

@bmagyar bmagyar commented Feb 29, 2024

I know it's not intuitive by the name of the package but it actually doesn't depend on Rviz ;)

...and the Humble version is here:
#536

sjahr and others added 27 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]>
@bmagyar bmagyar changed the title Remove rviz2 dependency Remove rviz2 dependency from rviz_marker_tools Feb 29, 2024
Copy link

codecov bot commented Feb 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.47%. Comparing base (4de8d23) to head (faae908).

Additional details and impacted files
@@           Coverage Diff           @@
##             ros2     #537   +/-   ##
=======================================
  Coverage   42.47%   42.47%           
=======================================
  Files          83       83           
  Lines        8086     8086           
=======================================
  Hits         3434     3434           
  Misses       4652     4652           

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

@bmagyar bmagyar requested a review from rhaschke March 4, 2024 11:43
@rhaschke
Copy link
Contributor

rhaschke commented Mar 7, 2024

Thanks for this patch. I will merge this change into the master branch (ROS1) and then forward-merge into ROS2.
I'm currently cleaning up the ros2 branch history. Please be patient a little longer.

@rhaschke
Copy link
Contributor

Merged via 48ca3d4 and 7393752

@rhaschke rhaschke closed this Mar 10, 2024
@bmagyar
Copy link
Member Author

bmagyar commented Apr 24, 2024

thank you!

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.

9 participants