![]() |
NDEVR
API Documentation
|
Describes the input sensor type and IMU usage. More...
Public Types | |
| enum | eSensor { MONOCULAR = 0 , STEREO = 1 , RGBD = 2 , UNKNOWN } |
| Sensor mode enumeration. More... | |
Public Attributes | |
| eSensor | mode = eSensor::UNKNOWN |
| Active sensor mode. | |
| bool | use_imu = false |
| Whether IMU data is used. | |
| bool | use_imu_only = false |
| Whether to use IMU only (no visual). | |
Describes the input sensor type and IMU usage.
Definition at line 8 of file SLAMParameters.h.
| enum Sensor::eSensor |
Sensor mode enumeration.
| Enumerator | |
|---|---|
| MONOCULAR | Single camera. |
| STEREO | Stereo camera pair. |
| RGBD | RGB-D (color + depth) camera. |
| UNKNOWN | Unknown sensor type. |
Definition at line 11 of file SLAMParameters.h.