feat: Update simulation stores and types to enhance robotic arm and vehicle handling
This commit is contained in:
@@ -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: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user