Resolve "Simplifying delta covariance in ProcessorOdom2/3D"
Closes #326 (closed)
Edited by Joan Solà Ortega
Merge request reports
Activity
Filter activity
added Doing help wanted labels
@mederic_fourmy could you have a look at this MR and click Approve if you find it ok?
Done:
- remove all related to noise covariance from sensor params in
ProcessorOdom3d
. Now covariance must come from the Capture always - To help compute the Capture covariance in callbacks, a helper function
computeCovFromMotion()
has been added toSensorOdom2d
and3d
. The parameters for passing from motion data to covariance are stored in the sensor itself. The call to this helper function is not mandatory and the user can put any covariance in the Captures.
Edited by Joan Solà Ortega- remove all related to noise covariance from sensor params in
mentioned in commit a9ac8f0c
Please register or sign in to reply