This code is intended to simulate the coupled dynamics of bicycles using a modified version of the lateral bicycle model to account for the repelling interaction between them.
Last modified version 12/04/2016
Microsimulator solving for the free-space dynamics of bicycles using a so-called "Lateral bicycle Model" based on the article [Helbing & Molnar Phys. Rev. E 51, 4282 (1995)].
- Includes pedestrian dynamics by solving time-dependent "Social Force Model" equations.
Requirements:
- Git
- Python and Numpy, Scipy, Matplotlib dependencies
The following instructions are for a Unix-like environment without root privileges.
In a terminal,
mkdir BicycleModel
cd BicycleModel
git clone https://github.com/UCLGuichard/BicycleModel
This gets the code. Now let's run it.
cd BicycleModel/src
python bicycle.py
If all went well, you should now have a test case running.
BicycleModel has been developed and tested under Windows and Eclipse IDE with Python 2.7 and Anaconda interpreters.
See LICENSE file for more details.
See CITATION file for more details.
1.0 (in progress)
BicycleModel is derived from numerous literature around vehicle models.
- Whoever involved in this project.
[Roland Guichard] - roland.guichard@ts.catapult.org.uk