Commit Graph

57 Commits

Author SHA1 Message Date
Vishnu 520cd5f581 Merge remote-tracking branch 'origin/v2' into v2-ui 2025-05-08 15:31:25 +05:30
Jerald-Golden-B 12b12d9eb0 Refactor VehicleAnimator and VehicleInstance: remove unused material handling logic and clean up code for improved readability. 2025-05-08 15:20:37 +05:30
Nalvazhuthi 307d2eabee Refactor API service functions for improved error handling and code consistency
- Updated signUpApi, deleteZonesApi, getZonesApi, setZonesApi, and other API functions to enhance error logging with echo.error statements.
- Reformatted function parameters for better readability.
- Removed unnecessary comments and console logs.
- Ensured consistent error messages across all API functions.
- Improved code structure for better maintainability.
2025-05-08 15:19:21 +05:30
Poovizhi99 2e19637173 changed unloading function into callback function 2025-05-08 14:56:21 +05:30
Jerald-Golden-B 7000a5942f Enhance vehicle material management: add removeLastMaterial function to useVehicleStore, update useTravelHandler and VehicleAnimator for improved material handling, and refine MaterialAnimator rendering logic. 2025-05-08 14:38:38 +05:30
Jerald-Golden-B 7cc0a83075 Refactor vehicle material handling: update MaterialAnimator and VehicleInstance to use currentMaterials array, and modify useVehicleStore for material management 2025-05-08 14:00:36 +05:30
Jerald-Golden-B 33a9aa6ce5 Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-05-08 13:45:50 +05:30
Jerald-Golden-B 19e23501a4 Implement action handlers for conveyor, robotic arm, and vehicle, including logging and material management 2025-05-08 13:43:37 +05:30
Poovizhi99 d329fe3eef corrected steering rotation for vehicle 2025-05-08 13:42:05 +05:30
Poovizhi99 c5bf98a534 merged with main branch 2025-05-08 10:55:31 +05:30
Poovizhi99 b701db7455 added steering for vehicle 2025-05-08 10:47:21 +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
Poovizhi99 2a132b7f9f added material types for vehicle Model 2025-05-05 15:29:37 +05:30
Poovizhi99 7247443e38 added rough material for agv vehicle 2025-05-05 14:28:34 +05:30
Jerald-Golden-B 13af6c2c67 Refactor conveyor mechanics and action handlers: update spawn count, interval, and delay handling; enhance material management in useMaterialStore; implement spawn action handler; unify action handling across various components. 2025-05-03 18:36:30 +05:30
Jerald-Golden-B 75699e7199 Refactor multiple components: streamline action handling in ActionsList, RoboticArmMechanics, and Trigger; update vehicle and robotic arm data management in Products and Vehicles; unify action naming in loadInitialFloorItems, copyPasteControls, and duplicationControls; enhance ArmBotUI with selected event sphere integration. 2025-05-03 12:25:10 +05:30
Jerald-Golden-B 9233bb97c8 Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-05-03 10:12:02 +05:30
Poovizhi99 ad63a8d72b added actions for machines 2025-05-02 18:40:22 +05:30
Gomathi 39c86b6fc1 consoles cleared 2025-05-02 18:34:44 +05:30
Jerald-Golden-B 66b3d75500 Refactor VehicleAnimator component: update agvDetail type to VehicleStatus, ensure objectRotation is defined before use, and adjust object rotation handling to utilize agvDetail's rotation values. 2025-05-02 14:59:19 +05:30
Jerald-Golden-B 01a03f5166 Refactor action updates to include productId in updateAction calls across mechanics components; enhance event handling in product store and trigger management. Add clear functions for various stores to reset state. Update action and trigger management to prevent duplicates and ensure integrity. Adjust initial load actions to use consistent naming conventions. 2025-05-02 13:13:41 +05:30
Jerald-Golden-B 34c30bb5a2 Enhance Machine and Vehicle components: add current action management and update machine sample structure 2025-05-02 12:11:09 +05:30
Jerald-Golden-B 928c683a79 Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-05-02 11:36:12 +05:30
Poovizhi99 2a669f6337 removed sample data and worked with schema for agv 2025-05-02 11:15:11 +05:30
Jerald-Golden-B 571da0a78a Refactor Machine and TriggerConnector components: enhance event handling for machine points and streamline vehicle status sample initialization 2025-05-02 10:50:52 +05:30
Jerald-Golden-B 29efeab387 Enhance event handling and backend updates across mechanics components; refactor trigger management in TriggerConnector 2025-04-30 20:16:26 +05:30
Jerald-Golden-B a20170f69e Remove commented console log for vehicles in Vehicles component 2025-04-30 11:49:58 +05:30
Jerald-Golden-B 3ed43ed16a Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-04-30 11:49:15 +05:30
Jerald-Golden-B 014bc3a7ca Refactor model identifier naming conventions from 'modeluuid' and 'modelname' to 'modelUuid' and 'modelName' across multiple modules for consistency and clarity. Update related API calls and local storage handling to reflect these changes. Remove unused deleteProductDataApi service and implement deleteProductApi service for product data deletion. Introduce steeringAngle property in vehicle configurations. 2025-04-30 11:46:20 +05:30
Poovizhi99 4b87650528 added ui and its functionality for changing position of vehicles pickup-point and unloadPoint 2025-04-30 11:32:13 +05:30
Poovizhi99 9574d70b56 added ui for changing position of vehicles pickup-point and unloadPoint 2025-04-30 09:15:21 +05:30
Poovizhi99 fdf10589a7 Merged With AGV-UI 2025-04-29 12:56:20 +05:30
Jerald-Golden-B ea53af62c4 Refactor vehicle simulation components for improved path handling and state management
- Updated PointsCreator component to enhance event data selection and keyboard handling.
- Refactored VehicleAnimator to streamline animation logic and reset handling.
- Simplified VehicleInstance logic for better clarity and maintainability.
- Modified vehicle data structure to include rotation information for pick-up and unload points.
- Adjusted TypeScript types to reflect new vehicle point schema with nested position and rotation properties.
2025-04-29 10:33:30 +05:30
Poovizhi99 4dd0840980 Merge remote-tracking branch 'origin/simulation-agv-v2' into simulation-agv-v2 2025-04-29 10:26:32 +05:30
Poovizhi99 3e1fc1c919 added pause-play-rest-exit functionality 2025-04-29 10:20:58 +05:30
Nalvazhuthi 979f71d43f Added vehicle UI 2025-04-29 10:18:05 +05:30
Jerald-Golden-B 62bfce104c Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-04-29 09:11:34 +05:30
Poovizhi99 4b4fe53ee4 play-pause-rest actions 2025-04-28 18:51:16 +05:30
Gomathi dc77d9ed43 armbot trigger events added 2025-04-28 12:08:57 +05:30
Poovizhi99 29d38b4b40 merged with v2 2025-04-28 11:43:06 +05:30
Jerald-Golden-B 2424fa2e15 fix: Remove unused material property from vehicle action definition 2025-04-25 19:41:05 +05:30
Jerald-Golden-B 475e5673ae Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-04-25 19:40:46 +05:30
Poovizhi99 f1e55d9abc merged with orgin/v2 2025-04-25 19:31:46 +05:30
Jerald-Golden-B 81b353307b feat: Integrate upsertProductOrEventApi in Simulations and Products components; adjust loadInitialFloorItems to accept renderDistance parameter; update material handling in addAssetModel and Vehicles components 2025-04-25 18:29:01 +05:30
Poovizhi99 70a99316ba added stationed-pickup and pickup to drop functionality added 2025-04-25 17:57:38 +05:30
Jerald-Golden-B faed625c2a feat: Update VehicleAnimator and VehicleInstances components to enhance path handling and integrate vehicle data 2025-04-23 13:03:27 +05:30
Jerald-Golden-B f8a6021b4e feat: Refactor VehicleInstance component to include path computation and state management 2025-04-23 12:35:34 +05:30
Jerald-Golden-B 2e71f31e71 Merge remote-tracking branch 'origin/simulation-agv-v2' into v2 2025-04-23 12:35:19 +05:30
Poovizhi99 71effecb32 added useframe 2025-04-23 12:31:37 +05:30
Jerald-Golden-B a965a403ee feat: Add robotic arm components and integrate IKInstance; refactor vehicle status sample type 2025-04-23 12:29:16 +05:30