This python package provides python bindings and utility modules for the ASAM Open Simulation Interface.
For more information on OSI see the official documentation or the class list for defined protobuf messages.
For usage examples, please refer to the official documentation:
- You have installed Python 3.10 or later.
- You have installed pip.
-
Open a terminal.
-
Clone the osi-python repository, including sub-modules:
git clone --recurse-submodules https://github.com/PMSFIT/osi-python.git
-
Switch to the repository directory:
cd osi-python
-
Optionally create and activate a new virtual environment:
python3 -m venv venv source venv/bin/activate
-
Install the package:
pip install .