Skip to content

Commit

Permalink
Change: modify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
G3tupup committed Mar 8, 2020
1 parent 0acd27e commit 7875abc
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# KdTree
# Notes
1. It's based on nanoflann: https://github.com/jlblancoc/nanoflann.
2. StaticKdTree3d is similar to pcl::PointCloud<pcl::PointXYZ> but faster.
3. DynamicKdTree3d supports for dynamic updating(i.e. 3d pointcloud map updating).
4. Since nanoflann is a C++11 header-only library, you can just copy the hpp files and test/use it.


# Building
1. install the Eigen3
2. cd ~/catkin_ws/src
git clone https://github.com/G3tupup/KdTree.git
cd ..
catkin_make -DCMAKE_BUILD_TYPE=release
or
you can compile dynamic_kd_tree_3d_example.cpp and static_kd_tree_3d_example.cpp in anyway you like.

# Run
cd ~/catkin_ws/devel/lib/kdtree
./dynamic_kd_tree_3d_example and ./dynamic_kd_tree_3d_example

0 comments on commit 7875abc

Please sign in to comment.