]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/blobdiff - README.md
Copy skeleton from ext4
[hubacji1/rrts.git] / README.md
index 67e71490b4ecb07e83a97390803553b0af519245..4fbda8e37e3e03f1b7959221779c447927b75ee0 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,12 +34,13 @@ and upgrades to RRT, *extensions* are declared in `rrtext.h` and implemented in
 
 ## Implemented extensions
 There is a list of implemented extensions and what they include:
+- `rrtext9.cc`: store RRT nodes to 3D grid,
 - `rrtext8.cc`: 3D [K-d tree][] for node storage.
 - `rrtext7.cc`: 2D [K-d tree][] for node storage.
 - `rrtext6.cc`: Reeds and Shepp for both -- building and search costs,
 - `rrtext5.cc`: different cost for building (Reeds and Shepp) and searching
   (Euclidean distance),
-- `rrtext4.cc`: store RRT nodes to grid,
+- `rrtext4.cc`: store RRT nodes to 2D grid,
 - `rrtext3.cc`: Dijkstra algorithm for path optimization,
 - `rrtext2.cc`: [cute c2][] for collision detection,
 - `rrtext1.cc`: different cost for building (Reeds and Shepp) and searching