We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e850d2d commit 1ea279dCopy full SHA for 1ea279d
2 files changed
README.md
@@ -1,7 +1,14 @@
1
# Collision-Affording Point Trees: SIMD-Amenable Nearest Neighbors for Fast Collision Checking
2
3
+[](https://arxiv.org/abs/2406.02807)
4
+
5
+
6
7
+_For a full demonstration of CAPTs running in real-time, see [this video](https://www.youtube.com/watch?v=BzDKdrU1VpM)_.
8
9
This is a Rust implementation of the _collision-affording point tree_ (CAPT), a data structure for
10
SIMD-parallel collision-checking against point clouds.
11
+The CAPT supports extremely high-throughput collision checking, supporting online, real-time motion planning.
12
13
You may also want to look at the following other sources:
14
doc/capt_demo.gif
41.5 MB
0 commit comments