From 9b0b429d3ca4b49ac80f2a230d99aaaa3588d158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kimjh=28=EA=B9=80=EC=9E=A5=ED=98=84=29?= Date: Wed, 16 Nov 2022 11:11:36 +0900 Subject: [PATCH] pav-warning roll back --- test/pav-warning.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/pav-warning.js b/test/pav-warning.js index 84249bdf..2d8b8dcf 100644 --- a/test/pav-warning.js +++ b/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 + '003'; + const dronName = prefix + 'trmnlId'; const client = {}; client.dronName = dronName;