eclipse-sumo / sumo

Eclipse SUMO is an open source, highly portable, microscopic and continuous traffic simulation package designed to handle large networks. It allows for intermodal simulation including pedestrians and comes with a large set of tools for scenario creation.
https://eclipse.dev/sumo
Eclipse Public License 2.0
2.51k stars 1.42k forks source link

The gap becomes larger after the vehicle turns right when using simpla #11811

Closed zhaotuo0815 closed 1 year ago

zhaotuo0815 commented 1 year ago

hello,sumo developer,my question is that when i using simpla to create platooning vehicle, the gap becomes larger after the vehicle turns right.Normally, the platoon vehicle spacing should be constant.

gap become larger normal platoon

simpla_test221002.zip

m-kro commented 1 year ago

The connection between the access lane and the main carriageway has a lower speed limit than the neighbour elements due to its angle. If you overwrite the speed limit e.g. in Netedit, neither the leader nor the followers brake and thus the inter-vehicle distance remains constant.

zhaotuo0815 commented 1 year ago

The connection between the access lane and the main carriageway has a lower speed limit than the neighbour elements due to its angle. If you overwrite the speed limit e.g. in Netedit, neither the leader nor the followers brake and thus the inter-vehicle distance remains constant. but the speed limit are the same!

m-kro commented 1 year ago

No they aren't. Please check the docs. By default, speed limit is reduced within an intersection depending on the turning radius.