Hi @wngreene https://github.com/robustrobotics/flame/blob/master/src/flame/flame.cc#L174 indicates this block only runs when `feats_` is empty, but inside this block https://github.com/robustrobotics/flame/blob/master/src/flame/flame.cc#L220 only executes when `feats_` is not empty. So this part never runs?