playSpeed,reset,exit added and armbot movemets added

This commit is contained in:
2025-04-29 19:01:06 +05:30
parent 32a44adb7c
commit fe57e6c873
6 changed files with 576 additions and 163 deletions

View File

@@ -6,8 +6,6 @@ import { useFloorItems } from "../../../store/store";
function RoboticArm() {
const { armBots, addArmBot, removeArmBot } = useArmBotStore();
const { floorItems } = useFloorItems();
const armBotStatusSample: RoboticArmEventSchema[] = [
{
state: "idle",
@@ -95,7 +93,7 @@ function RoboticArm() {
position: [95.94347308985614, 0, 6.742905194869091],
rotation: [0, 0, 0],
type: "roboticArm",
speed: 1.5,
speed: 0.1,
point: {
uuid: "point-123",
position: [0, 1.5, 0],