Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] OK... RE: variable speed signs
  • From: François Vaudrin <francois.vaudrin.1@xxxxxxxxx>
  • Date: Tue, 23 Nov 2021 08:01:01 +0000
  • Accept-language: fr-FR, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ulaval.ca; dmarc=pass action=none header.from=ulaval.ca; dkim=pass header.d=ulaval.ca; 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=MRmmlnDi+5ep3vj6P3//F7+TumT4Bb7BV9Icf8vVjQA=; b=QRHsephDDnsFuwKlBLOKUWhgA0fpFJ2q2tDGvCxdygJVSs3m0cMv8oVkho7vI2WcG0ARdj+lY3CvlLAx0219VOu8g1gqIjq16bzE10M0Q4v0luSshNb4i321EmMcnAhm9f72ARxo5RU5H/jia8uX9Fl115rMbuUdt6yMvTExuIdTacFU+kme+QBZ8hCvyQGVJzkfUgIlf3TpmR91BazGKGac6diem8Bqy2aTeqgU56HWRlqi5YYVRRX9t8o3HWu5ULGA3QINqm3zaRC/4HW0gaPdsvo0huu4AW99smu/KIzv/7aDVGDzyAQITq2XbfVePgpQLOxLKXvnO7syydr71A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=fILEGHu6+Vs1BeXFgpVQHVASjGUlvMxKRaCt02GJkSRYQizuvQdrEWO66T/xBzC0Hu4r4+JRNlNi2hGfbpbvX+jY5GnDz8cfbPCdSC9TTIzFcFOwci07mSz20vGa/KeHV2aznt0t/sBck49I4aPrNY5fj5yGyTZbzxZoSPBTmgAFYMATpqh9mJOcr7ATlyNRseJW+EVFsJJeFt4Kk6peV7qAR/OBjQbDXXB0QsLiYbETK8xKv9PuoDvUbv8V041aJ8AU1B5eh0+kSyfN0vsbXYtPRwBfkWqUDL7lntwgBKquhtleyXyxMX0y8yl8uQrby6H6nFi5LopvhbYnhKFqBA==
  • 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>
  • Suggested_attachment_session_id: 1a916d1a-6a5a-aad7-0321-7a9b15c93df9
  • Thread-index: AQHX4DAdYYmeomQXm0eNj6t23ZaNxqwQrHEAgAAFKUiAAA0j/w==
  • Thread-topic: OK... RE: [sumo-user] variable speed signs

Hallo Jakob,

I changed a few settings in the .rou.xml file and did some more testing.
It works now. 

Thanks for your help and sorry for the inconvenience.

François



De : François Vaudrin <francois.vaudrin.1@xxxxxxxxx>
Envoyé : mardi 23 novembre 2021 02:14
À : Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Objet : RE: [sumo-user] variable speed signs
 
Hello Jakob,

Here are the files.

Best

François


De : sumo-user <sumo-user-bounces@xxxxxxxxxxx> de la part de Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Envoyé : mardi 23 novembre 2021 01:50
À : Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Objet : Re: [sumo-user] variable speed signs
 
I cannot tell the speeds from your screenshot. Can you attach simulation files?

Am Di., 23. Nov. 2021 um 07:09 Uhr schrieb François Vaudrin <francois.vaudrin.1@xxxxxxxxx>:
Hello,

 I added a few variable speed signs at the end of the network to gradually slow down traffic, but vehicles ignore the new posted speed. They continue to drive at maximum speed (100 km / h) even if the signs indicate 85 km / h, 70 km / h and 50 km / h. The panels are displayed well during the simulation.

    <variableSpeedSign id="VSS_220_0" lanes="220-230_0" > 
  <step time="100" speed="23.61"/>    
  </variableSpeedSign>
  
   <variableSpeedSign id="VSS_220_1"  lanes="220-230_1" > 
  <step time="100" speed="23.61"/>    
  </variableSpeedSign>
  
     <variableSpeedSign id="VSS_230_0" lanes="230-250_0" > 
  <step time="100" speed="19.44"/>    
  </variableSpeedSign>
  
....    
  
    <variableSpeedSign id="VSS_250_0" lanes="250-300_0" > 
  <step time="100" speed="13.89"/>    
  </variableSpeedSign>
  
same speed before and after the sign

Thank you

François
_______________________________________________
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