realtwin.func_lib.install_sumo

realtwin.func_lib.install_sumo(sel_dir: list = None, strict_sumo_version: str = '1.21.0', verbose: bool = True, **kwargs) bool[source]

Install the SUMO simulator.

Parameters:
  • sel_dir (list) – A list of directories to search for the SUMO executable. Defaults to None.

  • strict_sumo_version (bool) – If True, check and install the exact version of SUMO. Default is 1.21.0

  • verbose (bool) – If True, print the installation process. Default is True.

  • kwargs – Additional keyword arguments.

Returns:

True if the SUMO is installed successfully, False otherwise

Return type:

bool