feat: Update simulation stores and types to enhance robotic arm and vehicle handling

This commit is contained in:
2025-04-23 14:53:27 +05:30
parent faed625c2a
commit 04f91585e6
8 changed files with 71 additions and 50 deletions

View File

@@ -257,8 +257,8 @@ async function handleModelLoad(
actionName: "Pick and Place",
actionType: "pickAndPlace",
process: {
startPoint: "start-point-uuid",
endPoint: "end-point-uuid"
startPoint: [0, 0, 0],
endPoint: [0, 0, 0]
},
triggers: []
}