#
luxiaotao1123
2024-04-30 62022ea96c5d3e36eadd9177b16031b5b1e4f085
src/components/agv.jsx
@@ -8,7 +8,7 @@
import { INTERVAL_TIME, MODEL_AGV_SCALE } from '@/config/setting'
const Agv = (props) => {
    const { position, theta, height, loaderTheta, forkLength, trayList, hasBox } = props;
    const { agvNo, position, theta, height, loaderTheta, forkLength, trayList, hasBox } = props;
    const [groupPos, setGroupPos] = useState({ x: 0, y: 0, z: 0 });
    const [groupTheta, setGroupTheta] = useState(0);