Skip to content
Snippets Groups Projects
Commit 33b3cc99 authored by Erik Nygren's avatar Erik Nygren
Browse files

introduced new inner city parallel track connector

parent a1085186
No related branches found
No related tags found
No related merge requests found
......@@ -130,9 +130,9 @@ def connect_straight_line_in_grid_map(grid_map: GridTransitionMap, start: IntVec
def fix_inner_nodes(grid_map: GridTransitionMap, inner_node_pos: IntVector2D, rail_trans: RailEnvTransitions):
"""
Fix inner city nodes
Fix inner city nodes by connecting it to its neighbouring parallel track
:param grid_map:
:param start:
:param inner_node_pos: inner city node to fix
:param rail_trans:
:return:
"""
......
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