![]()  | 
  
    LibMultiSense
    
   LibMultiSense Documentation 
   | 
 
A external calibration associated with the MultiSense. More...
#include <MultiSenseTypes.hh>
Public Member Functions | |
| ExternalCalibration () | |
| Default constructor.  More... | |
Public Attributes | |
| float | x | 
| The external x translation of the MultiSense in meters.  More... | |
| float | y | 
| The external y translation of the MultiSense in meters.  More... | |
| float | z | 
| The external z translation of the MultiSense in meters.  More... | |
| float | roll | 
| The external roll translation of the MultiSense in degrees.  More... | |
| float | pitch | 
| The external pitch translation of the MultiSense in degrees.  More... | |
| float | yaw | 
| The external yaw translation of the MultiSense in degrees.  More... | |
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 3659 of file MultiSenseTypes.hh.
      
  | 
  inline | 
Default constructor.
By default this transform is Identity
Definition at line 3681 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::pitch | 
The external pitch translation of the MultiSense in degrees.
Definition at line 3675 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::roll | 
The external roll translation of the MultiSense in degrees.
Definition at line 3672 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::x | 
The external x translation of the MultiSense in meters.
Definition at line 3663 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::y | 
The external y translation of the MultiSense in meters.
Definition at line 3666 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::yaw | 
The external yaw translation of the MultiSense in degrees.
Definition at line 3678 of file MultiSenseTypes.hh.
| float crl::multisense::system::ExternalCalibration::z | 
The external z translation of the MultiSense in meters.
Definition at line 3669 of file MultiSenseTypes.hh.