Commit Graph

120 Commits

Author SHA1 Message Date
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 c5d4507400 feat: Log camera update response data for debugging purposes; adjust user position parameter in findEnvironment function 2025-04-05 17:40:46 +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 748a3d5eb0 Merge branch 'main' into simulation 2025-04-04 19:05:04 +05:30
Gomathi 6089c5538f Merge branch 'main' into rtViz 2025-04-04 18:50:12 +05:30
Gomathi baed3cd98b 3d editoption api added and rotation functionality added 2025-04-04 18:47:47 +05:30
Jerald-Golden-B 99a478f2e4 Merge remote-tracking branch 'origin/simulation-animation' into simulation 2025-04-04 18:05:38 +05:30
SreeNath14 c5ca0da1c5 "updated overall animation logics" 2025-04-04 18:02:53 +05:30
Nalvazhuthi 46d4308f9a display menu bugfix 2025-04-04 17:47:15 +05:30
Gomathi 60b778ff3d rotation added 2025-04-04 15:17:38 +05:30
Vishnu 719cfd04c4 Merge pull request 'simulation' (#41) from simulation into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/41
2025-04-03 14:28:12 +00:00
Jerald-Golden-B d29ee03c44 refactor: remove console logs and enhance model userData structure 2025-04-03 19:46:52 +05:30
Gomathi 22bb0332ac 3d widget editoption function added. 2025-04-03 19:31:25 +05:30
Vishnu 6d639edc43 update socket connection URL to include '/Builder' path 2025-04-03 09:58:55 +05:30
Jerald-Golden-B 7b9695f006 update socket connection URL to include '/Builder' path 2025-04-03 09:56:20 +05:30
Gomathi 194cdbbbee Merge branch 'main' into rtViz 2025-04-02 19:09:50 +05:30
Gomathi 238f76cb4c socket added for 3d and floating Widget 2025-04-02 18:49:18 +05:30
gabriel 09963d3337 resolved conflict and merged to main 2025-04-02 18:17:26 +05:30
gabriel f175822c3c Merge remote-tracking branch 'origin/main' into realTimeVisulization 2025-04-02 18:11:35 +05:30
Gomathi b828cb2437 socket added for 2d widget 2025-04-01 19:35:11 +05:30
gabriel 721d3a3657 Merge remote-tracking branch 'origin/simulation-agv' into realTimeVisulization 2025-04-01 19:15:06 +05:30
Poovizhi99 d2be2094eb functionality for grid distance 2025-04-01 18:16:11 +05:30
Gomathi 900723c14a server api changed for RealTimeVisulization 2025-04-01 15:16:54 +05:30
gabriel 03e7c32bfb Merge branch 'realTimeVisulization' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into realTimeVisulization 2025-04-01 14:27:19 +05:30
Poovizhi99 a9bfef7693 changed marketplace assets 2025-04-01 14:27:08 +05:30
Gomathi 695b066c81 deletepanel added 2025-04-01 11:33:10 +05:30
Poovizhi99 21d96a31bc searching filtered assets 2025-04-01 08:58:56 +05:30
Jerald-Golden-B 29ea88a58a Merge remote-tracking branch 'origin/rtViz' into simulation 2025-03-31 19:53:54 +05:30
Jerald-Golden-B a5cdd53568 Merge remote-tracking branch 'origin/realTimeVisulization' into simulation 2025-03-31 19:39:58 +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
gabriel bb5c9563d8 added donut and pole area chart and added its iot data 2025-03-31 19:22:37 +05:30
Gomathi 6b8ccc02c7 3d widget api added and template frontend and backend completed 2025-03-31 19:20:03 +05:30
Nalvazhuthi 9611ad69cf updated distanceLine and fix drag bug 2025-03-31 18:22:40 +05:30
gabriel ec87acb824 added input for name 2025-03-31 15:02:35 +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
Vishnu 8fc4453cee Refactor input styles, implement 3D toggle state management, and enhance FileMenu with dropdown options 2025-03-31 11:11:44 +05:30
Vishnu 7c85d2041e Merge branch 'rtViz' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into rtViz 2025-03-29 19:36:56 +05:30
Gomathi 6ccdb28f52 floatingwidgets Api and 3dwidget frontend and 2d widget delete Api and zonecameraUpdation 2025-03-29 19:21:20 +05:30
Jerald-Golden-B 13732a5679 added ui and integerated ui for the vehicle mechanics 2025-03-29 12:58:54 +05:30
Jerald-Golden-B 1ce24a64f1 refactor: standardize activeTool casing and enhance trigger mechanics with bufferTime 2025-03-29 10:24:47 +05:30
Vishnu 01588cf6c1 Merge pull request '3dWidget dnd and 2d widgets backend api updated' (#21) from rtViz into main
Reviewed-on: http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev/pulls/21
2025-03-28 13:57:58 +00:00
Vishnu 71310bdbdd Merge remote-tracking branch 'origin/main' into rtViz 2025-03-28 19:27:09 +05:30
Vishnu 74ae0d1e14 Merge remote-tracking branch 'origin/main' into realTimeVisulization 2025-03-28 19:23:08 +05:30
Gomathi c842b81611 3dWidget dnd and 2d widgets backend api updated 2025-03-28 19:13:20 +05:30
Jerald-Golden-B f46f29b88c Add MQTT URL to environment variables and refactor simulation components 2025-03-28 19:10:49 +05:30
gabriel 49af0ea3c9 added dynamic input based on graph 2025-03-28 18:17:45 +05:30
Gomathi 40589b2fd8 Merge branch 'main' into rtViz 2025-03-27 18:10:13 +05:30
Gomathi 2591de38da floating widgets data added 2025-03-27 18:04:16 +05:30
Jerald-Golden-B 3de7eedb80 Update styles, add marketplace components, and enhance drag-and-drop functionality 2025-03-27 15:14:29 +05:30
Jerald-Golden-B a7ec4720a4 Refactor path connections structure and remove unused connection logic 2025-03-27 14:34:36 +05:30
Gomathi dac7edb837 zone camera and target updation added 2025-03-27 12:28:17 +05:30
Jerald-Golden-B 2dfd34f27b Enhance MachineMechanics and InputWithDropDown components; add connections to path interfaces 2025-03-27 12:24:15 +05:30
gabriel 558236c458 Merge branch 'realTimeVisulization' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into realTimeVisulization 2025-03-26 18:46:00 +05:30
gabriel fee85f406c added api to fetch data 2025-03-26 18:40:00 +05:30
Gomathi 52127e5bda Merge branch 'realTimeVisulization' of http://185.100.212.76:7776/Dwinzo-Beta/Dwinzo_dev into realTimeVisulization 2025-03-26 18:34:11 +05:30
Jerald-Golden-B 2717da6bae Added Loading Screen, Integerated events ui 2025-03-26 18:33:51 +05:30
Gomathi 82aabc2004 zone camera updation and builder zoneadatas 2025-03-26 18:30:33 +05:30
gabriel 507698a96e added socket for chart 2025-03-26 18:27:58 +05:30
Nalvazhuthi f070fb96ac added marketplace cards 2025-03-26 13:57:41 +05:30
Gomathi 7883ed2936 Added drag and drop widgets, and zone datas 2025-03-26 12:28:22 +05:30
Nalvazhuthi 1d91d9c4a2 merged realTimeVisulaization with main 2025-03-26 09:49:28 +05:30
Jerald_Golden b44aeb986f upstream pull + signIn/Up 2025-03-25 17:34:20 +05:30
Jerald-Golden-B 1259b5fcc8 add new features and optimizations to simulation and builder modules 2025-03-25 16:35:54 +05:30
Nalvazhuthi 33632fd58e updated ui 2025-03-25 15:55:48 +05:30
Nalvazhuthi a84fe40486 updated pannels 2025-03-25 14:25:51 +05:30
Jerald-Golden-B 2303682a15 add initial components and utility functions for simulation and builder modules 2025-03-25 14:00:03 +05:30
Vishnu 61b3c4ee2c first commit 2025-03-25 11:47:41 +05:30