SRBA: Sparser Relative Bundle Adjustment
|
The unique struct which hold all the parameters from the different SRBA modules (sensors, optional features, optimizers,...)
Definition at line 463 of file RbaEngine.h.
#include <RbaEngine.h>
Public Attributes | |
TSRBAParameters | srba |
Different parameters for the SRBA methods. | |
obs_t::TObservationParams | sensor |
Sensor-specific parameters (sensor calibration, etc.) | |
RBA_OPTIONS::sensor_pose_on_robot_t::parameters_t | sensor_pose |
Parameters related to the relative pose of sensors wrt the robot (if applicable) | |
RBA_OPTIONS::obs_noise_matrix_t::parameters_t | obs_noise |
Parameters related to the sensor noise covariance matrix. | |
RBA_OPTIONS::edge_creation_policy_t::parameters_t | ecp |
Parameters for the edge creation policy. |
obs_t::TObservationParams srba::RbaEngine< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TAllParameters::sensor |
Sensor-specific parameters (sensor calibration, etc.)
Definition at line 466 of file RbaEngine.h.
TSRBAParameters srba::RbaEngine< KF2KF_POSE_TYPE, LM_TYPE, OBS_TYPE, RBA_OPTIONS >::TAllParameters::srba |
Different parameters for the SRBA methods.
Definition at line 465 of file RbaEngine.h.