currently, conflict links are evaluated based on approach information. This only works if the vehicle ('foe') which threatens the flank of a guarded block fulfills the following two conditions
- foe bestLanes looks for enough ahead to reach the conflict link
- foe planMove looks far enough ahead to reach the conflict link (limited by bestLanes)
Workaround would be to extend both lookahead distances to (at least) until a rail signal is found.
The "proper" fix is to use stateful driveways (#7578)
currently, conflict links are evaluated based on approach information. This only works if the vehicle ('foe') which threatens the flank of a guarded block fulfills the following two conditions
Workaround would be to extend both lookahead distances to (at least) until a rail signal is found.
The "proper" fix is to use stateful driveways (#7578)