Skip to content

Commit 1ea279d

Browse files
docs: add some fun pictures
1 parent e850d2d commit 1ea279d

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Collision-Affording Point Trees: SIMD-Amenable Nearest Neighbors for Fast Collision Checking
22

3+
[![arXiv CAPT](https://img.shields.io/badge/arXiv-2406.02807-b31b1b.svg)](https://arxiv.org/abs/2406.02807)
4+
5+
![Demo video](resources/capt_demo.gif)
6+
7+
_For a full demonstration of CAPTs running in real-time, see [this video](https://www.youtube.com/watch?v=BzDKdrU1VpM)_.
8+
39
This is a Rust implementation of the _collision-affording point tree_ (CAPT), a data structure for
410
SIMD-parallel collision-checking against point clouds.
11+
The CAPT supports extremely high-throughput collision checking, supporting online, real-time motion planning.
512

613
You may also want to look at the following other sources:
714

doc/capt_demo.gif

41.5 MB
Loading

0 commit comments

Comments
 (0)