Skip to content
Snippets Groups Projects
Commit 284f0e41 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

v0.1 generator

parent 95c875ca
No related branches found
No related tags found
No related merge requests found
...@@ -419,7 +419,7 @@ def realistic_rail_generator(num_cities=5, ...@@ -419,7 +419,7 @@ def realistic_rail_generator(num_cities=5,
# ---------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------
# connect stations # connect stations
# TODO remove true/false block # TODO remove true/false block
if False: if True:
if do_random_connect_stations: if do_random_connect_stations:
connect_random_stations(rail_trans, grid_map, s_nodes, e_nodes, nodes_added, connect_random_stations(rail_trans, grid_map, s_nodes, e_nodes, nodes_added,
intern_connect_max_nbr_of_shortes_city) intern_connect_max_nbr_of_shortes_city)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment