moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Check if the motion plan request contains stacked path or goal constraints. More...
Public Member Functions | |
CheckForStackedConstraints () | |
std::string | getDescription () const override |
Get a description of this adapter. | |
moveit::core::MoveItErrorCode | adapt (const planning_scene::PlanningSceneConstPtr &, planning_interface::MotionPlanRequest &req) const override |
Adapt the planning request. | |
Public Member Functions inherited from planning_interface::PlanningRequestAdapter | |
virtual void | initialize (const rclcpp::Node::SharedPtr &node, const std::string ¶meter_namespace) |
Initialize parameters using the passed Node and parameter namespace. | |
Check if the motion plan request contains stacked path or goal constraints.
Definition at line 52 of file check_for_stacked_constraints.cpp.
|
inline |
Definition at line 55 of file check_for_stacked_constraints.cpp.
|
inlineoverridevirtual |
Adapt the planning request.
planning_scene | Representation of the environment for the planning |
req | Motion planning request with a set of constraints |
Implements planning_interface::PlanningRequestAdapter.
Definition at line 64 of file check_for_stacked_constraints.cpp.
|
inlineoverridevirtual |
Get a description of this adapter.
Implements planning_interface::PlanningRequestAdapter.
Definition at line 59 of file check_for_stacked_constraints.cpp.