Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A potential bug in Flame.cc #10

Open
xing-mei opened this issue Jan 24, 2020 · 2 comments
Open

A potential bug in Flame.cc #10

xing-mei opened this issue Jan 24, 2020 · 2 comments

Comments

@xing-mei
Copy link

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?

@wngreene
Copy link
Member

Ah. Yeah you could be right. Looks like the block at L220 shouldn't run.

@xing-mei
Copy link
Author

thanks for confirmation @wngreene , another question about https://github.com/robustrobotics/flame/blob/master/src/flame/flame.cc#L1228
thought it should be cv::Point2f(jj, ii)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants