Added ground truth localization error stats

This commit is contained in:
matlabbe
2019-06-26 16:21:03 -04:00
parent 9d8fd364e3
commit 49977b5475
2 changed files with 18 additions and 3 deletions

View File

@@ -171,6 +171,8 @@ class RTABMAP_EXP Statistics
RTABMAP_STATS(Gt, Rotational_std, deg);
RTABMAP_STATS(Gt, Rotational_min, deg);
RTABMAP_STATS(Gt, Rotational_max, deg);
RTABMAP_STATS(Gt, Localization_linear_error, m);
RTABMAP_STATS(Gt, Localization_angular_error, deg);
public:
static const std::map<std::string, float> & defaultData();