Skip to content

charity1475/PathFinder

Repository files navigation

Build Status

Capstone Projects Repository.

Building an OpenStreetMap Route Planner.

The aim of this project is to implement the A* search algorithm to traverse the street map. Given input grids from t file the program reads the maze's grids and compute the path from destination A to B. The program returns the maze and the path. Motion planning/Path planning is the crucial part in autonomous navigation. Program Design

alt text alt text

Dependencies for Running Locally

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: ./main.