Skip to content

Commit

Permalink
Fix comment for marker reprojection edge
Browse files Browse the repository at this point in the history
  • Loading branch information
ymd-stella committed Apr 22, 2022
1 parent c7feabd commit 3d178c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stella_vslam/optimize/local_bundle_adjuster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ void local_bundle_adjuster::optimize(data::map_database* map_db,
}
}

// Container of the landmark vertices
// Container of the reprojection edges for corners of markers
internal::marker_vertex_container marker_vtx_container(vtx_id_offset, local_mkrs.size());
std::vector<reproj_edge_wrapper> mkr_reproj_edge_wraps;
mkr_reproj_edge_wraps.reserve(all_keyfrms.size() * local_mkrs.size());
Expand Down

0 comments on commit 3d178c0

Please sign in to comment.