Skip to content

This repository is for A* algorithm implementation in openrave using PR2 robot.

Notifications You must be signed in to change notification settings

iyerkritika/A-star-openrave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A-star-openrave

This repository is for A* algorithm implementation in openrave using PR2 robot. This Algorithm returns the optimal solution for start to goal paths. It has been implemented including collision checks with the environment. 4 combinations of A* have been implemented in the same program which can be switched by changing 2 input parameters (t and c). t is the type of distance (Manhattan or euclidean) and c is the type of connection from each point (4 connected of 8 connected). Along with the code there are output screenshots as well.

About

This repository is for A* algorithm implementation in openrave using PR2 robot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages