CoSimulation Manager is part of OSTAR. It connects multiple Co-Simulations.
in root folder:
# Preparation
pip install conan==1.59.0
# Checkout
git clone https://github.com/DLR-TS/CoSiMa.git
cd CoSiMa
# Build
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=false ..
cmake --build . --target CoSimulationManager
# Run
cd bin
./CoSimulationManager
git clone https://github.com/DLR-TS/CoSiMa.git
cd CoSiMa
docker build -t ostar:cosima .
Imporant runtime parameter | Description |
---|---|
-v | Verbose outputs. |
-sr | Synchronize with Carla Scenario Runner. |
path.yml | Path to Configuration file. |
The complete list can be found here.
Install conan 1.x
Add conan.exe to PATH environment variable
Open the directory in Visual Studio and use the cmake integration.
Check out the OSTAR documentation at OSTAR Quickstart.
bjoern.bahn@dlr.de frank.baumgarten@dlr.de opensource-ts@dlr.de
This software was originally developed as part of SetLevel.