TUD-RST / ssd2016KRD

Supporting calculations and simulation for the paper: "Holonomic Modeling and Hierarchic Tracking Control of an Unstable Underactuated Nonholonomic System"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains supporting calculations for the paper:

"Holonomic Modeling and Hierarchic Tracking Control of an Unstable Underactuated Nonholonomic System"

which is submitted to the SSD2016 Conference.

The source code mainly consists in an IPython notebook, where documentation, actual source code and its output (including figures) can be combined in one executable document to facilitate comprehensibility.

The recommended way to view that notebook is via the web application nbviewer.

Requirements

to run that notebook on your own platform:

  • Python 2.7 (not 3.x)
  • numpy, scipy, sympy, matplotlib
  • python-control (developed by Richard M. Murray )
  • Two modules developed by the first author of this paper:
  • (Optionally): Extension displaytools to conveniently print intermediate results (triggered by the special comment ## )

About

Supporting calculations and simulation for the paper: "Holonomic Modeling and Hierarchic Tracking Control of an Unstable Underactuated Nonholonomic System"


Languages

Language:Jupyter Notebook 98.8%Language:Python 1.2%