Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eholum authored Mar 17, 2024
1 parent 8d166fe commit 7b94aac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Rust Planning

More personal Rust practice by implementing some basic data structures and search algorithms.
Personal project for motion planning and search algorithm implementations using Rust.

Currently has rough cut versions of both `RRT` and `RRT*`.
For now refer to the integrations [tests](tests/rrt_tests.rs) for sample usage.

0 comments on commit 7b94aac

Please sign in to comment.