Skip to content

Commit

Permalink
Merge pull request uzh-rpg#72 from zhangzichao/master
Browse files Browse the repository at this point in the history
fixed info output in relocalization function
  • Loading branch information
cfo committed Feb 12, 2015
2 parents a9ea5f5 + 7e7cb6e commit bd9b533
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 bd9b533

Please sign in to comment.