Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] latDist

What shall I do to simulate a vehicle changing sublane repeatedly after entering the network? As I see, the vehicles do it once enter the network and then follow the route with no sublane. 

On Mon, Jan 3, 2022 at 2:38 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
The only boundary is the remaining lateral space on the edge. You can set any value you want and the vehicle may move across multiple lanes to achieve the desired lateral distance.
Note, that due to a bug the vehicle moves to far when moving across lane boundaries (the remaining maneuver distance doesn't get updated in this case) - (https://github.com/eclipse/sumo/issues/9863).
A fixed version is available for download starting tomorrow at https://sumo.dlr.de/docs/Downloads.php#sumo_-_latest_development_version

regards,
Jakob

Am Do., 30. Dez. 2021 um 19:24 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
So, what is the lower and higher bound of this lateral movement (latDist)?

On Thu, Dec 30, 2021 at 9:43 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
1. lane width certainly plays a role but you can also use changeSublane to move to another lane.
2. no. higher maxSpeedLat means that you can move to larger range of positions within a given time.

Am Mi., 29. Dez. 2021 um 17:39 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
Is it true to say that:
1 - The value of this lateral movement is a matter of the lane width. It varies from (-y) to ( lanewidth - y) if my current lateral position is y.
2 - The higher the maxSpeedlLat, the lower the latDist.

On Wed, Dec 29, 2021 at 4:23 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
Yes. The lateral displacement is limited by 'maxSpeedLat' but values beyond that are still stored as intended maneuver distance.

Am Sa., 25. Dez. 2021 um 15:24 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
Hi everyone,
Does the latDist in traci.vehicle.changeSublane (vehID, latDist) display the amount of vehicle displacement to the left and right? If so, does it have any threshold?
Best,
Ali

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top