Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Manual setup between phase state character and lane character and of connection in traffic light
  • From: Andrea Castegnaro <andrea@xxxxxxxxx>
  • Date: Wed, 3 Aug 2022 17:57:28 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mxt.co.uk; dmarc=pass action=none header.from=mxt.co.uk; dkim=pass header.d=mxt.co.uk; 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=XwZ4+ZsPDxK3KIfZWmJ8fSE6CPu35aR1swAQ6GE+Bm0=; b=ls5xRLQmJRAgaDxcqarUqzAP185vWQwgIYfL4sB8KTosnOuOhKrPolotAUhALOhnl1FDdQkBa+lZyGoUJXqrWeKL7sS8CVq2FF4MBhysaIGJe148FIMVazNtaamVwPc07CUy2TRf1t9L9ySgoBDGf3eZeU6dyIy5OeSuF7uGK85D4pMKT17jn+1T+DG1XwrxH7V0+oKsEK+It0AcErbjyemNSKhlP8ke9y+TLkOBCHmOA5HMIXeQHHOfwKL+5vY8oBS7+ayArPMw3DbI/585Ld5wVGypYlxB74Wf6zJxdeNRp0lc4a3HFM5lH5SPynfX6swPWs8mf6/H883X/9VOCA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YxqunPT0wDyhGG6H9t4iLaJeAuxDnWY88RH75vpnnydN35Zf8T6SMa4wDp1Aa/a4Oa9G4nk0B6RCYIwMcbkEQESqY2bbQH49nq7/JpnuAbxzq/sdEODbimDEwjQQyCERot6fDRsJu7wJJ/Gt+se1iMRVTBB7zUfJavwYS0OAK0jPMjcgN1oxCT6bNPxaMOiU9Ix2ruRYbei96cL8pQ+je+T5ASwhbKUsA3lnIdddUR9X9YNbRSQhu0ABev/H17S/nPgwdFgMM8/0vW28J9bGZB1g+e7higCIQeiQMu3VzkMOQMoIH/9OxKmo7y8lLruokdQ0w6PIiUVTXYUOnygQuA==
  • 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: AdinYeNJmwG/nwZ1QyW/ToR1ChFhTQ==
  • Thread-topic: Manual setup between phase state character and lane character and of connection in traffic light

Hi sumo community,

We are building a 3d visualizer that can create road networks and export them to sumo using netconvert with the plain xml files.
We are trying to insert traffic lights at desired junctions. At the moment we are using the automatic generation using netconvert with the “--tls.group-signals” option by marking the type of the junction.

However is it possible to still have the netconvert automatic generation but for each junction specify which lane connection is associated with which character in phase state string?
I have read previously that “linkindex” property might be helpful for this, but I have the following questions:

 

  1. In which file to I need to specify this parameter?
  2. Let s say for a given lane I have side turns and going straight but I want to use only 1 signal for all of these possibility (basically instructing the group signal). Do I need just to assign the same linkindex to all of the connections from the given lane?
  3. Is there any example of the plain xml file with the traffic light information that should be given to netconvert to help the program generation?

 

I would really appreciate any help,
Best regards,

Andrea


Back to the top