Closed viper4gh closed 4 years ago
In a test it shows that the car "MetalMoro MRX Duratec" is always mapped to class "P4"
liveview both drivers:
CREST data driver on position 1:
CREST data driver on position 7:
The recent commit solved the issue, liveview can now differentiate the same vehicle name in different classes, look here.
liveview both drivers:
CREST data driver on position 3:
CREST data driver on position 6:
Car: "MetalMoro MRX Duratec" / Car Class: "P3" Car: "MetalMoro MRX Duratec" / Car Class: "P4"
In CREST mode cars are identified by name, because we don't read the classes from SharedMemory. We use the class mapping from our own vehcilelist.
In this case we have two car class results for one car name, but it must be clearly assigned.