jadhavan / motion_planning_assignment

Repository for Motion Planning Assignment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 33.7%Language:C++ 29.0%Language:Makefile 14.3%Language:CMake 11.6%Language:C 11.3%