#
luxiaotao1123
2024-08-17 ebf9cfc3356374e18987b2d5c003f75f215d29b9
src/assets/data/agv.js
@@ -2,11 +2,11 @@
    [
        {
            no: 1,
            position: [0, 0, 0],
            theta: 0,
            height: 0,
            position: [2420, 0, 0],
            theta: 90,
            height: 1778,
            loaderTheta: 0,
            forkLength: 0,
            forkLength: -800,
            trayList: [
                {
                    no: 1,
@@ -33,7 +33,11 @@
                    hasBox: false
                },
            ],
            hasBox: false
            hasBox: true,
            finger1: true,
            finger2: true,
            finger3: true,
            finger4: true,
        }
    ],
    [
@@ -588,7 +592,7 @@
                    hasBox: true
                },
            ],
            hasBox: false
            hasBox: true
        }
    ],
]