Hi igorpadykov
I done those configuration software side but, not working as per exception and finally, I found where the problem,
I changed GEAR_SELECTION default value to park from reverese
diff --git a/vehicle/impl/vhal_v2_0/DefaultConfig.h b/vehicle/impl/vhal_v2_0/DefaultConfig.h
index 03dd662..52fdad5 100644
--- a/vehicle/impl/vhal_v2_0/DefaultConfig.h
+++ b/vehicle/impl/vhal_v2_0/DefaultConfig.h
@@ -907,7 +907,7 @@ const ConfigDeclaration kVehicleProperties[]{
.access = VehiclePropertyAccess::READ,
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
},
- .initialValue = {.int32Values = {toInt(VehicleGear::GEAR_REVERSE)}}},
+ .initialValue = {.int32Values = {toInt(VehicleGear::GEAR_PARK)}}},
Default gear value is reverse in simulator and I configured as park. After this I got this default image.
I don't why this makes the problem.
Thanks & Regards,
Vinoth S,
Regards,
Vinothkumar Sekar