Hello Tom, SUMO (or rather NETCONVERT) uses the same geometry model as OSM. It takes all geometry points along a <way> or <edge> and connects them with straight lines. Thus you can approximate curves (visually) as closely as you want but need to expend some effort to compute radii. Within intersections, geometries are computed using splines with a configurable number of geometry points. (--junctions.internal-link-detail) Vehicle positions are always computed along these straight-line segments. The relevant code is microsim/MSVehicle::getPosition()
regards, Jakob 2016-01-29 4:19 GMT+01:00 Lockhart, Thomas G (398I) < [email protected]>: > I’d like to examine how SUMO models a road (and lane) given either an OSM > file or node and edge files. In particular I’m looking at the relationship > between the instantaneous position along the lane in the dump or FCD output > file relative to the geometry of the lane. Does SUMO model curved paths > given multi-point edge or lane shapes? Or is it strictly linear from one > segment to the next? > > In any case, can someone give me a hint on where that code might live? > > tia > > - Tom > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > sumo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-devel > ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ sumo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-devel
