#
luxiaotao1123
2024-05-05 c700dfd703a5e6350a5002df7269194d8a161765
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);