Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Traffic light and Vehicle Interaction
  • From: sjha2 <sjha2@xxxxxxxxxxxxxxxxx>
  • Date: Wed, 21 Apr 2021 01:56:17 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=masonlive.gmu.edu; dmarc=pass action=none header.from=masonlive.gmu.edu; dkim=pass header.d=masonlive.gmu.edu; 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=TViTacftsyJsc5OJlBcTIYpT+GqVTWuWM5tzrxAalsw=; b=GpVyL0gGmHHJiMGI3Ei1pRwbqnu6JI0qPEV/a7VoTENLsWXeRIFHhtoh05RdlOrEXCOxTdZ21CpUJ3HpiT1L99rud/1t2N586beEV9B7UC6Z7kyHG5TqtCXK95MANO8SZG2nxNPbrFlbfQ0jg9xIYJgkusWfYFsulGLskzBmBafjtDd0lDyLXYagDITyhPtlj72ly/il64wxr9bgNxfxQuqcu/Xo7PxJauDV4Uz6+XRs44LKWiLsIfGhKBZbdwGNNgbKGoNmGW0FV0haFhx6RjIiKqVpu8Z/mmmjThqZINdbt1hi/N5zGoNDHnW6LVwkf2amAquT1qzqoZR2pGL+ug==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=O6VKqDdqcGcCKiMYs7O2xjKKk+ReL6QXHsRLHsqomwQhJmJPThAM1x61SIOcyQuMGmIuS5O5of+Mp5uPP+62gxIxNrtNfDQFYEloIAIYGMfuFf47IyCi6kuqNDboWa9gbg57/01NI/x1GwIpEuS3gEmpRa0Jvqo6V0ZbvigBntvPFy4TB8T1AKGE+6b6lryeCEzeGzUDTesli5Z4rVX6/ljbU/q2lLO+wvzKA+V3WR1B53Yfk5Tn5pW51nJ/50X7R9sPLq+pjMEQ1vKQtJOm+q8mzZJiEDIHtubWgdlSGTnoIvy1ZZ9uaLQzpdJQ1Il/F9WTE4p5ZzO9RF1MVMWUXg==
  • 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: AQHXNfgM9q9QmuWFzUS53yQpTbAT2aq9imAAgACh9EY=
  • Thread-topic: [sumo-user] Traffic light and Vehicle Interaction

Thank you so much for answering. I looked at the source code. While reading the code I am also trying to go through your paper ( https://elib.dlr.de/93669/1/LNCS_SUMOIntersections.pdf ). Though I need to digest it.

 

However it looks like I am still away from answer. I like to incorporate  SPAT (signal phase and timing)  message with traffic light. This information enables vehicles to adjust their speed profiles, accelerations and/or decelerations to minimize fuel consumption and carbon emissions.

 

I am not sure where to start from in Sumo. Your thoughts will be appreciated.

 

Regards,

Santos

 

 

 

 

 

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Date: Tuesday, April 20, 2021 at 11:38 AM
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Traffic light and Vehicle Interaction

Hello,

the junction model is spread over

The interaction pretty simple: vehicles drive at green and stop at red. This behavior can be modified via some vType parameters: https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#junction_model_parameters

 

regards,

Jakob

 

 

Am Di., 20. Apr. 2021 um 17:17 Uhr schrieb sjha2 <sjha2@xxxxxxxxxxxxxxxxx>:

I am very new to Sumo. I am still trying to learn and digest.

 

I see documentation here ( https://sumo.dlr.de/docs/Simulation/Traffic_Lights.html ). It talks about how to configure a traffic signal.

 

However, I could not find how traffic lights and vehicles interact. Your pointer to code or documentation will be highly appreciated.

_______________________________________________
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