Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stdcm: test that an extra fake track actually works at faking stops #10570

Closed
eckter opened this issue Jan 29, 2025 · 1 comment · Fixed by #10657
Closed

stdcm: test that an extra fake track actually works at faking stops #10570

eckter opened this issue Jan 29, 2025 · 1 comment · Fixed by #10657
Assignees

Comments

@eckter
Copy link
Contributor

eckter commented Jan 29, 2025

See https://github.com/osrd-project/osrd-dags/issues/675

Before tweaking with the data, we need to see if it actually works.

We'd need to:

Create an infra with one long line and several signals, and one side track in the middle:

          ___
         /    \ 
________/______\_________

The tracks before and after need to be very long with several signals every 2km.

We then add signals and detectors: one at the start of the side-track, then 3 at the end, 1m apart.

We create a timetable where lots of close trains on the main track, too close for a new train. One opening on the first half and one opening on the second, but far apart, so we need to stop.

Then, we need to find a solution where it goes on the side track.

@eckter
Copy link
Contributor Author

eckter commented Feb 4, 2025

After running some tests on the infra added in #10657:

This generally works. But there's several conditions:

  1. We need a signal to be placed at least $convoy_length from the start of the track. There may be several of them for convoys of different length.
  2. We only need two signals at the end
  3. We must not see signals from the main tracks in the engineering allowance section, so the last signals must be 400m away from the end of the takeover track
  4. The engineering allowance itself must be contained in the takeover track, we can't add slowdown parts before. But there will be a slowdown automatically added to match the max speed of the takeover track => it needs to be low enough. 30km/h seems fine but we could lower it if needed.

And then there's newly discovered bugs to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant