-
Hello, I have a simulation with 2 vehicle applications, 1 server application and a roadside unit application that was working on Mosaic 20.0. Thank you.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This error usually is thrown if you try to map an application on a unit with a different type. This means the apps you map on your vehicles have to extend Are you potentially trying to map the same applications on your server and your RSU? |
Beta Was this translation helpful? Give feedback.
This error usually is thrown if you try to map an application on a unit with a different type. This means the apps you map on your vehicles have to extend
AbstractApplication<VehicleOperatingSystem
, your RSUAbstractApplication<RoadSideUnitOperatingSysten
, and so on.Are you potentially trying to map the same applications on your server and your RSU?