Hi Jakob, Thank you for your response! I am looking for a command in Traci server. Please let me know.
Thanking you, Nirupama On Thu, May 21, 2015 at 10:08 AM, Nirupama Ravi <[email protected]> wrote: > Hi Jakob, > > Thank you so much! > I assume that there is an API also to know if the vehicle has exited the > junction. > > I appreciate your help. > > Regards, > Nirupama > > On Mon, May 18, 2015 at 5:22 AM, Jakob Erdmann <[email protected] > > wrote: > >> use traci.route.getEdges() to get list of edges. Then use sumolib >> http://sumo.dlr.de/wiki/Tools/Sumolib to get the junction: >> net.getEdge(EDGEID).getToNode() >> >> regards, >> Jakob >> >> 2015-05-16 23:14 GMT+02:00 Nirupama Ravi <[email protected]>: >> >>> Hi, >>> >>> I am wondering if there is a command to detect junctions in a given >>> route. >>> >>> For example, if a vehicle id is specified and it's route id is provided, >>> how can I get all junctions in the route? >>> >>> Thanks, >>> Nirupama. >>> >>> ------------------------------------------------------------------------------ >>> One dashboard for servers and applications across Physical-Virtual-Cloud >>> Widest out-of-the-box monitoring support with 50+ applications >>> Performance metrics, stats and reports that give you Actionable Insights >>> Deep dive visibility with transaction tracing using APM Insight. >>> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y >>> _______________________________________________ >>> sumo-devel mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/sumo-devel >>> >> >> > > > -- > > Nirupama. > -- Nirupama. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
