|
Mech-Eye API 2.6.0
API reference documentation for Mech-Eye 3D Laser Profiler
|
Configuration parameters for truss robot calibration. More...
#include <ProfilerCalibrationTypes.h>
Public Attributes | |
| bool | isTrussRobotRightHandedCoordSystem |
| bool | useCorrectParams = true |
| Whether the truss robot uses a right-handed coordinate system. | |
| bool | isSwapXYAxis = false |
| Whether to apply correction parameters during calibration. | |
| TrussRobotCalibMethod | method |
| Whether to swap the X and Y axes in the robot coordinate system. | |
Configuration parameters for truss robot calibration.
Definition at line 329 of file ProfilerCalibrationTypes.h.
| bool mmind::eye::TrussRobotCalibConfig::isSwapXYAxis = false |
Whether to apply correction parameters during calibration.
Definition at line 334 of file ProfilerCalibrationTypes.h.
| bool mmind::eye::TrussRobotCalibConfig::isTrussRobotRightHandedCoordSystem |
Definition at line 331 of file ProfilerCalibrationTypes.h.
| TrussRobotCalibMethod mmind::eye::TrussRobotCalibConfig::method |
Whether to swap the X and Y axes in the robot coordinate system.
Definition at line 335 of file ProfilerCalibrationTypes.h.
| bool mmind::eye::TrussRobotCalibConfig::useCorrectParams = true |
Whether the truss robot uses a right-handed coordinate system.
Definition at line 333 of file ProfilerCalibrationTypes.h.