Skip to content

ameyakonk/Path-planning-using-A-star-in-Gazebo-ROS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path-planning-using-A*-Algorithm

Overview

The repository contains the following contents.

  1. Source code to run the A* path planner.
  2. Video files suggesting node exploration and finding optimal path to goal in Gazebo and Python

I have used two test cases having their respective start and goal states

a. start1 = (1, 1) goal1 = (9, 9)

Personnel

Ameya Konkar

UID:118191058

Master's Student at University of Maryland, College Park

Dependencies

  1. Python 3
  2. Numpy
  3. Matplotlib
  4. ROS
  5. Gazebo

Building the Program and Tests

sudo apt-get install git
git clone --recursive https://github.com/ameyakonk/Path-planning-using-Dijkstra-Algorithm.git
cd <path to repository>

To Run the code:

cd src
chmod +x Dikjstra-pathplanning-Ameya-Konkar.py
python 8-Dikjstra-pathplanning-Ameya-Konkar.py 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published