Merged
Conversation
So far, the PSM's planning scene was locked during planning, thus stopping any PS updates in rviz. Instead of locking the PSM's current scene, we use an independent clone of that scene for planning. To this end, PlanningSceneMonitor::copyPlanningScene() and ExecutableMotionPlan::copyPlanningScene() were added.
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #3357 +/- ##
==========================================
+ Coverage 45.84% 46.24% +0.40%
==========================================
Files 717 717
Lines 62573 62591 +18
Branches 7564 7566 +2
==========================================
+ Hits 28680 28937 +257
+ Misses 33726 33487 -239
Partials 167 167 ☔ View full report in Codecov by Sentry. |
sjahr
approved these changes
Feb 27, 2025
mergify bot
pushed a commit
that referenced
this pull request
Feb 27, 2025
* Renames .hpp files to .h to help cherry pick. * Publish planning scene while planning (#3689) So far, the PSM's planning scene was locked during planning, thus stopping any PS updates in rviz. Instead of locking the PSM's current scene, we use an independent clone of that scene for planning. To this end, PlanningSceneMonitor::copyPlanningScene() and ExecutableMotionPlan::copyPlanningScene() were added. * Renames .h files back to .hpp. * Updates message types to ros2. * Updates to use new variable names. * Undoes erroneous autoformatting. (cherry picked from commit e2b24f5) # Conflicts: # moveit_planners/pilz_industrial_motion_planner/src/move_group_sequence_action.cpp # moveit_ros/move_group/src/default_capabilities/move_action_capability.cpp # moveit_ros/planning/moveit_cpp/src/planning_component.cpp # moveit_ros/planning/planning_scene_monitor/include/moveit/planning_scene_monitor/planning_scene_monitor.hpp # moveit_ros/planning_interface/py_bindings_tools/include/moveit/py_bindings_tools/roscpp_initializer.h
mergify bot
pushed a commit
that referenced
this pull request
Feb 27, 2025
* Renames .hpp files to .h to help cherry pick. * Publish planning scene while planning (#3689) So far, the PSM's planning scene was locked during planning, thus stopping any PS updates in rviz. Instead of locking the PSM's current scene, we use an independent clone of that scene for planning. To this end, PlanningSceneMonitor::copyPlanningScene() and ExecutableMotionPlan::copyPlanningScene() were added. * Renames .h files back to .hpp. * Updates message types to ros2. * Updates to use new variable names. * Undoes erroneous autoformatting. (cherry picked from commit e2b24f5)
This was referenced Feb 27, 2025
sussybot5258
pushed a commit
to GreyCatAI/moveit2
that referenced
this pull request
Apr 19, 2025
* Renames .hpp files to .h to help cherry pick. * Publish planning scene while planning (moveit#3689) So far, the PSM's planning scene was locked during planning, thus stopping any PS updates in rviz. Instead of locking the PSM's current scene, we use an independent clone of that scene for planning. To this end, PlanningSceneMonitor::copyPlanningScene() and ExecutableMotionPlan::copyPlanningScene() were added. * Renames .h files back to .hpp. * Updates message types to ros2. * Updates to use new variable names. * Undoes erroneous autoformatting.
Markus-Simonsen
pushed a commit
to Markus-Simonsen/moveit2
that referenced
this pull request
Aug 12, 2025
* Renames .hpp files to .h to help cherry pick. * Publish planning scene while planning (moveit#3689) So far, the PSM's planning scene was locked during planning, thus stopping any PS updates in rviz. Instead of locking the PSM's current scene, we use an independent clone of that scene for planning. To this end, PlanningSceneMonitor::copyPlanningScene() and ExecutableMotionPlan::copyPlanningScene() were added. * Renames .h files back to .hpp. * Updates message types to ros2. * Updates to use new variable names. * Undoes erroneous autoformatting.
helen9975
pushed a commit
to personalrobotics/moveit2
that referenced
this pull request
Feb 17, 2026
* Renames .hpp files to .h to help cherry pick. * Publish planning scene while planning (moveit#3689) So far, the PSM's planning scene was locked during planning, thus stopping any PS updates in rviz. Instead of locking the PSM's current scene, we use an independent clone of that scene for planning. To this end, PlanningSceneMonitor::copyPlanningScene() and ExecutableMotionPlan::copyPlanningScene() were added. * Renames .h files back to .hpp. * Updates message types to ros2. * Updates to use new variable names. * Undoes erroneous autoformatting.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Ports moveit/moveit#3689, which avoids blocking the publishing of planning scenes during long operations, by copying planning scenes rather than locking the planning scene monitor.
Please backport to humble and jazzy when merged.
Checklist