Skip to content

Commit

Permalink
Add field for localization quality
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Dec 14, 2024
1 parent 259a45f commit f450aa2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ class LocalizationSourceBase

mrpt::math::TPose3D pose;
std::optional<mrpt::math::CMatrixDouble66> cov;

/** Localization "quality": 0.0=worst, 1.0=best
* \note Field added in MOLA v1.4.0 */
double quality = 1.0;
};

using localization_updates_callback_t =
Expand Down

0 comments on commit f450aa2

Please sign in to comment.