Skip to content
Snippets Groups Projects
Commit fdee6208 authored by Sergi Pujol's avatar Sergi Pujol
Browse files

match_loop_closure id

parent fad84847
No related branches found
No related tags found
1 merge request!4Resolve "Implementation of Falko lib"
......@@ -22,8 +22,8 @@ namespace laserscanutils {
struct MatchLoopClosure {
sceneBasePtr scene_1;
sceneBasePtr scene_2;
sceneBasePtr scene_1; //ref_scene
sceneBasePtr scene_2; //new_scene
bool match;
int keypoints_number_match;
double score;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment