sumo
sumo copied to clipboard
vClass-specific speeds in the lane parameter dialog of SUMO-GUI (ref #11100)
ref: https://github.com/eclipse/sumo/issues/11100
In this PR, the following functionalities have been added:
- Showing vClass specific speeds in the dialog box
- Changing
maxspeedtoallowed speed
Thank you! Please use the new c++ loop style for (const auto& elem : map) and do not make an unnecessary copy of the map (store it as a reference or do not store it at all). Also please change maxspeed to allowed speed for the existing entry as well
Sure thing, will update the PR soon.
These commits should fix the issue, please check.
Thanks, I'll use this code formatting (https://github.com/eclipse/sumo/commit/15445088b530f7b3bd10e6d0dbeb33c9e1a2c348) for the next PRs :)
I've since validated my ECA status, the other run error seems to be some kind of texttest installation issue on windows.