Software platform and algorithms for multi-body dynamics simulation, control, estimation, and path-planning. Intended for robotics software development and testing.
GNU General Public License v3.0
40
stars
11
forks
source link
multi_dvp_tree_search missing K nearest-neighbor operator() #3
It seems that the DVP tree does not have an operator() with the same signature as the linear k-nn:
Linear:
Maybe multi_dvp_tree_search just needs another operator() overload that calls the knn find_nearest instead of the one parameter find_nearest()?