Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] suuport required on traffic signal issue
  • From: Manohara C V <manohara.cv@xxxxxxxxxxxxxxxxxxx>
  • Date: Mon, 21 Jul 2025 07:54:12 +0000
  • Accept-language: en-IN, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=trinitymobility.com; dmarc=pass action=none header.from=trinitymobility.com; dkim=pass header.d=trinitymobility.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=w1aHPOTaIcX/MrL+LZiXItDNvZLkBzc8/I2vjKsYQxs=; b=nKKIpDy6zhBA/zbIatahfXBFJZQ3AnzwkpDhEufQxRaEPenYjfxKjvW084f7fKYwDuYvEB7Wno0Ao8xoG0SrtxOGuGQuuUhvaeUni5NKrp/yep7P11gWxteZmco24sT1lgrLybAZFi7y7QcgNMhI//B/WzsaJl8acCVfAI4qqMts2SHioNkcV4+sCDVKhyD7XxYeMnsH1bc/j80dTmtEGASD0+EKldOXb3xG8C6i7HM29j5QfPnvl+v3iFiqK0HQCJjGPtXqUR0WepovO3nIxGR2Bp/w4HEP1DUc53G+HvPiMVsVQMLcTtHcDGMZZDsFCatarb3mxQuacTaFqENy8A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=upEQ/KBJ8rASSVUUrN9shGhxQaP5mK9rbMTumGSXOLNTzlcXzhq6PgnxKV/izKsTD5TAYvlxJ/BGvvHAO7oP2A3dM9K5SMEumfa93q6s4JfRrQI5Y1Q+UOUvUTI2lZB7dzew6ixDud9JrSntxDy0sirrzU8shUPJVEiS5z7Kp4ku5l9zTGZTG71HYpk3Sn81cMemCxq6NMCphwPnil1eo1OjgONzTMmbbchGV/nsbhw0xMdMaIy8VV0OV5fr8IkrOm8Z5PRZwrKxbdhhLGRaKNhBnVXzYsc3jZnAtVthDMy2KpuGWRXA9B0qJJeqIm3+3HHv/aJEckjWZpzGz/V32A==
  • 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>
  • Msip_labels:
  • Thread-index: AQHb+gmEJTXg4F9cHU6fm116I7Cs/bQ8L3eAgAAEO8g=
  • Thread-topic: [sumo-user] suuport required on traffic signal issue


Thanks for your response.
I'm trying to automate this process, but users usually don’t have access to NetEdit.
Is there any alternative way to handle this, or should I go with Python scripting?
Please let me know if you have any suggestions or better approaches.


Thanks and regards,
Manohar

From: Jakob Erdmann <namdre.sumo@xxxxxxxxx>
Sent: 21 July 2025 13:03
To: Sumo project User discussions <sumo-user@xxxxxxxxxxx>
Cc: Manohara C V <manohara.cv@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [sumo-user] suuport required on traffic signal issue
 

External: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

The --junctions.join algorithm reaches it's limit with intersections of this complexity. I recommend manual adjustments in netedit (https://sumo.dlr.de/docs/Netedit/index.html#processing_menu_options) so that it looks something like this:

Screenshot from 2025-07-21 09-31-07.png

If you do not wish to simulate pedestrians, it will also help to simplify the network with something like: --keep-edges.by-vclass passenger.

Am Mo., 21. Juli 2025 um 08:43 Uhr schrieb Manohara C V via sumo-user <sumo-user@xxxxxxxxxxx>:
Dear sumo team,

I'm here to get the understanding on how to make a common signal for each junction, as of now I'm getting 3 signals, 

I'm using below command

" netconvert --osm-files osm_file.osm.xml --ramps.guess --junctions.join --junctions.join-dist 20.0 --junctions.scurve-stretch 1.0 --tls.guess-signals --tls.discard-simple --tls.join --tls.uncontrolled-within --geometry.remove -t typemap_file.typ.xml --output.street-names --output.original-names --output-file output.net.xml "


I tried increasing or decreasing the junctions.join-dist 20.0  but its making overall network worse.

Also attached the network file for your reference, I need your assistance in removing the small signals nearby , it's making the bit odd in giving the signals to vehicles.

any predefined script is there mean suggest also !



Thanks and regards
Manohar c v


_______________________________________________
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