Antonin RAFFIN 5f8a2edce2 Clean up README
2018-09-15 15:33:13 +02:00
2018-08-17 21:39:21 +09:00
2018-08-27 20:55:38 +09:00
2018-09-15 15:29:55 +02:00
2018-07-26 23:05:49 +05:30
2018-05-18 22:31:01 +09:00
2018-08-23 17:59:35 +05:30
2018-07-19 21:36:49 +09:00
2018-08-27 22:02:00 +09:00
2018-04-29 16:41:25 +09:00
2018-09-15 15:04:02 +02:00
2018-07-08 15:34:26 +09:00
2018-07-15 21:05:24 +09:00
2017-12-13 15:38:01 -08:00
2016-03-21 18:34:43 +09:00
2018-09-15 15:33:13 +02:00
2018-07-13 14:54:29 +09:00
2018-01-16 22:56:32 -08:00
2018-09-13 20:43:23 +09:00

PythonRobotics

Build Status Say Thanks!

Python codes for robotics algorithm.

Table of Contents

What is this?

This is a Python code collection of robotics algorithms, especially for autonomous navigation.

Features:

  1. Easy to read for understanding each algorithm's basic idea.

  2. Widely used and practical algorithms are selected.

  3. Minimum dependency.

See this paper for more details:

Documentation

Documentation is available online: https://pythonrobotics.readthedocs.io/

Requirements

  • Python 3.6.x
  • numpy
  • scipy
  • matplotlib
  • pandas
  • cvxpy

How to use

  1. Install the required libraries. You can use environment.yml with conda command.

  2. Clone this repo.

  3. Execute python script in each directory.

  4. Add star to this repo if you like it 😃.

License

MIT

Contribution

A small PR like bug fix is welcome.

If your PR is merged multiple times, I will add your account to the author list.

Support

If you or your company would like to support this project, please consider:

You can add your name or your company logo in README if you are a patron.

E-mail consultant is also available.

 

Your comment using Say Thanks! is also welcome.

This is a list: Users comments

Authors

Description
No description provided
Readme MIT 338 MiB
Languages
Python 100%