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/OpenSimulationInterface/osi-python.gitSwitch to the repository directory:
cd osi-pythonOptionally create and activate a new virtual environment:
python3 -m venv venvsource venv/bin/activate
Install the package:
pip install .