moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible Class Referenceabstract

Interface class to express that a derived class can be converted into a moveit_msgs::msg::Constraints. More...

#include <goalconstraintsmsgconvertible.hpp>

Inheritance diagram for pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible:

Public Member Functions

 GoalConstraintMsgConvertible ()=default
 GoalConstraintMsgConvertible (const GoalConstraintMsgConvertible &)=default
 GoalConstraintMsgConvertible (GoalConstraintMsgConvertible &&)=default
GoalConstraintMsgConvertibleoperator= (const GoalConstraintMsgConvertible &)=default
GoalConstraintMsgConvertibleoperator= (GoalConstraintMsgConvertible &&)=default
virtual ~GoalConstraintMsgConvertible ()=default
virtual moveit_msgs::msg::Constraints toGoalConstraints () const =0

Detailed Description

Interface class to express that a derived class can be converted into a moveit_msgs::msg::Constraints.

Definition at line 48 of file goalconstraintsmsgconvertible.hpp.

Constructor & Destructor Documentation

◆ GoalConstraintMsgConvertible() [1/3]

pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible::GoalConstraintMsgConvertible ( )
default
Here is the caller graph for this function:

◆ GoalConstraintMsgConvertible() [2/3]

pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible::GoalConstraintMsgConvertible ( const GoalConstraintMsgConvertible & )
default
Here is the call graph for this function:

◆ GoalConstraintMsgConvertible() [3/3]

pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible::GoalConstraintMsgConvertible ( GoalConstraintMsgConvertible && )
default
Here is the call graph for this function:

◆ ~GoalConstraintMsgConvertible()

virtual pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible::~GoalConstraintMsgConvertible ( )
virtualdefault

Member Function Documentation

◆ operator=() [1/2]

GoalConstraintMsgConvertible & pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible::operator= ( const GoalConstraintMsgConvertible & )
default
Here is the call graph for this function:

◆ operator=() [2/2]

GoalConstraintMsgConvertible & pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible::operator= ( GoalConstraintMsgConvertible && )
default
Here is the call graph for this function:

◆ toGoalConstraints()

virtual moveit_msgs::msg::Constraints pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible::toGoalConstraints ( ) const
pure virtual

The documentation for this class was generated from the following file: