ethz-asl / nbvplanner

A real-time capable exploration and inspection path planner (next best view planning)
342 stars 120 forks source link

Rechek the source code in rrt.cpp #6

Closed SoohwanSong closed 7 years ago

SoohwanSong commented 8 years ago

Would you check the source code line #547 in rrt.cpp?

I think that the code should be changed like this:

547 if (inFoV) { ---------> if (!inFoV) {

Thank you.

birchera commented 8 years ago

Good catch, thanks a lot for reporting!

Should be fixed in https://github.com/ethz-asl/nbvplanner/pull/7.