Parameters used to construct a LandmarkSensorModel instance (both 2D and 3D). More...
#include <landmark_sensor_model.hpp>
Public Attributes | |
double | sigma_bearing {1.0} |
Standard deviation of the bearing error. More... | |
double | sigma_range {1.0} |
Standard deviation of the range error. More... | |
Parameters used to construct a LandmarkSensorModel instance (both 2D and 3D).
See Probabilistic Robotics [thrun2005probabilistic] section 6.6
Definition at line 44 of file landmark_sensor_model.hpp.
double beluga::LandmarkModelParam::sigma_bearing {1.0} |
Standard deviation of the bearing error.
Definition at line 46 of file landmark_sensor_model.hpp.
double beluga::LandmarkModelParam::sigma_range {1.0} |
Standard deviation of the range error.
Definition at line 45 of file landmark_sensor_model.hpp.