Parameters used to construct a BearingSensorModel instance. More...
#include <bearing_sensor_model.hpp>
Public Attributes | |
Sophus::SE3d | sensor_pose_in_robot |
Pose of the sensor in the robot reference frame. More... | |
double | sigma_bearing {1.0} |
Standard deviation of the bearing error. More... | |
Parameters used to construct a BearingSensorModel instance.
Definition at line 42 of file bearing_sensor_model.hpp.
Sophus::SE3d beluga::BearingModelParam::sensor_pose_in_robot |
Pose of the sensor in the robot reference frame.
Definition at line 44 of file bearing_sensor_model.hpp.
double beluga::BearingModelParam::sigma_bearing {1.0} |
Standard deviation of the bearing error.
Definition at line 43 of file bearing_sensor_model.hpp.