Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] troubleshoot warnings from sumo sim
  • From: mrosales <mrosales@xxxxxxx>
  • Date: Thu, 8 Feb 2024 21:12:45 +0000
  • Accept-language: es-MX, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=unam.mx; dmarc=pass action=none header.from=unam.mx; dkim=pass header.d=unam.mx; 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=AjEfY6MyyJwzJ6zmUbKprnuRxLyX5+hBH/s4WXsPB/o=; b=WO86vLtvqWruIVEOR31typIkdlenXIXKhH2dqydqVirAH2OvRIonKp5rZqJRoFtv3b7LYCujVEBhb/NXInR8cwLxmvUydZvov7+Tog7+E9CAz8YYgocJj28AwvubTjwAVQTQN0z/1d44Q9zWEZjaPnto9m/UWU736fctNwHeqzD7invFLIdrcNNUvjnM3v28IxsKgFHQF0bQtOQHJHGXrUHdBVzwO5gRVHYyC8ynHiTr7zcTZXwnIeK9DpRsSYu+eQ/b7Xg1BnHfYEND3S4IdK1j6gAOjD4j88bYGYrYTqJOTTfjXMBltv1GHNynOQ1Oc5PFuz0br8QtGTi7zHoKqw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=XpVz7GReitUbUbt28KB9l3DQdK4lzbfp4MiQr5Is4PXBg56bpZ+64X6Nnaxc5q//12IaSNtXDpCsCXPNnD5XKCv+3qXBXm4IFwoGxBNR6cDUrIc+aIX8fpzs05in7knV5WE+NaddBgfjbUmcjAljwLliwWQI4tJ6c2M50l6HYMmHQXCwbT98Q7fa6EPTj4XscJZyZC+e/V8W8zO9Z6Xxf+JlJ68KDVFCSo/mbgJ9vBqz3eoJz1A3Fs1ao/q31oMQbUAem8y1TkIRN4D6onzXZ2PUM2wJcFQ4YiwJ3p33pivtT7pqHXOtHsLlu5nNoXdTfnOD7c6YJd1iCYKPPNfoew==
  • 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: AdpaF6gFFQ9QzcH3RY2/pHZl1x5JygAuyPNQ
  • Thread-topic: troubleshoot warnings from sumo sim

For silence warnings:  run sumo or sumo-gui with the option --no-warnings
You can control and automatize scenarios using TRACI LIB from Python.
You can for example run several initial conditions in your scenarios and saving systematically.

https://sumo.dlr.de/docs/TraCI.html

 

Examples using TRACI:

https://sumo.dlr.de/docs/Tutorials/TaxiService.html

https://sumo.dlr.de/docs/Tutorials/PublicTransport.html

 

Kind regards

Manuel H Rosales

 

 

De: sumo-user <sumo-user-bounces@xxxxxxxxxxx> En nombre de Hector A Martinez via sumo-user
Enviado el: miƩrcoles, 7 de febrero de 2024 04:53 p. m.
Para: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
CC: Hector A Martinez <hmartinez@xxxxxxxxx>
Asunto: [sumo-user] troubleshoot warnings from sumo sim

 

Good evening sumo community,

 

I am having a lot of warnings that I want to determine if they are significant to fix or if there is a way to silence them all together if they are not significant. I am looking to run scenarios that go for more than one day of rail and trucking traffic for logistics scenarios. I need to find a way to automatically batch fix these or some other efficient remedy.

 

Here are examples (I get a lot of these):

Warning: Unequal lengths of bidi lane ':1037018510_3_0' and lane ':1037018510_0_0' (21.89 != 21.86).

Warning: Unequal lengths of bidi lane ':cluster_1036691204_1036691275_0_0' and lane ':cluster_1036691204_1036691275_4_0' (13.31 != 13.28).

Warning: At actuated tlLogic '110353342', linkIndex 2 has no controlling detector.

Warning: At actuated tlLogic 'cluster_110338816_8144618003_8389622682', linkIndex 5 has no controlling detector.

Warning: At actuated tlLogic 'joinedS_110522579_cluster_110387067_5907230855', linkIndex 21 has no controlling detector.

Warning: Vehicle 'truck_A' performs emergency stop at the end of lane '623957716_1' because of a red traffic light (decel=-16.76, offset=14.98), time=869.00.

 

Thanks in advance,

 

Hector A. Martinez, P.E.

Transportation Researcher, Resilient Transportation and Logistics LTM

MITRE | National Security Engineering Center

813.207.5365

 


Back to the top