Class RobotConfiguration

Inheritance Relationships

Base Types

Derived Types

Class Documentation

class RobotConfiguration : public pilz_industrial_motion_planner_testutils::RobotStateMsgConvertible, public pilz_industrial_motion_planner_testutils::GoalConstraintMsgConvertible

Class to define robot configuration in space.

Subclassed by pilz_industrial_motion_planner_testutils::CartesianConfiguration, pilz_industrial_motion_planner_testutils::JointConfiguration

Public Functions

RobotConfiguration()
RobotConfiguration(const std::string &group_name)
RobotConfiguration(const std::string &group_name, const moveit::core::RobotModelConstPtr &robot_model)
inline void setRobotModel(moveit::core::RobotModelConstPtr robot_model)
inline void setGroupName(const std::string &group_name)
inline std::string getGroupName() const
inline void clearModel()

Protected Attributes

std::string group_name_
moveit::core::RobotModelConstPtr robot_model_