From: Mark M. <mm...@ri...> - 2019-05-29 15:07:12
|
Hi Shupeng, All of them are exact except for ompl::NearestNeighborsSqrtApprox, which is approximate (but doesn’t give approximation guarantees). You can use the ompl::NearestNeighborsFLANN wrapper interface to experiment with various other nn data structures from the FLANN library. Best, Mark > On May 29, 2019, at 7:14 AM, Shupeng Lai <shu...@gm...> wrote: > > Hi, > > May I ask among all the nearest neighbor data structures provided by ompl, which one of them calculates approximated nearest neighbor, and which gives exact nearest neighbor? > > Sincerely, > shupeng |