The CalibrationInfo struct.
More...
#include <types.h>
|
| static const std::string | CONFIG_KEY { "calibration" } |
| |
|
| template<class Archive > |
| void | serialize (Archive &ar, const unsigned int version) |
| |
◆ CalibrationInfo()
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW tesseract_common::CalibrationInfo::CalibrationInfo |
( |
| ) |
|
|
default |
◆ clear()
| void tesseract_common::CalibrationInfo::clear |
( |
| ) |
|
◆ empty()
| bool tesseract_common::CalibrationInfo::empty |
( |
| ) |
const |
Check if structure is empty.
◆ insert()
| void tesseract_common::CalibrationInfo::insert |
( |
const CalibrationInfo & |
other | ) |
|
◆ 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 |
◆ boost::serialization::access
| friend class boost::serialization::access |
|
friend |
◆ CONFIG_KEY
| const std::string tesseract_common::CalibrationInfo::CONFIG_KEY { "calibration" } |
|
inlinestatic |
◆ 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:
- tesseract_common/include/tesseract_common/types.h
- tesseract_common/src/types.cpp