IRL2 / nanover-server-rs

Other
0 stars 1 forks source link

Add a way of starting a server with the simulation paused #151

Closed rhoslynroebuck closed 1 year ago

rhoslynroebuck commented 1 year ago

For the user study we would like to start the server before the simulation is actually needed. Can we add a way of pausing a simulation when starting a server? Then the simulation can be played only once the user needs it.

jbarnoud commented 1 year ago

Would that work for you:

In both cases, the simulation starts paused, and a client needs to run the "playback/play" command for the simulation actually to run.

rhoslynroebuck commented 1 year ago

yeah this sounds good.