Structure containing data from the IMU sensor. More...
Attributes | |
| bool | is_available |
| Whether the IMU sensor is available in your camera. More... | |
| sl::Timestamp | timestamp |
| Data acquisition timestamp. More... | |
| sl::Transform | pose |
| IMU pose (IMU 6-DoF fusion). More... | |
| sl::Matrix3f | pose_covariance |
| Covariance matrix of the IMU pose (pose). More... | |
| sl::float3 | angular_velocity |
| Angular velocity vector of the gyroscope in deg/s. More... | |
| sl::float3 | linear_acceleration |
| Linear acceleration vector of the gyroscope in m/s². More... | |
| sl::float3 | angular_velocity_uncalibrated |
| Angular velocity vector of the gyroscope in deg/s (uncorrected from the IMU calibration). More... | |
| sl::float3 | linear_acceleration_uncalibrated |
| Linear acceleration vector of the gyroscope in m/s² (uncorrected from the IMU calibration). More... | |
| sl::Matrix3f | angular_velocity_covariance |
| Covariance matrix of the angular velocity of the gyroscope in deg/s (angular_velocity). More... | |
| sl::Matrix3f | linear_acceleration_covariance |
| Covariance matrix of the linear acceleration of the gyroscope in m/s² (linear_acceleration). More... | |
| float | effective_rate |
| Realtime data acquisition rate in hertz (Hz). More... | |
Structure containing data from the IMU sensor.
| bool is_available |
Whether the IMU sensor is available in your camera.
| sl::Timestamp timestamp |
Data acquisition timestamp.
| sl::Transform pose |
IMU pose (IMU 6-DoF fusion).
| sl::Matrix3f pose_covariance |
Covariance matrix of the IMU pose (pose).
| sl::float3 angular_velocity |
Angular velocity vector of the gyroscope in deg/s.
The value is corrected from bias, scale and misalignment.
| sl::float3 linear_acceleration |
Linear acceleration vector of the gyroscope in m/s².
The value is corrected from bias, scale and misalignment.
| sl::float3 angular_velocity_uncalibrated |
Angular velocity vector of the gyroscope in deg/s (uncorrected from the IMU calibration).
| sl::float3 linear_acceleration_uncalibrated |
Linear acceleration vector of the gyroscope in m/s² (uncorrected from the IMU calibration).
| sl::Matrix3f angular_velocity_covariance |
Covariance matrix of the angular velocity of the gyroscope in deg/s (angular_velocity).
| sl::Matrix3f linear_acceleration_covariance |
Covariance matrix of the linear acceleration of the gyroscope in m/s² (linear_acceleration).
| float effective_rate |
Realtime data acquisition rate in hertz (Hz).