openroboticmetaverse / orom_backend

orom - Backend of our open robotic metaverse platform
MIT License
1 stars 1 forks source link

Feature: Simulation State Machine #15

Open YannickP99 opened 1 month ago

YannickP99 commented 1 month ago

✨ Feature Overview

Implement a state machine for the simulation. Currently the simulation is automatically started on the container startup and one the simulation finishes or fails, the container closes automatically. A state-machine will enable more control over the simulation and prevent constant open and closing of containers if user needs multiple runs of simulation.

🚀 Proposed Solution

⚙️ Technical Requirements

❔Open Questions

Alternative Solution:

Think about use of load balancing and Kubernetes to control load - possible to control used resources on server -> talk to Oussama Raies