Browse Source

pav-warning roll back

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

6
test/pav-warning.js

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

Loading…
Cancel
Save