mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-12 22:30:19 +08:00
43 lines
829 B
Plaintext
43 lines
829 B
Plaintext
|
|
########################################
|
|
# RTAB-Map info with statistics
|
|
########################################
|
|
|
|
Header header
|
|
|
|
int32 refId
|
|
int32 loopClosureId
|
|
int32 proximityDetectionId
|
|
|
|
geometry_msgs/Transform loopClosureTransform
|
|
|
|
####
|
|
# For statistics...
|
|
####
|
|
# std::map<int, float> posterior;
|
|
int32[] posteriorKeys
|
|
float32[] posteriorValues
|
|
|
|
# std::map<int, float> likelihood;
|
|
int32[] likelihoodKeys
|
|
float32[] likelihoodValues
|
|
|
|
# std::map<int, float> rawLikelihood;
|
|
int32[] rawLikelihoodKeys
|
|
float32[] rawLikelihoodValues
|
|
|
|
# std::map<int, int> weights;
|
|
int32[] weightsKeys
|
|
int32[] weightsValues
|
|
|
|
# std::map<int, std::string> labels;
|
|
int32[] labelsKeys
|
|
string[] labelsValues
|
|
|
|
# std::map<std::string, float> stats
|
|
string[] statsKeys
|
|
float32[] statsValues
|
|
|
|
# std::vector<int> localPath
|
|
int32[] localPath
|
|
int32 currentGoalId |