ekf_cal  0.4.0
A Kalman filter-based sensor calibration package
Sensor::Parameters Struct Reference

Sensor parameter structure. More...

#include <sensor.hpp>

Inheritance diagram for Sensor::Parameters:
[legend]

Public Attributes

std::string name {""}
 Name.
 
std::string topic {""}
 Topic.
 
double rate {1.0}
 Update rate.
 
double data_log_rate {0.0}
 Data logging rate.
 
std::string log_directory {""}
 Data logging directory.
 
std::shared_ptr< DebugLoggerlogger
 Debug logger.
 
std::shared_ptr< EKFekf
 EKF to update.
 

Detailed Description

Sensor parameter structure.


The documentation for this struct was generated from the following file: