#
vincentlu
2026-01-05 efabc6ba991acfd01d38bb0bf4e8cfd772416617
zy-acs-flow/src/map/constants.js
@@ -1,9 +1,9 @@
export const MAP_DEFAULT_ROTATION = 180;
export const MAP_DEFAULT_ROTATION = 270;
export const AGV_ANGLE_OFFSET_VAL = 90;
export const MAP_MIRROR = true;
export const MAP_MIRROR = false;
export const ANIMATE_DURING_TIME = 60;
@@ -80,6 +80,8 @@
    AGV: 0x74b9ff,
    POINT: 0xC9E6DA,
    AREA: 0x2c7ac3,
})
export const AGV_STATUS_MODE = Object.freeze({
@@ -95,4 +97,4 @@
    OUT_OF_ORDER: 0,
    ORDER: 1,
    REVERSE_ORDER: 2,
})
})