Commit Graph

10 Commits

Author SHA1 Message Date
29d38b4b40 merged with v2 2025-04-28 11:43:06 +05:30
f1e55d9abc merged with orgin/v2 2025-04-25 19:31:46 +05:30
70a99316ba added stationed-pickup and pickup to drop functionality added 2025-04-25 17:57:38 +05:30
f8a6021b4e feat: Refactor VehicleInstance component to include path computation and state management 2025-04-23 12:35:34 +05:30
2e71f31e71 Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-04-23 12:35:19 +05:30
71effecb32 added useframe 2025-04-23 12:31:37 +05:30
58b0e779fd Revert "Merge remote-tracking branch 'origin/simulation-agv-v2' into v2"
This reverts commit 27c7072cc9, reversing
changes made to cd737ed74c.
2025-04-23 12:27:02 +05:30
4ad5e1255b added functionalities for vehicle 2025-04-23 12:25:52 +05:30
bcc908bfca added static agv 2025-04-23 09:13:33 +05:30
6363d5b9af feat: Implement Zustand stores for machine, simulation, storage unit, vehicle, and visualization management
- Added `useMachineStore` for managing machine statuses, including actions for adding, removing, and updating machines.
- Introduced `useSimulationStore` to handle product and event management with actions for adding, removing, and updating products and events.
- Created `useStorageUnitStore` for managing storage unit statuses, including load tracking and state updates.
- Developed `useVehicleStore` for vehicle management, including load and state updates.
- Implemented `useChartStore` for managing measurement data and visualization settings.
- Added `useDroppedObjectsStore` for handling dropped objects in visualization zones, including object manipulation actions.
- Created `useZone3DWidgetStore` for managing 3D widget data in zones, including position and rotation updates.
- Introduced `useZoneStore` for managing selected zone states and widget configurations.
2025-04-22 14:28:29 +05:30