#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 3635 of file MultiSenseTypes.hh.
| 
 | inline | 
Default constructor. By default this transform is Identity
Definition at line 3657 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::pitch | 
The external pitch translation of the MultiSense in degrees
Definition at line 3651 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::roll | 
The external roll translation of the MultiSense in degrees
Definition at line 3648 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::x | 
The external x translation of the MultiSense in meters
Definition at line 3639 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::y | 
The external y translation of the MultiSense in meters
Definition at line 3642 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::yaw | 
The external yaw translation of the MultiSense in degrees
Definition at line 3654 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::z | 
The external z translation of the MultiSense in meters
Definition at line 3645 of file MultiSenseTypes.hh.