#include </home/runner/work/mars_lib/mars_lib/source/mars/include/mars/sensors/measurement_base_class.h>
|
bool | get_meas_noise (Eigen::MatrixXd *meas_noise) |
| get the measurement noise associated with the current sensor measurement
|
|
void | set_meas_noise (const Eigen::MatrixXd &meas_noise) |
|
virtual | ~MeasInterface ()=default |
|
◆ get_meas_noise()
bool mars::BaseMeas::get_meas_noise |
( |
Eigen::MatrixXd * |
meas_noise | ) |
|
|
inlinevirtual |
get the measurement noise associated with the current sensor measurement
- Parameters
-
sensor_data | contains the current sensor measurement |
- Returns
- Measurement noise matrix
Implements mars::MeasInterface.
26 {
28 {
30 return true;
31 }
32 else
33 {
34 meas_noise = nullptr;
35 return false;
36 }
37 }
Eigen::MatrixXd meas_noise_
Definition measurement_base_class.h:22
bool has_meas_noise
Definition measurement_base_class.h:23
◆ set_meas_noise()
void mars::BaseMeas::set_meas_noise |
( |
const Eigen::MatrixXd & |
meas_noise | ) |
|
|
inlinevirtual |
◆ meas_noise_
Eigen::MatrixXd mars::BaseMeas::meas_noise_ |
◆ has_meas_noise
bool mars::BaseMeas::has_meas_noise { false } |
The documentation for this class was generated from the following file: