Skip to content

jadhavan/motion_planning_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This repository contains the code for A-star and RRT algorithm developed as a part of the motion planning course assignment.

OpenRAVE Installation

To run the code in this repository OpenRAVE software is required.

A-Star

To run A-star algorithm in OpenRAVE run the following command in the terminal

cd astar
python astar.py

RRT

To run RRT algorithm with smoothing in OpenRAVE run the following command in the terminal

cd rrt
python rrt.py

About

Repository for Motion Planning Assignment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published