Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Problem with Sumo for visualization
  • From: Julien Leplat <julien.leplat@xxxxxxx>
  • Date: Fri, 13 Dec 2019 12:47:55 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=esme.fr; dmarc=pass action=none header.from=esme.fr; dkim=pass header.d=esme.fr; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jHiZU+louxQgYRP4oKdYsFyqMgfZayjO77hyHVYiMr0=; b=MNsEOjdQIGD5FkaSYXzMkrCOW50jXb0qrdCrQizmxP48cn15xsystM7upkEvvG8iMP5+HL4vIA5o0wwtXhBGAS1t+tbrUcFoNkTuqSv/gO1kHdQ/vojyMRbEYMnTtz5l/mrzDBPIacm7XiGZDUVCZ02EaJqb/5Pc84/RDC1IbfRgec/e2oaLwdhrDWYM6oH1J5jVCIlIYe4iAMbCc54+umwbBO7z/IWeIVxh/gYXoEy76An5IL9R9L7fvDWjTiSt49CJL1cuwSvZB6hWv5Vs+PstN7cCbZP9UOK3cVT477clRiodvBvJszeVRR2zEojE/dkscKr2jeOITzNeCN2l6Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=FnRNh8ezA7PxiWqOW/+3hIlH7Zy5+G1bHOj32TfX+vCJM27WWcrvT0WBsoGpLfDNx4ibHtfmybvEwW1h+z0lUncAAIr+pW8Sqoeoa5DrjiSS9+qC4WPTB10b2XMt5xivx7YSXPkIAHzFyht5fPfrC8SXjnkDe9dW9HHngnXTzVW3JGz0p+CsCSZqpz+va0EV397zRmAWEzviZnlZcz0nJgKnXQhYxhnyDaRAsODji4xw6IpFIXb9LcD5o6HHpPkubwNk+Tmi2Ct22tfKpKUuVdbORH5aO8Wdn4Wf8k6/GSRgzq0XhAZIHtsrqZ5OIC1LwYHRer/i7igNoE1ghrdE2Q==
  • 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: AdWsSTwYhb0TBDivTT2a/I5VviLNcwAFr0YAAVTHPwA=
  • Thread-topic: [sumo-user] Problem with Sumo for visualization

Hello Mirko,

 

I tried to use what you said me before but it doesn’t work.

For example, when I use the plot_trajectories.py with:

python plot_trajectories.py fcd.xml -t td -o plot.png -s

and i have the message “SyntaxError: invalid syntax” .

 

Could we have more details to use the tools for visualization ?

 

Regards

Julien

De : sumo-user-bounces@xxxxxxxxxxx <sumo-user-bounces@xxxxxxxxxxx> De la part de Mirko Barthauer
Envoyé : vendredi 6 décembre 2019 19:07
À : sumo-user@xxxxxxxxxxx
Objet : Re: [sumo-user] Problem with Sumo for visualization

 

Hello Julien,

this message is given when the script is called without the path to the SUMO network file. You do this using the -n/--net switch: "-n path/to/your/net.net.xml". Have a look at the option list in the SUMO docs.

Regards
Mirko

Am 06.12.2019 um 16:43 schrieb Julien Leplat:

Hello,

 

We are French students and we use Sumo for a project.

We have a problem with the software. We want to make a visualization (like colored map or diagram) of a simulation in SUMO. We looked at the tuto ( https://sumo.dlr.de/docs/Tools/Visualization.html) and the FAQ on the website. We use SUMO version 1.3.1  .

 

We execute the program “plot_net_dump.py” for example with “spyder” which is a python software. But it doesn’t work and we have this error’s message :

Error: a network to load must be given.

An exception has occurred, use %tb to see the full traceback.

 

SystemExit: 1

 

Could you give me more details of how make visualization of simulation ?

 

Cordially

 

 



_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top