Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 857 Bytes

README.md

File metadata and controls

42 lines (24 loc) · 857 Bytes

NeonPathPlanning

Simplify autonomous navigation with different path planning algorithms

Requirements

  • numpy

Installation

Use the code below to install the package from PyPI:

pip install NeonPathPlanning

Overview

A collection of different autonomous robot path planning algorithm, originally thought to be used on soccer robotics.

Current implemented:

  • Uni-Vector Field
  • Limit Cycle
  • Potential Fields

Colaboration Guide

In order to colaborate with this repository, clone this repository:

git clone https://github.com/project-neon/NeonPathPlanning

Open directory

cd NeonPathPlanning

Then install dependencies

pip install -r requirements.txt

Finally, install the package

python3 setup.py install

Remember to use the Project Neon guidelines to git: https://github.com/project-neon/codestyleguide/blob/master/git.md