roborescue / rcrs-server

RoboCup Rescue Simulator
BSD 3-Clause "New" or "Revised" License
38 stars 45 forks source link

GUI exits automatically after all timesteps complete #73

Open XZJIsme opened 15 hours ago

XZJIsme commented 15 hours ago

After completing all timesteps, the GUI automatically closes. I've been unable to find a way to prevent this behavior. Ideally, the GUI should remain open for further interaction or review once the process is complete. Any suggestions or guidance on how to keep the GUI active after all timesteps are finished would be greatly appreciated.

gnardin commented 3 hours ago

Dear @XZJIsme This is the normal behavior of the simulator. There is no way to prevent this behavior. If you want to analyze the simulation, you can use the LogViewer, a tool designed to inspect the simulation after it has finished. It allows you navigate manually through the simulation steps and check property value of different entities in the map.

Refer to the Section 4.4 in the manual RoboCup Rescue Simulator Manual to know how to run the LogViewer. Unfortunately we do not have a manual explaining how to use the tool itself.

Please let us know if you have any further questions.