From 7beaabb946002d45b82474a84ea3b4bab75dbadd Mon Sep 17 00:00:00 2001 From: lizhanwei <Dana_Lee1016@126.com> Date: 星期日, 19 一月 2020 17:32:33 +0800 Subject: [PATCH] 更新地图和车辆模型 --- app/src/main/assets/vehiclemodel.json | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/assets/vehiclemodel.json b/app/src/main/assets/vehiclemodel.json index 30509bf..04c1db9 100644 --- a/app/src/main/assets/vehiclemodel.json +++ b/app/src/main/assets/vehiclemodel.json @@ -1,9 +1,9 @@ { - "main_ant": [0, 0], + "main_ant": [-3.6683, 38.3089], "axial": [0, 3], "left_front_tire": [1, 0], "right_front_tire": [5, 0], "left_rear_tire": [2, 3], "right_rear_tire": [4, 3], - "point": [0, 2, -1, 2, -1, -1, 0, -1, 1, -1, 1, 2] -} \ No newline at end of file + "point": [-3.7268, 37.7265, -3.6285, 37.7126, -3.5551, 38.6029, -3.6423, 38.0747, -3.7222, 38.0969, -3.8105, 37.7537] +} \ No newline at end of file -- Gitblit v1.8.0