Tesseract
Motion Planning Environment
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Private Member Functions | Friends | List of all members
tesseract_common::CalibrationInfo Struct Reference

The CalibrationInfo struct. More...

#include <types.h>

Collaboration diagram for tesseract_common::CalibrationInfo:
Collaboration graph
[legend]

Public Member Functions

EIGEN_MAKE_ALIGNED_OPERATOR_NEW CalibrationInfo ()=default
 
void insert (const CalibrationInfo &other)
 Insert the content of an other CalibrationInfo. More...
 
void clear ()
 Clear the contents. More...
 
bool empty () const
 Check if structure is empty. More...
 
bool operator== (const CalibrationInfo &rhs) const
 
bool operator!= (const CalibrationInfo &rhs) const
 

Public Attributes

tesseract_common::TransformMap joints
 The joint origin calibration information. More...
 

Static Public Attributes

static const std::string CONFIG_KEY { "calibration" }
 

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)
 

Friends

class boost::serialization::access
 

Detailed Description

The CalibrationInfo struct.

Constructor & Destructor Documentation

◆ CalibrationInfo()

EIGEN_MAKE_ALIGNED_OPERATOR_NEW tesseract_common::CalibrationInfo::CalibrationInfo ( )
default

Member Function Documentation

◆ clear()

void tesseract_common::CalibrationInfo::clear ( )

Clear the contents.

◆ empty()

bool tesseract_common::CalibrationInfo::empty ( ) const

Check if structure is empty.

◆ insert()

void tesseract_common::CalibrationInfo::insert ( const CalibrationInfo other)

Insert the content of an other CalibrationInfo.

◆ operator!=()

bool tesseract_common::CalibrationInfo::operator!= ( const CalibrationInfo rhs) const

◆ operator==()

bool tesseract_common::CalibrationInfo::operator== ( const CalibrationInfo rhs) const

◆ serialize()

template<class Archive >
void tesseract_common::CalibrationInfo::serialize ( Archive &  ar,
const unsigned int  version 
)
private

Friends And Related Function Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Member Data Documentation

◆ CONFIG_KEY

const std::string tesseract_common::CalibrationInfo::CONFIG_KEY { "calibration" }
inlinestatic

◆ joints

tesseract_common::TransformMap tesseract_common::CalibrationInfo::joints

The joint origin calibration information.

For each entry in joints the environment will apply a ChangeJointOriginCommand replacing the current joint origin with what is stored in the TransformMap


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