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

Bundle-adjustment rig configuration extending the hand-eye observations. More...

#include <handeye.h>

Collaboration diagram for calib::pipeline::BundleRigConfig:

Public Attributes

std::string rig_id
 
std::vector< std::string > sensors
 
std::vector< HandEyeObservationConfigobservations
 
BundleOptions options
 
double min_angle_deg {1.0}
 
std::optional< Eigen::Isometry3d > initial_target
 

Detailed Description

Bundle-adjustment rig configuration extending the hand-eye observations.

Definition at line 59 of file handeye.h.

Member Data Documentation

◆ initial_target

std::optional<Eigen::Isometry3d> calib::pipeline::BundleRigConfig::initial_target

Definition at line 65 of file handeye.h.

◆ min_angle_deg

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

Definition at line 64 of file handeye.h.

◆ observations

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

Definition at line 62 of file handeye.h.

◆ options

BundleOptions calib::pipeline::BundleRigConfig::options

Definition at line 63 of file handeye.h.

◆ rig_id

std::string calib::pipeline::BundleRigConfig::rig_id

Definition at line 60 of file handeye.h.

◆ sensors

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

Definition at line 61 of file handeye.h.


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