moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Transforms frames used in constraints to link frames in the robot model. More...
Public Member Functions | |
ResolveConstraintFrames () | |
std::string | getDescription () const override |
Get a description of this adapter. | |
moveit::core::MoveItErrorCode | adapt (const planning_scene::PlanningSceneConstPtr &planning_scene, 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. | |
Transforms frames used in constraints to link frames in the robot model.
Definition at line 49 of file resolve_constraint_frames.cpp.
|
inline |
Definition at line 52 of file resolve_constraint_frames.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 61 of file resolve_constraint_frames.cpp.
|
inlineoverridevirtual |
Get a description of this adapter.
Implements planning_interface::PlanningRequestAdapter.
Definition at line 56 of file resolve_constraint_frames.cpp.