Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] variable speed signs
  • From: François Vaudrin <francois.vaudrin.1@xxxxxxxxx>
  • Date: Tue, 23 Nov 2021 06:09:25 +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=ylXw5Zobq6vjo2zU+te+ClPwSzmSoUYoRO47DX8Z5TY=; b=oLw5ZHKC61QM9JXR6RsDzOFSXeEaTHwfw5Vibx/mSOgYxmzcn1iorbta6VBD4+19MScZP6GAaQnNJMI1PrirgSANQ7orMg2uCi9P7aUt2BIGEn92GzwHUfxKbXTd7uZGLenzUkK65+zMDwlsWWy4YV5BXbJeCslPV+Qoggqb9I/TySF3M+a2F5P1niDpexcTZVZ1TWocWm2fz/DC7oHeEiH/7HybFkqAO1kO8dXd06sCdxOUcNcydxZAO+efKcO/E3CyVTmRWVR8hI3ml0M6G/DQFFrN7OzrTRCZpsZLLa4y9DgnhMpFQCq9ap7ZQ8R1vRDXvUXxX2VGjZe6ZEfNvw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=itRjfHnaVHc4lUGHbUSPqXagwBJLlq269+tRTe2/sqXynFJ9GPFHnoYTvGqohcWIDKmUDqFhU4qdmWpLShJNfK7Bu2kirPJgBAXBfYeKyhI0o1BqChjEHX+/epUMgYL9VQnz1q9zrwk7wYXO/JuELYheTbIG+Z/cvO3Wr0154FDe+uLZu2xKrisLth1uSoa3sAVsbfjvYU3tc/kGRIN4jBa8BQESgSJNjonadEuo3xVABqVC0Ltap5sHecpPZzfm7Wjn/lu6/WXPL1kgZG5tm0ZZBly3JN9QzYA6hV+Ll6odgxLk0RwqWLmEvcKCbLp/2FomNpsZzZQiB7Dt9EgEqQ==
  • 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: ba68ffe9-662e-679d-ae79-eda776ea9e7e
  • Thread-index: AQHX4DAdYYmeomQXm0eNj6t23ZaNxg==
  • Thread-topic: variable speed signs

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

Back to the top