Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Traffic light position

Hello,
for static network information such as junction type, use sumolib: http://sumo.dlr.de/wiki/Tools/Sumolib (net.getNode(nodeID).getType())
regards,
Jakob


2018-02-15 13:59 GMT+01:00 Mouna Karoui via sumo-user <sumo-user@xxxxxxxxxxxxxxxxxxxxx>:
Dear sumo users,


How can I determine traffic light positiion ?
because there is no function in SUMO that determine traffic light position
Also there is no function to determine Junction type ? because if we have
Junction type,
we can verify if junction is a traffic light and then :
we can determine traffic light position using getPosition
<http://www.sumo.dlr.de/daily/pydoc/traci._junction.html#JunctionDomain-getPosition>()
junction function.

Thank you in advance
Best regards,
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user


Back to the top