alyhxn / 3D-Path-Planning

3D path planning using A*, RRT, and RBT(New) algorithms with this interactive simulation implemented in JavaScript.

Home Page:https://alyhxn.github.io/3D-Path-Planning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Path Planning Simulation

Explore 3D path planning using A*, RRT, and RBT(New) algorithms with this interactive simulation implemented in JavaScript and Three.js.

Click here to access the simulation

alilo8 github io_3D-Path-Planning_

Algorithms:

  1. A* Algorithm:

    • A popular pathfinding algorithm known for its efficiency and optimality.
  2. RRT (Rapidly-Exploring Random Tree) Algorithm:

    • A randomized algorithm suitable for non-holonomic systems.
  3. RBT (New) Algorithm:

    • Introducing a new algorithm for 3D path planning.

Feel free to interact with the simulation and observe the behaviors of these algorithms in the context of 3D path planning. Improvement suggestions and contributions are welcome.

For the live simulation, visit this link.

Usage:

If you want to experiment with this, just clone the repo. Everything is setup ;)

Credit Notice:

If you use or reference this work in your projects, please provide credit by mentioning the original author and including a link to this repository.

About

3D path planning using A*, RRT, and RBT(New) algorithms with this interactive simulation implemented in JavaScript.

https://alyhxn.github.io/3D-Path-Planning/

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.4%Language:CSS 0.5%