Skip to content

Shantnu12345/Astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Description

Astar path planning algorithm that finds path for a non-holonomic differential drive robot from a start position to an end position.

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./Planner.
  5. The result will get saved in "path.csv"

Side note

This is not a complete project yet. There are still some problems in the planner, it's not converging for several cases, which will be addressed in future.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published