This is a simulator for autonomous driving.
To run the demo,
python main.py
Contributors: Jianyu Chen Changliu Liu Zhengyi Zhang
MSC, Berkeley 2016
To start in Windows:
- Install 32-bit Anaconda2 and set its build-in Python as the default Python.
- Install Panda3D and set the Anaconda Python as the connected Python: (1)Uncheck the python2.7 during installing (2)Simply create a "panda.pth" file inside your copy of Python, containing the path of the panda directory and the bin directory within it on separate lines (for example C:\Program Files\Panda3D-1.2.3 and C:\Program Files\Panda3D-1.2.3\bin).
- Install numpy(using command): pip install numpy
- Install cvxopt(using command): conda install -c https://conda.anaconda.org/omnia cvxopt