Skip to content

Commit

Permalink
fixed info output in relocalization function
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzichao committed Feb 12, 2015
1 parent a9ea5f5 commit 7e7cb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svo/src/frame_handler_mono.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ FrameHandlerMono::UpdateResult FrameHandlerMono::relocalizeFrame(
SVO_WARN_STREAM_THROTTLE(1.0, "Relocalizing frame");
if(ref_keyframe == nullptr)
{
SVO_INFO_STREAM("Relocalization successful.");
SVO_INFO_STREAM("No reference keyframe.");
return RESULT_FAILURE;
}
SparseImgAlign img_align(Config::kltMaxLevel(), Config::kltMinLevel(),
Expand Down

0 comments on commit 7e7cb6e

Please sign in to comment.