You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, moving block is implementing using periodic re-evaluation of the movement authority. This is very resource intensive, and we should strive to find a better solution.
Here's what we came up with:
the only problematic case we're aware of is trains following each other.
we can compute the next move the leading train first, and then evaluate it for the following trains
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, moving block is implementing using periodic re-evaluation of the movement authority. This is very resource intensive, and we should strive to find a better solution.
Here's what we came up with:
Beta Was this translation helpful? Give feedback.
All reactions