1. OpenScenarioEditor下载
ebadi/OpenScenarioEditor: ASAM Open Scenario Editor (github.com)
2. 运行
Running on Windows
-
First install Python 3 and use pip tool to install PyQt5 (
pip install pyqt5
)
这里使用了Anaconda环境去使用python安装,方便后期管理
-
Download the prebuilt binary release package and unpack it.
-
Run the OpenScenarioEditor.py script:
python OpenScenarioEditor.py
cd D:\OpenScenarioEditor
这样就完成了。