removed sample data and worked with schema for agv

This commit is contained in:
2025-05-02 11:15:11 +05:30
parent a704be77d3
commit 2a669f6337
7 changed files with 34 additions and 207 deletions

View File

@@ -187,7 +187,7 @@ function processLoadedModel(
},
]);
if (item.eventData.type === "vehicle") {
if (item.eventData.type === "Vehicle") {
const vehicleEvent: VehicleEventSchema = {
modelUuid: item.modelUuid,
modelName: item.modelName,