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

Question on the difference between the function provided by simpla and CACC (ACC, IDM etc.) following models? #13243

Closed thinker310 closed 1 year ago

thinker310 commented 1 year ago

Excuse me, I wonder platooning vehicle if comply the car following model setting in simulation configuration and what the difference between the function provided by simpla and CACC (ACC, IDM etc.) following models is. As if both of them can adjust the gap between vehicles and control vehicle travelling. The CACC model seems to be able to arrange vehicles as well. Thank you in advance!

m-kro commented 1 year ago

Simpla builds up on sets of car-following model parameters calling TraCI functions from Python, whereas CACC is a car-following model of its own integrated into sumo. Simpla may be useful when you are more interested in platooning which is

On the downside, the resulting trajectories might look "jumpy" as it depends much on how you define the vehicle types simpla can switch between and when it actually performs the switch. Then the CACC has its own problems, too, regarding the vehicle trajectories.