Commit Graph

73 Commits

Author SHA1 Message Date
Vishnu ba215dd0d3 Merge pull request 'simulation-arm' (#62) from simulation-arm into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/62
2025-04-14 04:14:54 +00:00
Nalvazhuthi 513d4d0958 merged to main 2025-04-11 18:44:48 +05:30
Nalvazhuthi 4edb3cfd7d updated folder structure 2025-04-11 18:08:47 +05:30
Jerald-Golden-B 1256f33342 Debugged agv and conveyor interaction. 2025-04-11 17:52:07 +05:30
Vishnu 0e552f645a feat: Implement ArmReplace component with MultiGLTFInstances for dynamic arm rendering
- Added ArmReplace component to manage the rendering of arm models based on scene objects.
- Integrated MultiGLTFInstances for loading and displaying multiple GLTF models.
- Created findLinkObjects function to traverse the scene and extract positions, rotations, and visibility settings for objects named 'link_0'.
- Utilized useModuleStore to manage active module state and control visibility of arm models.
2025-04-11 13:35:26 +05:30
SreeNath14 7af1724715 Merge branch 'main' into simulation-animation 2025-04-10 17:52:30 +05:30
SreeNath14 863d2c6393 "updated single flow" 2025-04-10 17:46:11 +05:30
Vishnu de2bfc9149 refactor: Implement modifier key detection for keyboard shortcuts in various controls 2025-04-10 13:41:05 +05:30
SreeNath14 e48195db98 "updated Animation" 2025-04-10 10:21:24 +05:30
Jerald-Golden-B a07bf917c5 Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-09 18:38:08 +05:30
Jerald-Golden-B 2fee9ccf24 feat: Update API version for asset file retrieval; add rotation data to event schemas and controls 2025-04-09 18:37:07 +05:30
Vishnu 03e9bcc740 feat: Add Shortcut Keys, activeSubTool state management and improve user avatar handling 2025-04-09 17:43:44 +05:30
Jerald-Golden-B f7a0f3b3d6 feat: Enhance ArmBotMechanics with connected models and process management; update ConveyorMechanics for radio input behavior; adjust NavMeshDetails cell size; add depthWrite to ZoneGroup material; include triggers in copy and duplication controls; refine path connector actions filtering; improve socket store zone management 2025-04-09 15:38:29 +05:30
Jerald-Golden-B d4e0358f4b fix: Update ZoneData interface and streamline loader function calls in loadInitialFloorItems 2025-04-09 10:59:43 +05:30
Jerald-Golden-B 123fe88c22 Merge remote-tracking branch 'origin/rtViz' into simulation 2025-04-08 18:32:48 +05:30
Jerald-Golden-B 43df50c576 feat: Enhance ArmBot and StaticMachine mechanics with trigger handling and reset functionality 2025-04-08 18:31:57 +05:30
Gomathi d76d09019e zone based assets added and 3d widgets dnd updated 2025-04-08 18:14:59 +05:30
Jerald-Golden-B b5ba3a0ce1 Refactor event handling and state management for StaticMachine and ArmBot types
- Updated `loadInitialFloorItems.ts` to streamline event data processing for StaticMachine and ArmBot types.
- Enhanced `copyPasteControls.tsx` and `duplicationControls.tsx` to support StaticMachine and ArmBot event data creation with proper UUID generation.
- Modified `moveControls.tsx`, `rotateControls.tsx`, and `transformControls.tsx` to include event data in the state.
- Improved `pathConnector.tsx` to handle connections for StaticMachine and ArmBot types, including deletion functionality.
- Updated store management to rename `useDeleteModels` to `useDeleteTool` for clarity.
- Adjusted type definitions in `worldTypes.d.ts` to include StaticMachine and ArmBot event schemas.
2025-04-08 14:56:45 +05:30
Jerald-Golden-B 272317991a feat: Extend simulation state types to include ArmBot events and update related components
- Updated RotateControls and SelectionControls to handle ArmBot events in simulation states.
- Enhanced PathConnector to manage connections involving ArmBot and StaticMachine types.
- Added ArmBotMechanics and StaticMachineMechanics components for managing properties of ArmBot and StaticMachine.
- Modified types in worldTypes to include rotation for ArmBot and StaticMachine events.
- Updated store to accommodate new ArmBot event types in simulation states.
2025-04-07 18:16:34 +05:30
Jerald-Golden-B c44629f07d Merge branch 'main' into simulation 2025-04-07 11:24:09 +05:30
Jerald-Golden-B 7060744ee1 feat: Add modeluuid assignment to userData in copy and duplication controls; log eventData and newEventData for debugging 2025-04-07 10:04:44 +05:30
Vishnu aefbcdded9 Merge branch 'main' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev 2025-04-07 09:04:04 +05:30
Jerald-Golden-B 58d82da349 refactor: Simplify eventData structure in controls and remove console logs from simulation 2025-04-05 16:15:11 +05:30
Jerald-Golden-B b89589d8ea refactor: Update connection identifiers from pathUUID to modelUUID across simulation components 2025-04-05 15:15:01 +05:30
Jerald-Golden-B 1cc877aee1 feat: Enhance simulation state management to include StaticMachineEventsSchema
- Updated various modules to accommodate StaticMachineEventsSchema in simulation states.
- Modified event handling in addAssetModel, deleteFloorItems, and loadInitialFloorItems to support new event types.
- Adjusted type definitions in worldTypes.d.ts to define StaticMachineEventsSchema.
- Refactored path management in processCreator and simulation to handle new event types.
- Ensured compatibility in selection and manipulation controls for StaticMachine events.
- Removed bug that made the other assets not droppable
2025-04-05 14:33:25 +05:30
Jerald-Golden-B 34aea0ecf1 Refactor AGV and PathNavigator components; add NavMeshCreator for improved navigation handling and added backend event storage for connections 2025-04-05 12:25:29 +05:30
Jerald-Golden-B e92345d820 Refactor simulation paths to simulation states
- Updated all instances of `simulationPaths` to `simulationStates` across multiple components including copyPasteControls, duplicationControls, moveControls, rotateControls, selectionControls, and others.
- Adjusted related state management hooks in the store to reflect the change from `simulationPaths` to `simulationStates`.
- Ensured that all references to simulation paths in the simulation logic and UI components are consistent with the new naming convention.
2025-04-05 10:12:28 +05:30
Jerald-Golden-B 8dc6b3949f refactor: update event handling in mechanics components to use socket communication 2025-04-04 17:46:19 +05:30
Jerald-Golden-B cf6946750b added backend connection for conveyor and vehicle mechanics 2025-04-04 16:57:18 +05:30
Vishnu cf4c026d79 update asset library URL, fix dropdown item comment, and adjust line color based on theme 2025-04-04 13:42:46 +05:30
Jerald-Golden-B d29ee03c44 refactor: remove console logs and enhance model userData structure 2025-04-03 19:46:52 +05:30
Poovizhi99 69ca2a3121 Merge remote-tracking branch 'origin/main' into simulation-agv 2025-04-02 19:12:23 +05:30
Poovizhi99 f5f74f35ad added avg paths 2025-04-02 19:12:14 +05:30
gabriel 721d3a3657 Merge remote-tracking branch 'origin/simulation-agv' into realTimeVisulization 2025-04-01 19:15:06 +05:30
Jerald-Golden-B d74b9969f4 Merge remote-tracking branch 'origin/simulation-animation' into simulation 2025-04-01 18:54:56 +05:30
Jerald-Golden-B 2043712f5d add backend api and socket for conveyor events 2025-04-01 18:52:21 +05:30
Poovizhi99 d2be2094eb functionality for grid distance 2025-04-01 18:16:11 +05:30
SreeNath14 fa05e0c9c6 Merge remote-tracking branch 'origin/simulation' into simulation-animation 2025-04-01 15:13:36 +05:30
Poovizhi99 e1ea4525d9 Merge remote-tracking branch 'origin/simulation' into simulation-agv 2025-04-01 14:29:56 +05:30
Poovizhi99 a9bfef7693 changed marketplace assets 2025-04-01 14:27:08 +05:30
Jerald-Golden-B 526befad20 refactor: update backend URL and added conveyor event storing in ackend 2025-04-01 14:25:42 +05:30
Vishnu b5833696a5 Simplify conditional rendering of Sun component based on theme 2025-04-01 12:08:54 +05:30
Vishnu a682d3dd1e Refactor UI components and styles for improved layout and consistency 2025-04-01 12:03:29 +05:30
Poovizhi99 21d96a31bc searching filtered assets 2025-04-01 08:58:56 +05:30
Jerald-Golden-B 66f5ea9628 Merge branch 'main' into simulation 2025-03-31 19:39:33 +05:30
Jerald-Golden-B e3a85c81e5 Refactor socket initialization to include organization and enhance asset event handling; remove unused console logs and improve asset data structure 2025-03-31 19:38:23 +05:30
Vishnu b125989ae7 Refactor styles for improved theme management, enhance input components, and add scene styles 2025-03-31 18:06:44 +05:30
Jerald-Golden-B b71fdbddbb Merge remote-tracking branch 'origin/simulation-agv' into simulation 2025-03-31 14:29:04 +05:30
Jerald-Golden-B 6e4c8282c5 Refactor AssetProperties layout, enhance PositionInput component with optional properties, and implement new asset event fetching logic 2025-03-31 14:28:24 +05:30
Poovizhi99 e1200f52d0 assets added based on categoryin builder 2025-03-31 12:07:25 +05:30