#
luxiaotao1123
2024-04-22 073cd20230a7c4d8b7c771ce227e3101813638fc
src/assets/data/agv.js
@@ -0,0 +1,74 @@
export default [
    [
        {
            no: 1,
            position: [0, 0, 0],
            theta: 0,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 0],
            theta: 0,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 0],
            theta: 90,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 200],
            theta: 90,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 300],
            theta: 90,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
    [
        {
            no: 1,
            position: [100, 0, 300],
            theta: 90,
            height: 100,
            loaderTheta: 180,
            forkLength: 0,
            trayList: [],
            hasBox: false
        }
    ],
]