feat: Refactor PickAndPlaceAction component to accept props for pick and place points; enhance RoboticArmMechanics with action handling and state management

This commit is contained in:
2025-04-25 16:06:24 +05:30
parent a1a1eacb79
commit d7a22f5bfb
6 changed files with 281 additions and 142 deletions

View File

@@ -94,6 +94,8 @@ function RoboticArm() {
<RoboticArmInstances />
<></>
</>
);
}

View File

@@ -23,7 +23,7 @@ function Simulation() {
}, [events])
useEffect(() => {
// console.log('products: ', products);
console.log('products: ', products);
}, [products])
return (