Skip to content

Commit

Permalink
Moves hpp changes to h.
Browse files Browse the repository at this point in the history
  • Loading branch information
rr-mark committed Feb 27, 2025
1 parent 47f1010 commit 2260714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 744 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ class MOVEIT_PLANNING_SCENE_MONITOR_EXPORT PlanningSceneMonitor
return scene_const_;
}

/** @brief Returns a copy of the current planning scene. */
planning_scene::PlanningScenePtr
copyPlanningScene(const moveit_msgs::msg::PlanningScene& diff = moveit_msgs::msg::PlanningScene());

/** @brief Return true if the scene \e scene can be updated directly
or indirectly by this monitor. This function will return true if
the pointer of the scene is the same as the one maintained,
Expand Down
Loading

0 comments on commit 2260714

Please sign in to comment.