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.
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:
symb_tools
(imported asst
)model_tools
(imported asmt
)
- (Optionally): Extension
displaytools
to conveniently print intermediate results (triggered by the special comment##
)