Jupyter Notebook
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Basics
tensorflow
LICENSE
README.md
_config.yml
pythonrobotics.png
requirements.txt

README.md

Python Robotics

PyPI GitHub followers GitHub stars GitHub forks MIT license HitCount Maintenance Open Source Love png3

This repository contains Elementary and Advanced Algorithms, Tutorials and Basic python codes for getting started in Robotics.

Dependencies:

  1. Python 3.x
  2. NumPy
  3. Matplotlib
  4. Scikit-Learn
  5. SciPy

Libraries (Install through requirements.txt)

This Turotial will focus on Machine Learning, Computer Vision and Robotic Process, Agents, Game Tree Search, Path Planning and other algorithms so to provie you basic and fair idea about Robotics.

Installations:

sudo apt-get install python3
sudo apt-get install python3-pip
sudo pip3 install -U -r requirements.txt
# -U will just update the packages if already installed

Table of Contents:

Notebook Description
1. Basics Getting started with Python. Covers DS and Graphs algorithm.
2. Tensorflow Added Tutorials on Tensorflow Python libray and using API
3. Path Planning Added Tutorials on Python implementationof Path Planning Algorithms

Usage:

  1. Navigate to folders for descripted tasks.
  2. Run Jupyter Notebooks files which contains hands on codes as well as detailed algorithms.

pythonrobotics

Licence

MIT

Author

Akhilesh Kumar, Nov, 2017

Contributed With ❤ by Akhilesh