tongshanglei 8 hours ago
parent
commit
673df30a00
1 changed files with 1 additions and 0 deletions
  1. 1 0
      task_script/OSD_DRONE_CLIENT.php

+ 1 - 0
task_script/OSD_DRONE_CLIENT.php

@@ -131,6 +131,7 @@ while (1) {
                 'Longitude'=>$data['longitude'],
                 'Latitude'=>$data['latitude'],
                 'Height'=>$data['height'],
+                'AltitudeGeo'=>$data['height'],
                 'time'=>floor($redis_data['ts']/1000),
                 'SpeedHorizontal'=>$data['horizontal_speed'],
                 'distance'=>$data['home_distance'],