Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
lpanaf committed Sep 27, 2024
1 parent 610a74f commit 95f92cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions glomap/exe/rotation_averager.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

#include "glomap/controllers/rotation_averager.h"

#include "glomap/controllers/option_manager.h"
#include "glomap/estimators/gravity_refinement.h"
#include "glomap/io/colmap_io.h"
Expand Down
2 changes: 1 addition & 1 deletion glomap/io/pose_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ void ReadRelPose(const std::string& file_path,
std::unordered_map<image_t, Image>& images,
ViewGraph& view_graph);

// Require the gravity in the format:
// Require the gravity in the format:
// IMAGE_NAME GX GY GZ
// Gravity should be the direction of [0,1,0] in the image frame
// image.cam_from_world * [0,1,0]^T = g
Expand Down

0 comments on commit 95f92cf

Please sign in to comment.