Commit Graph

35 Commits

Author SHA1 Message Date
7b5486590a created points using pen icon 2025-08-25 16:21:54 +05:30
fe95ea8d0b Update Path Drawing Component to Match Wall Drawing Component Behavior 2025-08-25 15:25:48 +05:30
d090b976b0 updated vehicle path based on wall data 2025-08-23 10:12:37 +05:30
7fb83417be Merge remote-tracking branch 'origin/main-demo' into feature/predefined-path 2025-08-22 09:12:02 +05:30
b623a92b9c added path curves 2025-08-22 09:10:37 +05:30
3f808f167d added predined path 2025-08-20 10:09:34 +05:30
b898c51927 added crane interialtion with other assets 2025-08-13 18:19:17 +05:30
5e025224d6 added pre defined paths in rough 2025-08-13 15:24:32 +05:30
0da9e8997c feat: Clean up commented code and improve asset handling in various components 2025-08-01 18:10:54 +05:30
0804c22a0b feat: Refactor aisle rendering components to use Instances for improved performance and rendering efficiency 2025-08-01 09:59:50 +05:30
88361b1623 human bug fix 2025-07-22 10:19:49 +05:30
9d3365ae86 bug fix 2025-07-17 14:31:57 +05:30
1d6d42b358 vehicle to human completed 2025-07-17 12:54:47 +05:30
fe09c3df56 human to conveyor, conveyor to human multiple actions completed 2025-07-17 09:44:08 +05:30
52ac89f8b7 added storage unit to human 2025-07-11 13:14:18 +05:30
992b854e00 Merge remote-tracking branch 'origin/dev-simulation/human' into main-demo 2025-07-10 11:08:30 +05:30
a8d505f9a9 bug fix 2025-07-09 17:15:24 +05:30
146976f338 Merge remote-tracking branch 'origin/dev-simulation/human' into main-demo 2025-07-09 09:42:16 +05:30
8c69aa52db feat: Refactor NavMeshDetails component to improve imports and utilize scene context for aisles and walls 2025-07-08 18:00:15 +05:30
9881346c7d Merge remote-tracking branch 'origin/dev-simulation/human' into main-demo 2025-07-08 10:32:57 +05:30
74094aee9f feat: Add assembly action handling and UI components
- Implemented `useAssemblyHandler` to manage assembly actions for humans.
- Enhanced `useHumanActions` to include assembly action handling.
- Updated `HumanInstance` to support assembly processes and animations.
- Modified `HumanUi` to allow for assembly point configuration and rotation.
- Created `AssemblyAction` component for setting process time and material swap options.
- Updated simulation types to include assembly action properties.
- Adjusted existing action handlers to accommodate assembly actions alongside worker actions.
- Refactored `MaterialAnimator` and `VehicleAnimator` to manage attachment states and visibility based on load.
- Updated product store types to include human point actions.
2025-07-07 15:00:16 +05:30
b957b609fa fix: Update event listener cleanup in DraggableSphere and DraggableLineSegment components 2025-07-05 11:37:20 +05:30
dee0a96287 Merge remote-tracking branch 'origin/main-dev' into feature/agv-edit 2025-07-05 11:20:50 +05:30
5a0978560c feat: Enhance vehicle simulation with draggable path points and interactive controls 2025-07-05 11:16:31 +05:30
508c88dce2 feat: Implement human event handling in copy and duplication controls
- Added support for handling "Human" type events in the copy and duplication controls.
- Created a new HumanEventSchema to manage human-related events, including position, rotation, and action details.
- Updated the HumanAnimator to improve rotation handling using quaternions for smoother transitions.
- Enhanced the HumanInstance to ensure proper synchronization of human positions and rotations.
- Integrated human event handling in the trigger handler for various interactions, including vehicle and machine actions.
- Introduced material drop functionality from vehicles to humans, allowing for dynamic interactions in the simulation.
2025-07-04 17:15:10 +05:30
02490214d9 feat: Enhance InputWithDropDown to support disabled state
fix: Update Model component to manage animation states and transitions more effectively

feat: Implement worker action handling in useWorkerHandler for material management

feat: Add MaterialAnimator to HumanInstance for dynamic material loading

feat: Extend useTriggerHandler to support interactions between humans and various entities

feat: Create WorkerAction component for managing load capacity and actions

feat: Introduce MaterialAnimator for human instances to visualize material loads

refactor: Update asset store to manage animation completion state

fix: Ensure proper handling of human materials in useHumanStore
2025-07-04 13:14:39 +05:30
7cf82629e9 completed init movement for human 2025-07-03 18:01:11 +05:30
1e715cee50 feat: Enhance human event handling and animation management, including state updates and monitoring 2025-07-03 16:55:30 +05:30
7519aa90c6 feat: Implement human simulation features
- Added human event handling in the simulation, including the ability to add, update, and remove human instances.
- Introduced a new Human store to manage human states and actions.
- Updated the simulation context to include human management.
- Enhanced the Points and TriggerConnector components to support human interactions.
- Refactored existing components to integrate human-related functionalities.
- Added HumanInstance and HumanInstances components for rendering human entities in the simulation.
- Updated TypeScript definitions to include human-related types and actions.
2025-07-02 15:07:31 +05:30
e589cb22b5 Refactor: Integrate activeLayer and builder store into SelectFloorPlan and LoadBlueprint components; enhance getWallPointsFromBlueprint function with additional parameters for wall creation; update wall handling in WallCreator and PolygonGenerator components. 2025-06-30 12:59:16 +05:30
812a4f6aef Refactor wall creator and socket responses; update nav mesh components and remove unused pillar functions
- Updated import path for getClosestIntersection in wallCreator.tsx
- Cleaned up socketResponses.dev.tsx by removing unused imports and code, simplifying the component structure
- Modified navMesh.tsx to remove lines prop and adjust NavMeshDetails accordingly
- Refactored navMeshDetails.tsx to remove lines dependency in useEffect
- Updated polygonGenerator.tsx to remove lines prop and commented out unused code
- Added getClosestIntersection helper function for better modularity
- Removed unused pillar-related functions and commented out code in addAndUpdateReferencePillar.ts, addPillar.ts, deletableHoveredPillar.ts, deletePillar.ts, and updateReferencePolesheight.ts
2025-06-27 16:54:38 +05:30
54b02541c1 updated 2025-06-23 09:37:53 +05:30
2fbdf8ab61 updated comparision 2025-06-12 17:35:42 +05:30
c7cc5cf2ca update assetID 2025-06-12 09:31:51 +05:30
e22a2dc275 first commit 2025-06-10 15:28:23 +05:30