simulation #64

Merged
Marikannan merged 5 commits from simulation into main 2025-04-15 13:11:16 +00:00
Collaborator
  • Added StaticMachine component to manage static machine states and interactions.
  • Implemented StaticMachineInstances for handling individual machine behaviors.
  • Updated ArmBot and related components to support interactions with static machines.
  • Refactored process handling to include ArmBot actions and trigger management.
  • Improved type definitions for simulation types to accommodate new features.
  • Renamed simulation type imports from simulation to simulationTypes across multiple files for consistency.
  • Consolidated simulation type definitions into a new simulationTypes.d.ts file.
  • Updated relevant components (e.g., ArmBot, IkInstances, PathConnector, etc.) to use the new type definitions.
  • Removed the old simulation.d.ts file to clean up the codebase.
  • Adjusted function signatures and state management in components to align with the new type structure.
- Added StaticMachine component to manage static machine states and interactions. - Implemented StaticMachineInstances for handling individual machine behaviors. - Updated ArmBot and related components to support interactions with static machines. - Refactored process handling to include ArmBot actions and trigger management. - Improved type definitions for simulation types to accommodate new features. - Renamed simulation type imports from `simulation` to `simulationTypes` across multiple files for consistency. - Consolidated simulation type definitions into a new `simulationTypes.d.ts` file. - Updated relevant components (e.g., `ArmBot`, `IkInstances`, `PathConnector`, etc.) to use the new type definitions. - Removed the old `simulation.d.ts` file to clean up the codebase. - Adjusted function signatures and state management in components to align with the new type structure.
Jerald_Golden added 5 commits 2025-04-15 13:08:57 +00:00
5cef9bdb8a Refactor simulation types and update imports
- Renamed simulation type imports from `simulation` to `simulationTypes` across multiple files for consistency.
- Consolidated simulation type definitions into a new `simulationTypes.d.ts` file.
- Updated relevant components (e.g., `ArmBot`, `IkInstances`, `PathConnector`, etc.) to use the new type definitions.
- Removed the old `simulation.d.ts` file to clean up the codebase.
- Adjusted function signatures and state management in components to align with the new type structure.
5b42bd9c40 feat: Enhance simulation with StaticMachine integration and ArmBot updates
- Added StaticMachine component to manage static machine states and interactions.
- Implemented StaticMachineInstances for handling individual machine behaviors.
- Updated ArmBot and related components to support interactions with static machines.
- Refactored process handling to include ArmBot actions and trigger management.
- Improved type definitions for simulation types to accommodate new features.
Marikannan merged commit 1607532cf4 into main 2025-04-15 13:11:16 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dwinzo-Beta/Dwinzo_dev#64
No description provided.