Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Warning occurs when using the tls_csv2SUMO.py tool
  • From: Louis Tümmler <l.tuemmler@xxxxxxxxxxxxxxxxxx>
  • Date: Thu, 27 Jan 2022 12:01:20 +0000
  • Accept-language: de-DE, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; 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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=I/1uXpEYaIcQdmUpwa1kwFRMydHFfjLvLnye9jjFp6c=; b=LaQKJBiiDaTfrjvjitLC63y0zM2b7X3XvxMeWa1mImbrgEsQU/V1wsnYkx9fgFrEa2Z7c6DNKYboiCkG0AP29iQUsqlYjJf73sXIJdKVpp20a2FNByHI5im9tNF/2DarBfjqsNKs86VOD8bBLmMm2N1kmyACZWb270DyHD1VEfDZ12CkEBu4MHHoUqxypsQ1U1v1DLOhdBSZwX2qfmmCr018gH0ZSDWLJw/qFh0qi/3INZUF/qcuz4x/FUkAxpSt5eTxFQvBpxq6hGUkEBhVOr2z3DKNOe62KevjgmhsOZm6MmQSFPj+eoEKRD5KVY+TZDhJZ1M2oXRiLiyP/B+ScQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=er4Nl1vXYZ4hOrb2O2hN5dXlQ8pvaKzFhqqJKdomh9ZpQlVuxX08GGdwjRcgc4Ulpk6IDFhrzDg6YFFBgUotMHHgrjm45KN7Di3WI6Jhd64PvI7uvyQ561CGutoP1hvC1fWCD3GNHPR+jq4iBWk50g/2pCDfF9jIDcuyPnCm0rLBU1synF3eEAZLuvKm0fszP0mDJFVdtlOTmsG/ud9hlB2uFYo27I1M6WnqavCmzuA9X0IzchIvsjmaAUP+vS2LXsLfrycR23/NQeUcoyKRqWbnH06GlhX5XQBGVj2ztkan9q4KcJhU4m20EZ0J/Z5J/CrBX5nA8RnF74Ma75ltjg==
  • 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: AdgTdYtN0hviWrhbTTif97XoUDHhbg==
  • Thread-topic: Warning occurs when using the tls_csv2SUMO.py tool

Hello SUMO-Team,

 

I am currently trying to import a static traffic light programm using the csv2SUMO tool.

A csv-file according to the example from the SUMO-website has been created. I checked the file for missing values or connections but haven´t found any.

Yet I get the following warning when I try to implement the program:

 

<add>

    <tlLogic id="cluster_1894106829_33124325_9255883493" type="static" programID="1" offset="0">

missing value O at 0 (1); setting to g

        <phase duration="26" state="Go"/>

        <phase duration="5" state="yo"/>

        <phase duration="2" state="ro"/>

        <phase duration="7" state="ro"/>

        <phase duration="10" state="ro"/>

    </tlLogic>

</add>

 

When i check the program afterwards nothing has changed.

Does anyone know what the problem might be?

 

 

Thanks in advance

 

Louis


Back to the top