项目作者: jadhavan

项目描述 :
Repository for Motion Planning Assignment
高级语言: Python
项目地址: git://github.com/jadhavan/motion_planning_assignment.git
创建时间: 2017-05-14T05:20:29Z
项目社区:https://github.com/jadhavan/motion_planning_assignment

开源协议:

下载


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

  1. cd astar
  2. python astar.py

RRT

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

  1. cd rrt
  2. python rrt.py