sandermvanvliet / RoadCaptain

Build and ride custom routes in Zwift
Other
83 stars 4 forks source link

Incorrect route segment and turn configurations #126

Open cwienands1 opened 10 months ago

cwienands1 commented 10 months ago

Describe the issue While configuring a route, I discovered two problems with the existing route segment and turn configurations.

Fyi, this is (so far) only a builder issue, not a runner issue. I wasn't able to remove the label.

Application details:

Additional info Issue 1

Screenshot 2024-01-04 111846

roadcaptain-route-test1.json

Edited by @sandermvanvliet:

Issue 2

See #127

cwienands1 commented 10 months ago

Just found another routing problem, a missing turn: Segment Bridge sprint to beach road (watopia-bambino-fondo-001-after-after-after-after-before-after is missing a left turn at its Southern end onto that newish shortcut segment Italian villas loop 3 (watopia-beach-island-loop-004).

https://github.com/sandermvanvliet/RoadCaptain/blob/a80ab43689ccda6d053a9f3644e55e5e802cd65a/src/RoadCaptain.Adapters/turns-watopia.json#L104

sandermvanvliet commented 10 months ago

I've reproduced issue 1 and the funny thing is that the end points of those two segments are just far enough apart for the algo to discard it 🤷

sandermvanvliet commented 10 months ago

Issue 1 is fixed: image

cwienands1 commented 10 months ago

Great!