Class to define a robot configuration in space with the help of cartesian coordinates.  
 More...
#include <cartesianconfiguration.h>
Class to define a robot configuration in space with the help of cartesian coordinates. 
Definition at line 57 of file cartesianconfiguration.h.
 
◆ CartesianConfiguration() [1/3]
      
        
          | pilz_industrial_motion_planner_testutils::CartesianConfiguration::CartesianConfiguration  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ CartesianConfiguration() [2/3]
      
        
          | pilz_industrial_motion_planner_testutils::CartesianConfiguration::CartesianConfiguration  | 
          ( | 
          const std::string &  | 
          group_name,  | 
        
        
           | 
           | 
          const std::string &  | 
          link_name,  | 
        
        
           | 
           | 
          const std::vector< double > &  | 
          config  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ CartesianConfiguration() [3/3]
      
        
          | pilz_industrial_motion_planner_testutils::CartesianConfiguration::CartesianConfiguration  | 
          ( | 
          const std::string &  | 
          group_name,  | 
        
        
           | 
           | 
          const std::string &  | 
          link_name,  | 
        
        
           | 
           | 
          const std::vector< double > &  | 
          config,  | 
        
        
           | 
           | 
          const moveit::core::RobotModelConstPtr &  | 
          robot_model  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ getAngleTolerance()
  
  
      
        
          | const std::optional< double > pilz_industrial_motion_planner_testutils::CartesianConfiguration::getAngleTolerance  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getLinkName()
  
  
      
        
          | const std::string & pilz_industrial_motion_planner_testutils::CartesianConfiguration::getLinkName  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getPose() [1/2]
  
  
      
        
          | geometry_msgs::msg::Pose & pilz_industrial_motion_planner_testutils::CartesianConfiguration::getPose  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getPose() [2/2]
  
  
      
        
          | const geometry_msgs::msg::Pose & pilz_industrial_motion_planner_testutils::CartesianConfiguration::getPose  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getPoseTolerance()
  
  
      
        
          | const std::optional< double > pilz_industrial_motion_planner_testutils::CartesianConfiguration::getPoseTolerance  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ getSeed()
  
  
      
        
          | const JointConfiguration & pilz_industrial_motion_planner_testutils::CartesianConfiguration::getSeed  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ hasSeed()
  
  
      
        
          | bool pilz_industrial_motion_planner_testutils::CartesianConfiguration::hasSeed  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ setAngleTolerance()
  
  
      
        
          | void pilz_industrial_motion_planner_testutils::CartesianConfiguration::setAngleTolerance  | 
          ( | 
          const double  | 
          tol | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setLinkName()
  
  
      
        
          | void pilz_industrial_motion_planner_testutils::CartesianConfiguration::setLinkName  | 
          ( | 
          const std::string &  | 
          link_name | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setPose()
  
  
      
        
          | void pilz_industrial_motion_planner_testutils::CartesianConfiguration::setPose  | 
          ( | 
          const geometry_msgs::msg::Pose &  | 
          pose | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setPoseTolerance()
  
  
      
        
          | void pilz_industrial_motion_planner_testutils::CartesianConfiguration::setPoseTolerance  | 
          ( | 
          const double  | 
          tol | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ setSeed()
  
  
      
        
          | void pilz_industrial_motion_planner_testutils::CartesianConfiguration::setSeed  | 
          ( | 
          const JointConfiguration &  | 
          config | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ toGoalConstraints()
  
  
      
        
          | moveit_msgs::msg::Constraints pilz_industrial_motion_planner_testutils::CartesianConfiguration::toGoalConstraints  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inlineoverridevirtual   | 
  
 
 
◆ toMoveitMsgsRobotState()
  
  
      
        
          | moveit_msgs::msg::RobotState pilz_industrial_motion_planner_testutils::CartesianConfiguration::toMoveitMsgsRobotState  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
 
The documentation for this class was generated from the following files: