Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [PROCESSING][LATERAL POSITION IN THE LANE]

Hello,
- the basic model of sumo does not simulate lateral movements within a single lane. you can still move vehicles to arbitrary lateral positions using the command traci.vehicle.moveToXY. This may cause vehicles to block 2 lanes at the same time
- if you activate the sublane model, lateral movements within a lane are modeled (http://sumo.dlr.de/wiki/Simulation/SublaneModel). You can use traci.vehicle.changeSublane() to control precise sublane movements
regards,
Jakob

2017-12-07 17:22 GMT+01:00 Luca Di Costanzo <dicostanzo.luca@xxxxxxxxx>:
Hi all, 

I have another question regarding SUMO's simulation. As I wrote in another thread me and my fellows are trying to let SUMO communicate with a software for the dynamic of a vehicle. 

This time I'm trying to figure out how SUMO process lateral movements inside a lane. As far I undertood the position of a vehicles in SUMO is set on the axis of the road inside a kind of mesh composed by all the roads inside the network.

I remark that I'm talking about, not the lateral movements across lanes but inside the one where the vehicles is moving on. 

Regards

Ing. Luca Di Costanzo

-----------------------------
MsC in Hydraulic and Transportation Engineering 
Bsc in Civil Engineering 
skype: lucadicostanzo82
tel: +39 333 43 92 544

_______________________________________________
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