Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HiroIshida committed Sep 23, 2023
1 parent fecd8a6 commit c3b0789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# UPDATE 2023/09/24
This code has some critical bugs in core algorithm and collision checking. Also the code is quite dirty (I had only a year of programming experience at that time). Please refer the newer implementation https://github.com/HiroIshida/diplan-cpp

# Fast marching tree
This repository currently includes fast marching tree (FMT)[1] implementation in Julia. Specifically, The implementation is for double integrator system [2]. I like FMT algorithm for its simpleness and speed compared to rather complex RRT* algorithm. And, this is kind of my missionary activity for FMT. The GIF below was made by concatenating data generated by this `example.jl` in this repository.

Expand Down

0 comments on commit c3b0789

Please sign in to comment.