- System requirments: ubuntu 20.04
- Install boost >= 1.71.0
- Install cmake >= 3.16
- Clone the code
git clone https://github.com/Autonomous-Driving-Safety-Project/gym-lass.git
cd gym-lass
git submodule init
git submodule update
- Compile LASS
cd gym_lass/lass
mkdir build && cd build
cmake ..
cmake --build . --config Release -- -j8
- Install as a python module
# in project root directory
pip install -e .
- test
cd gym_lass/test
python test.py
This project uses a part of esmini.