timeout added

This commit is contained in:
2025-04-28 13:35:13 +05:30
parent dc77d9ed43
commit 6bf53bf72c
3 changed files with 32 additions and 26 deletions

View File

@@ -6,14 +6,15 @@ import { useFloorItems } from "../../../store/store";
function RoboticArm() {
const { armBots, addArmBot, removeArmBot } = useArmBotStore();
const { floorItems } = useFloorItems();
const armBotStatusSample: RoboticArmEventSchema[] = [
{
state: "idle",
modelUuid: "armbot-xyz-001",
modelName: "ArmBot-X200",
position: [0, 0, 0],
rotation: [-3.141592653589793, 0.3861702258311774, -3.141592653589793],
position: [0.20849215906958463, 0, 0.32079278127773675],
rotation: [-1.3768690876192207e-15, 1.4883085074751308, 1.5407776675834467e-15],
type: "roboticArm",
speed: 1.5,
point: {