moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Base class of trajectory blenders. More...
#include <trajectory_blender.h>
Public Member Functions | |
TrajectoryBlender (const pilz_industrial_motion_planner::LimitsContainer &planner_limits) | |
virtual | ~TrajectoryBlender () |
virtual bool | blend (const planning_scene::PlanningSceneConstPtr &planning_scene, const pilz_industrial_motion_planner::TrajectoryBlendRequest &req, pilz_industrial_motion_planner::TrajectoryBlendResponse &res)=0 |
Blend two robot trajectories with the given blending radius. | |
Protected Attributes | |
const pilz_industrial_motion_planner::LimitsContainer | limits_ |
Base class of trajectory blenders.
Definition at line 49 of file trajectory_blender.h.
|
inline |
Definition at line 52 of file trajectory_blender.h.
|
inlinevirtual |
Definition at line 56 of file trajectory_blender.h.
|
pure virtual |
Blend two robot trajectories with the given blending radius.
planning_scene | planning scene |
req | trajectory blend request |
res | trajectroy blend response |
Implemented in pilz_industrial_motion_planner::TrajectoryBlenderTransitionWindow.
|
protected |
Definition at line 72 of file trajectory_blender.h.