LibMultiSense
LibMultiSense Documentation
|
Class used to store a laser calibration. More...
#include <MultiSenseTypes.hh>
Public Attributes | |
float | laserToSpindle [4][4] |
A 4x4 homogeneous transform matrix corresponding to the transform from the laser origin coordinate frame to the rotating spindle frame More... | |
float | cameraToSpindleFixed [4][4] |
A 4x4 homogeneous transform matrix corresponding to the transform from the static spindle frame to the left camera optical frame. More... | |
Class used to store a laser calibration.
Calibrations can be queried or set for a specific sensor
Example code to query the current laser calibration from a sensor:
Example code to set a laser calibration:
Definition at line 2152 of file MultiSenseTypes.hh.
float crl::multisense::lidar::Calibration::cameraToSpindleFixed[4][4] |
A 4x4 homogeneous transform matrix corresponding to the transform from the static spindle frame to the left camera optical frame.
Definition at line 2160 of file MultiSenseTypes.hh.
float crl::multisense::lidar::Calibration::laserToSpindle[4][4] |
A 4x4 homogeneous transform matrix corresponding to the transform from the laser origin coordinate frame to the rotating spindle frame
Definition at line 2157 of file MultiSenseTypes.hh.