Struct SampleCalibrationData
Defined in File sample_calibration_data.hpp
Nested Relationships
Nested Types
Struct Documentation
-
struct SampleCalibrationData
Calibration data for the Sample LiDAR (required for some sensors)
Real sensor integrations can replace this stub with calibration tables such as per-laser angle offsets, distance corrections, or timing offsets.
Public Types
Public Functions
Public Static Functions
-
static inline util::expected<SampleCalibrationData, Error> load_from_file(const std::string &calibration_file)
Load calibration data from a file, e.g. for offline decoding.
- Parameters:
calibration_file – Path to the calibration file
- Returns:
Parsed calibration data on success, Error on failure.
-
static inline util::expected<SampleCalibrationData, Error> load_from_file(const std::string &calibration_file)