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

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

#include <robotstatemsgconvertible.hpp>

Inheritance diagram for pilz_industrial_motion_planner_testutils::RobotStateMsgConvertible:

Public Member Functions

 RobotStateMsgConvertible ()=default
 RobotStateMsgConvertible (const RobotStateMsgConvertible &)=default
 RobotStateMsgConvertible (RobotStateMsgConvertible &&)=default
RobotStateMsgConvertibleoperator= (const RobotStateMsgConvertible &)=default
RobotStateMsgConvertibleoperator= (RobotStateMsgConvertible &&)=default
virtual ~RobotStateMsgConvertible ()=default
virtual moveit_msgs::msg::RobotState toMoveitMsgsRobotState () const =0

Detailed Description

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

Definition at line 46 of file robotstatemsgconvertible.hpp.

Constructor & Destructor Documentation

◆ RobotStateMsgConvertible() [1/3]

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

◆ RobotStateMsgConvertible() [2/3]

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

◆ RobotStateMsgConvertible() [3/3]

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

◆ ~RobotStateMsgConvertible()

virtual pilz_industrial_motion_planner_testutils::RobotStateMsgConvertible::~RobotStateMsgConvertible ( )
virtualdefault

Member Function Documentation

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ toMoveitMsgsRobotState()

virtual moveit_msgs::msg::RobotState pilz_industrial_motion_planner_testutils::RobotStateMsgConvertible::toMoveitMsgsRobotState ( ) const
pure virtual

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