30#include "rtabmap/core/Transform.h"
Metadata structure for sensor data capture and processing.
float timeBilateralFiltering
Time for bilateral filtering of depth (seconds)
float timeScanFromDepth
Time to convert depth image to laser scan (seconds)
float timeCapture
Time to capture data from the sensor (seconds)
int id
Capture ID (typically matches SensorData ID)
float timeMirroring
Time for image mirroring/flipping (seconds)
float timeStereoExposureCompensation
Time for stereo exposure compensation (seconds)
virtual ~SensorCaptureInfo()
Virtual destructor.
Transform odomPose
Odometry pose at the time of capture (in odometry coordinate frame)
std::vector< float > odomVelocity
6DOF odometry velocity [vx, vy, vz, vroll, vpitch, vyaw] (m/s, rad/s)
SensorCaptureInfo()
Default constructor.
std::string cameraName
Camera/sensor name identifier.
cv::Mat odomCovariance
Odometry twist covariance matrix (6x6, CV_64FC1). Default: identity matrix.
float timeDeskewing
Time for laser scan deskewing (seconds)
float timeTotal
Total processing time (seconds)
float timeHistogramEqualization
Time for histogram equalization (seconds)
double stamp
Timestamp in seconds (typically matches SensorData stamp)
float timeImageDecimation
Time for image decimation/downsampling (seconds)
float timeDisparity
Time to compute stereo disparity (seconds)
float timeUndistortDepth
Time to undistort depth image (seconds)
RTABMAP_DEPRECATED typedef SensorCaptureInfo CameraInfo
Backward compatibility typedef.