Blaxzter / programming-humanoid-robot-in-python

Programming Humanoid Robot In Python

Home Page:http://www.dainamite.de/programming-humanoid-robot-in-python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming Humanoid Robot In Python

Source code for Programming Humanoid Robot in Python Lecture in TU Berlin.

  1. Introduction
  2. Joint Control
  3. Kinematics
  4. Distributed Computing

How to submit your exercise?

inital setup

  • create a github account if you don't have
  • open repository page
  • click "Fork" button in top right corner
  • clone your fork to your computer:
    git clone git@github.com:YOUR_GITHUB_ACCOUNT/programming-humanoid-robot-in-python.git

update in following weeks

This repo is work in progress, please sync git before doing exercise every week.

program and submit

  • do exercises
  • commit your code and push to github
  • submit your git repo via ISIS assignment page

Demo in lecture

The demo showed in lecture are included in this repo as well, please check files (mostly *.ipynb) in subfolders.

About

Programming Humanoid Robot In Python

http://www.dainamite.de/programming-humanoid-robot-in-python/

License:GNU General Public License v2.0


Languages

Language:Jupyter Notebook 94.1%Language:Python 5.9%