#include <MultiSenseTypes.hh>
Public Member Functions | |
ExternalCalibration () | |
Public Attributes | |
float | pitch |
float | roll |
float | x |
float | y |
float | yaw |
float | z |
A external calibration associated with the MultiSense. This is user defined non-volatile storage so the location of the MultiSense can be stored dynamically on the sensor. This can be used to store the mounting location of the sensor relative to a base coordinate frame. This is not used internally by the MultiSense or the ROS driver.
Example code to query a devices's external calibration:
Example code to set a devices external calibration:
Definition at line 2695 of file MultiSenseTypes.hh.
|
inline |
Default constructor. By default this transform is Identity
Definition at line 2717 of file MultiSenseTypes.hh.
float crl::multisense::system::ExternalCalibration::pitch |
The external pitch translation of the MultiSense in degrees
Definition at line 2711 of file MultiSenseTypes.hh.
float crl::multisense::system::ExternalCalibration::roll |
The external roll translation of the MultiSense in degrees
Definition at line 2708 of file MultiSenseTypes.hh.
float crl::multisense::system::ExternalCalibration::x |
The external x translation of the MultiSense in meters
Definition at line 2699 of file MultiSenseTypes.hh.
float crl::multisense::system::ExternalCalibration::y |
The external y translation of the MultiSense in meters
Definition at line 2702 of file MultiSenseTypes.hh.
float crl::multisense::system::ExternalCalibration::yaw |
The external yaw translation of the MultiSense in degrees
Definition at line 2714 of file MultiSenseTypes.hh.
float crl::multisense::system::ExternalCalibration::z |
The external z translation of the MultiSense in meters
Definition at line 2705 of file MultiSenseTypes.hh.