You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSI currently provides only limited support for data structures that describe measured internal states of the traffic participant.
31
-
OSI does not currently cover actuator intentions.
32
-
These must be handled with a different data description format.
31
+
An example for a traffic participant interface is the `MotionRequest` message that can be used to communicate planned behaviors from a behavior planning model to a dynamics model including, for example motion controllers and vehicle dynamics.
33
32
34
33
The following figure shows a more complex traffic participant.
35
34
@@ -41,7 +40,6 @@ This use case will probably be relevant for modeling the ego vehicle, which incl
41
40
The traffic participant includes an arbitrary number of sensor models.
42
41
The sensor models consume sensor view and produce sensor data.
43
42
The AD function consumes sensor data and produces input for the dynamics model.
44
-
OSI currently does not support data flow to dynamics models.
45
43
The loop to the environment simulation is closed via traffic update.
46
44
47
45
The following figure shows a cooperative use case with both an AD function and a human driver.
@@ -54,4 +52,4 @@ It is possible to model a traffic participant with an AD function in the loop, b
54
52
This type of cooperative use case is, for example, relevant to studies on human-machine interaction.
55
53
In this example, a virtual on-screen representation of the scenario, or mock-up, is added after the AD function.
56
54
The driver-in-the-loop interacts with the dynamics model via this mock-up.
57
-
OSI's limitations regarding dynamics-model input apply in this example as well.
55
+
OSI currently provides only limited interfaces for data flow between the driver and the dynamics model.
0 commit comments