#include <MultiSenseTypes.hh>
Public Attributes | |
float | cameraToSpindleFixed [4][4] |
float | laserToSpindle [4][4] |
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 1425 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 1433 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 1430 of file MultiSenseTypes.hh.