Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [EXT] Re: Playback my simulation in SUMO GUI
  • From: Hector A Martinez <hmartinez@xxxxxxxxx>
  • Date: Wed, 4 Sep 2024 11:42:55 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mitre.org; dmarc=pass action=none header.from=mitre.org; dkim=pass header.d=mitre.org; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=6rT8hLzuNoPbioA3/EdHSQRMszmt2rDlKEDEzECxxgw=; b=dHZGKBOsLMS78WmxE6Tv+EDAPqW9MjQdmeUnp58p0V/T5QKaF7vxyzCNd+w2d1DLLrMy3FBBkItSu1FrYun3f10rRRPF+RletaIprKqH2dWRHy0V5rPNiqDFu4yUsPDvPf1FKa5UdPOboU90VMjgXJCSWpgP9edbmzE6k/BJLqwl56bI1UYr5yY6aOFTqSKHRGEBWPEkqApfvTota/vs7YPglxB7Bw6fybGnwl71yrUIzWZdOtcbjQTSyJoHzY3yNY3A9VH/sKPqo7YbhLGqlWmE8rW0KYIk+y1wXV+kkObeBYMvWCjkvz+sMyQeVZ1oCqo/bQO5QzX1W4Oq5p6esg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=p4a3YPyXtBujwA1NXs1xLg6iJPx8zDIboEteYYedDh5YXsCckBKnDBtwsJfzrNvcRSvFTHZPCzZz84HjltK+u8DH7nLaBgd0ee1F8+JNSbcrGLYKPurWtM86dX+O5Jq7ktCAmojGbHpoV1MohmXstLH+87qx7MxXu/hTP3RVKtvXO6+kA6bej2u/5ZzqKamHHsyHOsUw5/CNdBT12vJvc0yarFHdZFFOQlQoU4HyICbQRr3RwMwzvsnowHHPb+XCw+YPFdSEX/T+Z6ocmWolDJYooXvZIzzD726pw2X8MUm4SGUeYoRMCi5zkjdq9B6yu+VIlOY1BFlmTthPeY871w==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: Adr5Vuy/tKW6qFdLTr6NIx3b4dcE8gAJIJIAAVDppSA=
  • Thread-topic: [EXT] Re: [sumo-user] Playback my simulation in SUMO GUI

Good morning sumo users,

 

I have a follow up question to the below.  I am now saving state of my sim but when I replay the saved state, it only runs for 15 seconds.  I was under the impression that it would run for an extended period from that state on.  Any advice on what I am doing wrong?

 

I would like to run the save state for say 2 simulation hours without having to save 15 seconds chunks of time. Appreciate any recommendations.

 

Thanks,

 

Hector A. Martinez, P.E.

MITRE | Solving Problems for a Safer World (R)

813.207.5365

 

 

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> On Behalf Of Jakob Erdmann via sumo-user
Sent: Wednesday, August 28, 2024 2:53 PM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Cc: Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Subject: [EXT] Re: [sumo-user] Playback my simulation in SUMO GUI

 

The latest development version provides option --device.fcd-replay.file which can load an fcd-output file to replay vehicle movements. All simulation metrics should work as usual. However, it's not necessarily much faster than running the

The latest development version provides option --device.fcd-replay.file which can load an fcd-output file to replay vehicle movements. All simulation metrics should work as usual.

However, it's not necessarily much faster than running the original simulation.

An alternative is running the simulation with repeated state-saving (https://sumo.dlr.de/docs/Simulation/SaveAndLoad.html#saving_periodically)

You can then load a state file from within sumo-gui (in the 'Simulation' menu) and then run forward from this point.

 

Am Mi., 28. Aug. 2024 um 16:40 Uhr schrieb Hector A Martinez via sumo-user <sumo-user@xxxxxxxxxxx>:

Good morning Sumo user community,

 

Have a potentially silly question. Curious to learn if there is a capability I can use to play back a simulation for demo purposes.  Does the open-source tool offer a way to run the simulation and be able to play it back later, go to a time of interest in the sim, zoom in on an event or vehicle, look at metrics, keep running it, go forward, etc.? Like a video but with more capabilities on the GUI.

 

Or is there a detailed output file I could generate and open on the SUMO GUI that would allow me to do the above?

 

Thanks in advance,

 

Hector A. Martinez, P.E.

MITRE | Solving Problems for a Safer World (R)

813.207.5365

 

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top