Browse Source

드론 관제 -> 드론 클릭 풀리는 현상 확인 및 코드 정리

pull/2/head
김장현 2 years ago
parent
commit
53dc995d30
  1. 6
      test/pav-warning.js

6
test/pav-warning.js

@ -12,8 +12,8 @@ const terminalId = 'SANDBOX-001';
const pathSampleCoord = [
[37.5215, 126.605],
[37.5215, 126.61], //비정상, 날릴 것
// [37.5215, 126.6082], 계획서
// [37.5215, 126.61], //비정상, 날릴 것
[37.5215, 126.6082], //계획서
[37.521, 126.6082],
[37.521, 126.6057],
[37.5205, 126.6057],
@ -44,7 +44,7 @@ const getCoords = coords => {
};
const getClient = () => {
const dronName = prefix + 'trmnlId';
const dronName = prefix + '003';
const client = {};
client.dronName = dronName;

Loading…
Cancel
Save