When gf_method == "fps" in lidarMapper::goodFeatureMatching(), lidar_mapper.h#L353, I'm curious that we don't distinguish the type(surf or corner) of the starting point k, which is selected randomly. Should we distinguish it ?
lidar_mapper.h#L159, the res[1] seems doesn't exist, right?
associate_uct.hpp#L26, there is a typo, should be "plus" according to eq.45 of barfoot's paper. Thanks for your help!
Hi author,
gf_method == "fps"
in lidarMapper::goodFeatureMatching(), lidar_mapper.h#L353, I'm curious that we don't distinguish the type(surf or corner) of the starting pointk
, which is selected randomly. Should we distinguish it ?res[1]
seems doesn't exist, right?