System Editor
The deprecated “Qt GUI” for simulation configuration based on Qt mainly aimed to edit PCM-based openPASS experiments was part of minor releases v0.5 – v0.11.
The latest version of this deprecated GUI can be found here: https://ci.eclipse.org/openpass/job/openPASS_simulator_build/view/tags/job/openPASS_0.11/
The System Editor helps building the system configuration (systemConfig) in the GUI. This file is also a XML-file and specifies the components of an agent and systems used, in this case advanced driver assistance systems.
The editing of the System Configuration has two modes: the static and dynamic mode.
The static mode requires the user to build a complete system which includes sensors, algorithms and actions. As the actions directly manipulate the simulated vehicle’s parameters, which are the same no matter the system (i.e. gas pedal position, braking pedal position, steering wheel angle), there is no need to code the interaction between system and simulation.
At this point there is no support for supporting statistical inclusion of systems in the static mode. The current demo only provides an example for the static mode (a System Configuration of an agent to follow a PCM trajectory), so make sure you have the static mode selected.
The dynamic mode is covered by the Scenario Simulation User guide.