MoveIt Pro API
Core Behaviors for MoveIt Pro
Loading...
Searching...
No Matches
cartesian_planning::ErrorType Struct Reference

#include <types.hpp>

Public Member Functions

 ErrorType ()=delete
 
 ErrorType (const std::string &error_message)
 
ErrorTypewithPartialPath (const JointSpacePath &partial_path)
 

Public Attributes

std::string error_message
 
JointSpacePath partial_path
 

Constructor & Destructor Documentation

◆ ErrorType() [1/2]

cartesian_planning::ErrorType::ErrorType ( )
delete

◆ ErrorType() [2/2]

cartesian_planning::ErrorType::ErrorType ( const std::string &  error_message)
inlineexplicit

Member Function Documentation

◆ withPartialPath()

ErrorType & cartesian_planning::ErrorType::withPartialPath ( const JointSpacePath partial_path)
inline

Member Data Documentation

◆ error_message

std::string cartesian_planning::ErrorType::error_message

◆ partial_path

JointSpacePath cartesian_planning::ErrorType::partial_path

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