Giter VIP home page Giter VIP logo

test-aurora_gpp's Introduction

Test-AURORA_GPP

This repository was created to share the documentation about the evaluation of Global Path Planning Algorithms of the AURORA project.

Some remarks about the code

How to use (From the original GitHub)

  1. Clone this repo.

git clone https://github.com/AtsushiSakai/PythonRobotics.git

  1. Install the required libraries.

using conda :

conda env create -f environment.yml

using pip :

pip install -r requirements.txt

  1. Execute python script in each directory.

  2. Add star to this repo if you like it ๐Ÿ˜ƒ.

After Installation

This code in this repository is a modified version from Python Robotics library, with a bunch of path planning algorithms in 2 dimensions. After the installation of requirements above mentioned, you should to do the next steps:

  1. The code can easily run opening the folder code and copy the PathPlanning sub folder in any directory you want on your computer.
  2. Copy the file RobotPP.py in the lib folder inside your python installation folder, if you are working on Windows
  3. If you are working in Linux, search for you Python installation and copy de file RobotPP.py in subfolder /lib/pythonXX/, where XX is the number of your python version
  4. Run, test and enjoy the examples

Additional Note

The file dataTests.xlsx contain a data set of the algorithms evaluation with each maps presented. The comparison was done in Length obtained and time required for each case.

test-aurora_gpp's People

Contributors

ronaldpoint avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.