Rockjack00 / pdm-project

Planning and Decision Making Project
0 stars 0 forks source link

Make RRT go brrrrr #8

Open Rockjack00 opened 9 months ago

Rockjack00 commented 9 months ago
SuperJappie08 commented 8 months ago

We cannot use scipy's kdtrees since it's metric cannot be changed. We might be able to use sklearn's KDtree, which might allow us to do it.

This might work: https://github.com/Vectorized/Python-KD-Tree/tree/master