Refactor robotic arm simulation components

- Updated MachineInstances to utilize the machine store for rendering multiple MachineInstance components.
- Enhanced Machine component to include machine state management and logging.
- Refactored RoboticArmAnimator for improved path handling and animation logic.
- Modified RoboticArmInstance to streamline state management and integrate with the updated animator.
- Improved IKInstance to support armBot state and interaction.
- Adjusted RoboticArm to dynamically load armBots based on selected products and events.
- Cleaned up unused code and improved overall readability and maintainability.
This commit is contained in:
Nalvazhuthi
2025-05-03 15:21:03 +05:30
parent 2c37472928
commit d5a5b0849c
5 changed files with 33 additions and 26 deletions

View File

@@ -249,7 +249,7 @@ const RealTimeVisulization: React.FC = () => {
useEffect(() => {
const handleClickOutside = (event: MouseEvent) => {
const editWidgetOptions = document.querySelector(
".context-menu-options-wrapper"
".editWidgetOptions-wrapper"
);
if (
editWidgetOptions &&