When running in SUMO simulation with gui, it does not work correctly. Currently, there is a modify_config_file that modifies the config file before runiing the simulation. However, this changes the gui setting of a sumo config(like sumo1x3) from a string "True" to a boolean True. So the check enabling sumo-gui fails. A minor modification of the gui check fixes this issue.
When running in SUMO simulation with gui, it does not work correctly. Currently, there is a
modify_config_file
that modifies the config file before runiing the simulation. However, this changes thegui
setting of a sumo config(likesumo1x3
) from a string"True"
to a booleanTrue
. So the check enablingsumo-gui
fails. A minor modification of the gui check fixes this issue.