Commit Graph

987 Commits

Author SHA1 Message Date
Vishnu 8b7c28e9c0 Enhance collaboration features by adding user targeting and camera control functionality
- Implement user following functionality in Header component
- Update FollowPerson component to handle target and rotation
- Modify CollabUserIcon to include target data for selected users
- Adjust setCameraView function to utilize target for camera positioning
- Extend user types to include position, rotation, and target properties
2025-05-07 15:31:07 +05:30
Vishnu ad2b6b96f3 Add tooltips to various components and improve styling for better user experience 2025-05-07 13:56:31 +05:30
Gomathi 67ec49fff6 Merge branch 'v2' into simulation-armbot-v2 2025-05-07 10:43:00 +05:30
Gomathi 93c6d005fb Merge branch 'main' into simulation-armbot-v2 2025-05-07 10:38:25 +05:30
Gomathi e67e7b384e Add visibility control and degree markers to robotic arm mesh 2025-05-07 10:37:41 +05:30
Jerald-Golden-B ff5de28d49 Refactor simulation components for improved functionality and performance
- Update SimulationPlayer to enhance reset handling and progress display
- Modify useDelayHandler to incorporate animation speed and improve delay management
- Revamp useSpawnHandler to utilize state for active spawns and optimize spawn logic
- Integrate reset functionality in Products and Simulator components
- Implement execution order and sequence determination in new utility functions
- Add trigger extraction logic for better event handling
2025-05-07 10:36:42 +05:30
Vishnu b26a0cd6cd Fix CSS property naming and improve distance label formatting in DistanceLines component 2025-05-07 10:33:44 +05:30
Vishnu 3bced5cfb7 Uncomment loading progress and scene components in Project.tsx 2025-05-07 09:06:22 +05:30
Vishnu 79e7b197f3 Merge pull request 'v2-ui' (#81) from v2-ui into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/81
2025-05-07 03:29:34 +00:00
Vishnu 1de5c9d733 Merge remote-tracking branch 'origin/main' into v2-ui 2025-05-07 08:58:20 +05:30
Vishnu 83f9c660b1 Merge branch 'v2-ui' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v2-ui 2025-05-07 08:58:07 +05:30
Vishnu cb483b4ded Refactor code structure for improved readability and maintainability 2025-05-07 08:57:31 +05:30
Vishnu 21677dafde Merge pull request 'v2' (#80) from v2 into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/80
2025-05-06 13:54:58 +00:00
Jerald-Golden-B a48f7f5823 fix: Update action material from 'Default material' to 'Material 2' in robotic arm instance 2025-05-06 19:17:17 +05:30
Jerald-Golden-B dc995e6a81 Merge remote-tracking branch 'origin/simulation-armbot-v2' into v2 2025-05-06 19:13:14 +05:30
Jerald-Golden-B 53912b2597 feat: Enhance conveyor and material handling with pause functionality and state management 2025-05-06 19:12:58 +05:30
Nalvazhuthi 7459b7f1a4 feat: Implement loading skeletons in various components
- Added SkeletonUI component to display loading states in Assets, MarketPlace, ROISummary, ThroughputSummary, and other relevant components.
- Integrated loading state management in Assets and MarketPlace to show skeletons while fetching data.
- Updated styles for skeletons to enhance visual representation during loading.
- Refactored existing components to utilize the new SkeletonUI for better user experience during data loading.
- Adjusted sidebar animations for smoother transitions.
2025-05-06 18:41:58 +05:30
Gomathi 4ac77e462c arm points path upated and points restricted between 270 and 360 2025-05-06 18:38:27 +05:30
Jerald-Golden-B 815a9a94ca feat: Refactor swap handling and enhance delay management in conveyor actions 2025-05-06 12:35:51 +05:30
Gomathi 801dc83994 Merge branch 'v2' into simulation-armbot-v2 2025-05-06 11:33:49 +05:30
Gomathi 4d369df4cb Merge branch 'v2' into simulation-armbot-v2 2025-05-06 11:31:35 +05:30
Jerald-Golden-B bdba6447f3 feat: Implement swap handling and enhance action management in conveyor system 2025-05-06 11:30:58 +05:30
Gomathi bb7315edeb armbot animator movements and path updated 2025-05-06 11:30:32 +05:30
Vishnu f7d0151b00 Merge remote-tracking branch 'origin/main' into v2-ui 2025-05-06 11:05:50 +05:30
Vishnu c5f05c5cc5 Merge pull request 'v2' (#79) from v2 into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/79
2025-05-06 04:37:48 +00:00
Gomathi bda6cbe8be Merge branch 'main' into simulation-armbot-v2 2025-05-06 09:34:33 +05:30
Gomathi acbbe5bd73 arm points constraints updated 2025-05-06 09:32:55 +05:30
Jerald-Golden-B f42a773dda Merge branch 'main' into v2 2025-05-05 20:09:09 +05:30
Jerald-Golden-B 7a17358c95 Merge remote-tracking branch 'origin/simulation-armbot-v2' into v2 2025-05-05 20:08:59 +05:30
Jerald-Golden-B 180cac9045 Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-05-05 20:08:48 +05:30
Jerald-Golden-B c89c4234a4 feat: Enhance conveyor actions and event handling
- Added detailed logging for default conveyor actions in useConveyorActions.
- Integrated play and reset button states into useActionHandler for better control flow.
- Updated PointsCreator to conditionally render based on play state and improved event handling.
- Modified MaterialAnimator to support pause and resume functionality based on play state.
- Enhanced MaterialInstance to trigger actions upon animation completion.
- Implemented material clearing logic in Materials component on reset or stop.
- Updated Simulator to respect play and reset states during action handling.
- Improved trigger handling logic to accommodate new event retrieval methods.
- Added utility functions in useProductStore for fetching events by trigger and point UUIDs.
- Created a new file for default action handling in conveyor actions.
2025-05-05 20:08:05 +05:30
Gomathi cea9a32ce4 object attach and detach added 2025-05-05 19:05:09 +05:30
Vishnu 05eb3342b0 Merge branch 'v2-ui' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into v2-ui 2025-05-05 18:03:22 +05:30
Nalvazhuthi bdfe0900d1 Refactor styles across components to utilize variable-based border-radius for consistency and improved maintainability. Added SkeletonUI component and corresponding styles for loading states. 2025-05-05 18:02:04 +05:30
Poovizhi99 2a132b7f9f added material types for vehicle Model 2025-05-05 15:29:37 +05:30
Vishnu b318ec041b Update userAuth styles: change button text color and adjust focus border color; refine policy text alignment and overlay positioning. 2025-05-05 14:53:11 +05:30
Vishnu 8d5bfea561 Merge pull request 'v2' (#78) from v2 into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/78
2025-05-05 09:21:24 +00:00
Poovizhi99 dd402184e4 Merge remote-tracking branch 'origin/v2' into simulation-agv-v2 2025-05-05 14:28:48 +05:30
Poovizhi99 7247443e38 added rough material for agv vehicle 2025-05-05 14:28:34 +05:30
Jerald-Golden-B 6b0ee0ae79 Enhance material handling: add support for additional materials in conveyor and machine mechanics, update action types, and implement material model loading. 2025-05-05 14:26:38 +05:30
Poovizhi99 c9949c98c0 merged with origin/v2 2025-05-05 12:22:42 +05:30
Poovizhi99 ec4d3db70e added machine actions 2025-05-05 12:20:55 +05:30
Jerald-Golden-B 19d41a775c Enhance execution sequence determination: add complete dependency graph and build trigger chains for independent root points. 2025-05-05 11:26:29 +05:30
Jerald-Golden-B 67f572ec8d Merge remote-tracking branch 'origin/simulation-armbot-v2' into v2 2025-05-05 11:25:50 +05:30
Gomathi be8f937759 reset function updated 2025-05-05 11:25:06 +05:30
Jerald-Golden-B 8ba2bae810 Refactor simulation action handlers: consolidate action handling, enhance spawn logic, and improve type definitions for actions. 2025-05-05 11:24:00 +05:30
Vishnu f888c2798c Merge pull request 'v2' (#76) from v2 into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/76
2025-05-03 13:53:42 +00:00
Jerald-Golden-B 8fd0d0121e Implement code changes to enhance functionality and improve performance 2025-05-03 19:18:35 +05:30
Jerald-Golden-B e4b0fc61f5 Merge remote-tracking branch 'origin/simulation-armbot-v2' into v2 2025-05-03 19:18:10 +05:30
Gomathi 0b69494465 arm points constraints defined and armbot movements bug cleared 2025-05-03 19:11:24 +05:30