-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Describe the problem
In the model types documentation, multiple inputs and outputs for traffic participant models are defined.
Can the ego vehicle also be modeled as a traffic participant? If yes, I am wondering, why SensorData is not mentioned as a possible input, since the ego vehicle has to react to sensor input.
Furthermore, I stumbled across this sentence in the documentation:
Traffic participant models may internally use environmental effect models, sensor models, or logical models as part of a modeled autonomous vehicle.
This sounds like traffic participant models are kind of wrappers of other FMUs. Is this correct? Is there any distinction between models than only contain for example behavior planning and pure vehicle dynamics models?
Currently, if someone says he has a traffic participant model, it is unclear to me, what it models, what it contains and what the interfaces are.