cuVSLAM API Reference
Public Attributes | List of all members
cuvslam::Rig Struct Reference

Rig consisting of cameras and IMU sensors. More...

Public Attributes

std::vector< Cameracameras
 Cameras; 1 to 32 cameras are supported now.
 
std::vector< ImuCalibrationimus
 IMU sensors; 0 or 1 sensor is supported now.
 

Detailed Description

Rig consisting of cameras and IMU sensors.

Note
1 to 32 cameras are supported now.
0 or 1 IMU sensor is supported now.
IMU sensor can be used only in Odometry::OdometryMode::Inertial mode with a single stereo camera.

Member Data Documentation

◆ cameras

std::vector<Camera> cuvslam::Rig::cameras

Cameras; 1 to 32 cameras are supported now.

◆ imus

std::vector<ImuCalibration> cuvslam::Rig::imus

IMU sensors; 0 or 1 sensor is supported now.