Calibration Library 1.0.0
A C++ library for camera calibration and vision-related geometric transformations
Loading...
Searching...
No Matches
calib::pipeline::HandEyeRigConfig Struct Referencefinal

Hand-eye rig definition used to configure the calibration stage. More...

#include <handeye.h>

Collaboration diagram for calib::pipeline::HandEyeRigConfig:

Public Attributes

std::string rig_id
 
std::vector< std::string > sensors
 
std::vector< HandEyeObservationConfigobservations
 
OptimOptions options
 
double min_angle_deg {1.0}
 

Detailed Description

Hand-eye rig definition used to configure the calibration stage.

Definition at line 44 of file handeye.h.

Member Data Documentation

◆ min_angle_deg

double calib::pipeline::HandEyeRigConfig::min_angle_deg {1.0}

Definition at line 49 of file handeye.h.

◆ observations

std::vector<HandEyeObservationConfig> calib::pipeline::HandEyeRigConfig::observations

Definition at line 47 of file handeye.h.

◆ options

OptimOptions calib::pipeline::HandEyeRigConfig::options

Definition at line 48 of file handeye.h.

◆ rig_id

std::string calib::pipeline::HandEyeRigConfig::rig_id

Definition at line 45 of file handeye.h.

◆ sensors

std::vector<std::string> calib::pipeline::HandEyeRigConfig::sensors

Definition at line 46 of file handeye.h.


The documentation for this struct was generated from the following file: