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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user