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