Skip to content
  • Categories
  • Recent
  • Popular
  • Support
  • MyRoute-app
Collapse
Brand Logo

MRA Community Forum

  1. Home
  2. The MyRoute-app
  3. [App] Suggestions and Discussion
  4. Proposal for an algorithm to guide around unexpected road closures

Proposal for an algorithm to guide around unexpected road closures

Scheduled Pinned Locked Moved [App] Suggestions and Discussion
9 Posts 4 Posters 227 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Axel Härtlundefined Offline
    Axel Härtlundefined Offline
    Axel Härtl
    wrote last edited by Axel Härtl
    #1

    In a thread "https://forum.myrouteapp.com/topic/10748/how-to-exclude-short-time-road-blocks-during-navigation/1", there was an intense discussion about the pros and cons of guided detours around unexpected road closures. Some motorcyclists prefer a solution similar to TomTom.

    526a2bf8-7ab5-4d18-898e-5ba3a52bc7ab-image.png

    I would like to propose an algorithm that, in my opinion, would enable guided detours around road closures.

    The scenario: A motorcyclist is navigating with MRA on a pre-planned route. He encounters a temporary road closure that is not marked on the planning map and is therefore not bypassed.

    The task is to create a feature in MRA that guides the rider around the closure, similar to TomTom.

    Definitions:
    Shaping Point A: the point where the motorcyclist is actually located before the roadblock.
    Shaping Point B: the point on the known planned route beyond which a roadblock is suspected.

    The algorithm could work as follows.

    1: The rider stops and selects “Detour around a roadblock” from the navigation menu. There, he enters the length of the expected roadblock (e.g., 10 km).
    .
    .
    2: MRA now automatically adds the two additional shaping points, A and B, to the route. The waypoints along the remainder of the route after Point A to the destination are incremented by 2, since the route now has two more shaping points.
    .
    .
    3: MRA excludes the section between shaping points A and B from the permitted roads—similar to how it handles highways or toll roads to be avoided, etc. To do this, a programming solution must be found that does not rely on the planning map, since this exclusion is not present there.
    .
    .
    4a If a planned shaping point is located on the now-blocked route, it is skipped.
    4b: If a planned viapoint is located on the now-blocked route, a warning is issued so that the rider can decide whether to be redirected to that point from B or to skip it.
    .
    .
    5: MRA now calculates a new route segment that leads at least to point B. If the original route is not reached again until further along toward the final destination due to road conditions, shaping point B is skipped during navigation.

    Of course, I don’t know how this can be implemented programmatically, but that’s what @corjan-meijerink, our mastermind, is here for.

    BMW R 1200 RT
    BMW C 650 GT
    Tourenorientiert
    MRA lifetime member

    b0hd1undefined 1 Reply Last reply
    3
    • Corjan Meijerinkundefined Offline
      Corjan Meijerinkundefined Offline
      Corjan Meijerink
      Developer
      wrote last edited by Corjan Meijerink
      #2

      All this would be possible without all the hassle of adding extra waypoints 🙂

      That said it’s not a currently planned feature but it is in my mind after reading the interesting discussions. Quite often those suddenly magically get done (or at least a proof of concept) over a boring weekend 😉 Not making any promises!

      Axel Härtlundefined b0hd1undefined 2 Replies Last reply
      2
      • Corjan Meijerinkundefined Corjan Meijerink

        All this would be possible without all the hassle of adding extra waypoints 🙂

        That said it’s not a currently planned feature but it is in my mind after reading the interesting discussions. Quite often those suddenly magically get done (or at least a proof of concept) over a boring weekend 😉 Not making any promises!

        Axel Härtlundefined Offline
        Axel Härtlundefined Offline
        Axel Härtl
        wrote last edited by Axel Härtl
        #3

        @Corjan-Meijerink

        OK, thanks for your response.

        I just wanted to document an idea I got during a walk with my dog.

        Best, Axel

        BMW R 1200 RT
        BMW C 650 GT
        Tourenorientiert
        MRA lifetime member

        Corjan Meijerinkundefined 1 Reply Last reply
        2
        • Axel Härtlundefined Axel Härtl

          @Corjan-Meijerink

          OK, thanks for your response.

          I just wanted to document an idea I got during a walk with my dog.

          Best, Axel

          Corjan Meijerinkundefined Offline
          Corjan Meijerinkundefined Offline
          Corjan Meijerink
          Developer
          wrote last edited by
          #4

          @Axel-Härtl that is definitely appreciated!

          1 Reply Last reply
          2
          • Axel Härtlundefined Axel Härtl

            In a thread "https://forum.myrouteapp.com/topic/10748/how-to-exclude-short-time-road-blocks-during-navigation/1", there was an intense discussion about the pros and cons of guided detours around unexpected road closures. Some motorcyclists prefer a solution similar to TomTom.

            526a2bf8-7ab5-4d18-898e-5ba3a52bc7ab-image.png

            I would like to propose an algorithm that, in my opinion, would enable guided detours around road closures.

            The scenario: A motorcyclist is navigating with MRA on a pre-planned route. He encounters a temporary road closure that is not marked on the planning map and is therefore not bypassed.

            The task is to create a feature in MRA that guides the rider around the closure, similar to TomTom.

            Definitions:
            Shaping Point A: the point where the motorcyclist is actually located before the roadblock.
            Shaping Point B: the point on the known planned route beyond which a roadblock is suspected.

            The algorithm could work as follows.

            1: The rider stops and selects “Detour around a roadblock” from the navigation menu. There, he enters the length of the expected roadblock (e.g., 10 km).
            .
            .
            2: MRA now automatically adds the two additional shaping points, A and B, to the route. The waypoints along the remainder of the route after Point A to the destination are incremented by 2, since the route now has two more shaping points.
            .
            .
            3: MRA excludes the section between shaping points A and B from the permitted roads—similar to how it handles highways or toll roads to be avoided, etc. To do this, a programming solution must be found that does not rely on the planning map, since this exclusion is not present there.
            .
            .
            4a If a planned shaping point is located on the now-blocked route, it is skipped.
            4b: If a planned viapoint is located on the now-blocked route, a warning is issued so that the rider can decide whether to be redirected to that point from B or to skip it.
            .
            .
            5: MRA now calculates a new route segment that leads at least to point B. If the original route is not reached again until further along toward the final destination due to road conditions, shaping point B is skipped during navigation.

            Of course, I don’t know how this can be implemented programmatically, but that’s what @corjan-meijerink, our mastermind, is here for.

            b0hd1undefined Online
            b0hd1undefined Online
            b0hd1
            wrote last edited by
            #5

            @Axel-Härtl I read the discussion carefully and I completely agree with your proposal. Anything that improves MRa is welcome!

            Creator and administrator of the largest MRA groups.

            • https://t.me/MRa_by_b0hd1
            • https://www.myrouteapp.com/group/messages/7007
            • YouTube: @demco17
            • Ex-routeexpert, current beta tester and MRA expert. Creator of tutorials, manuals, and MRA user trainer
            1 Reply Last reply
            2
            • Corjan Meijerinkundefined Corjan Meijerink

              All this would be possible without all the hassle of adding extra waypoints 🙂

              That said it’s not a currently planned feature but it is in my mind after reading the interesting discussions. Quite often those suddenly magically get done (or at least a proof of concept) over a boring weekend 😉 Not making any promises!

              b0hd1undefined Online
              b0hd1undefined Online
              b0hd1
              wrote last edited by
              #6

              @Corjan-Meijerink Super!!!!

              Creator and administrator of the largest MRA groups.

              • https://t.me/MRa_by_b0hd1
              • https://www.myrouteapp.com/group/messages/7007
              • YouTube: @demco17
              • Ex-routeexpert, current beta tester and MRA expert. Creator of tutorials, manuals, and MRA user trainer
              1 Reply Last reply
              0
              • BMWBiker58undefined Offline
                BMWBiker58undefined Offline
                BMWBiker58
                wrote last edited by
                #7

                As this is a subject close to my heart, I’d like to highlight once again a scenario that has become all too common, where the ability to block an exit on the planned route would be extremely helpful.
                You reach a motorway exit that has only just been closed. So you can only continue straight ahead. After a few kilometres, you are diverted at the next opportunity. At that moment, you don’t know whether the app is (incorrectly) rerouting you back or whether it has found a new way back onto the planned route beyond the closure.
                That is why it would be so important to be able to mark the closure with a button so that it is excluded from the routing. (Please bear in mind that you are driving on the motorway and cannot stop to fiddle about on the small screen).
                This scenario, as well as sudden closures on country roads due to fallen trees, landslides, etc., is unfortunately becoming increasingly common and is no longer the absolute exception.
                There are people with a very good sense of direction who don’t need this – for me, it would be a huge help.

                Axel Härtlundefined 1 Reply Last reply
                0
                • BMWBiker58undefined BMWBiker58

                  As this is a subject close to my heart, I’d like to highlight once again a scenario that has become all too common, where the ability to block an exit on the planned route would be extremely helpful.
                  You reach a motorway exit that has only just been closed. So you can only continue straight ahead. After a few kilometres, you are diverted at the next opportunity. At that moment, you don’t know whether the app is (incorrectly) rerouting you back or whether it has found a new way back onto the planned route beyond the closure.
                  That is why it would be so important to be able to mark the closure with a button so that it is excluded from the routing. (Please bear in mind that you are driving on the motorway and cannot stop to fiddle about on the small screen).
                  This scenario, as well as sudden closures on country roads due to fallen trees, landslides, etc., is unfortunately becoming increasingly common and is no longer the absolute exception.
                  There are people with a very good sense of direction who don’t need this – for me, it would be a huge help.

                  Axel Härtlundefined Offline
                  Axel Härtlundefined Offline
                  Axel Härtl
                  wrote last edited by Axel Härtl
                  #8

                  @BMWBiker58

                  Perfect. I totally agree.

                  In my proposal the usage of shaping point A and B would be as follows.

                  If you press the button "here is beginning of a closure" shaping point A is automatically set.

                  If you leave the highway and press "here is end of a closure" shaping point B is automatically set.

                  The algorithm then excludes the road between A and B from the calculation and continues as I described.

                  Best, Axel

                  BMW R 1200 RT
                  BMW C 650 GT
                  Tourenorientiert
                  MRA lifetime member

                  BMWBiker58undefined 1 Reply Last reply
                  0
                  • Axel Härtlundefined Axel Härtl

                    @BMWBiker58

                    Perfect. I totally agree.

                    In my proposal the usage of shaping point A and B would be as follows.

                    If you press the button "here is beginning of a closure" shaping point A is automatically set.

                    If you leave the highway and press "here is end of a closure" shaping point B is automatically set.

                    The algorithm then excludes the road between A and B from the calculation and continues as I described.

                    Best, Axel

                    BMWBiker58undefined Offline
                    BMWBiker58undefined Offline
                    BMWBiker58
                    wrote last edited by
                    #9

                    @Axel-Härtl Would this prevent the app from trying to reroute via the closed exit?
                    If I understand your suggestion correctly, only the section from the closed exit (first press of the button) straight ahead until the second press of the button would be blocked.
                    However, the exit itself (and certainly a few kilometres beyond it) – the road or motorway you actually wanted to take – would need to be blocked.

                    1 Reply Last reply
                    0
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    ACTIVE USERS
                    BMWBiker58undefined
                    BMWBiker58
                    Axel Härtlundefined
                    Axel Härtl
                    Corjan Meijerinkundefined
                    Corjan Meijerink
                    b0hd1undefined
                    b0hd1
                    POPULAR TOPICS
                    • back to old situation with 2 apps
                      Bouke Entundefined
                      Bouke Ent
                      0
                      13
                      189

                    • Here kaart
                      CD130undefined
                      CD130
                      0
                      9
                      170

                    • Basecamp-Kurviger Overlay!
                      Reinhard-32undefined
                      Reinhard-32
                      2
                      5
                      168

                    • Voeg bij de routepunten de straatnaam en gemeente toe.
                      Nomko Nomdenundefined
                      Nomko Nomden
                      0
                      4
                      30

                    • Proposal for an algorithm to guide around unexpected road closures
                      BMWBiker58undefined
                      BMWBiker58
                      3
                      9
                      227

                    • Hoeveel apparaten op 1 account ?
                      M. Schrijverundefined
                      M. Schrijver
                      0
                      4
                      100

                    • Kan mijn track op de HERE kaart niet gelijk krijgen met TomTom kaart.
                      M. Schrijverundefined
                      M. Schrijver
                      0
                      6
                      159

                    • Data export elevation profiles
                      undefined
                      0
                      1
                      47
                    MY GROUPS
                    • Login

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Categories
                    • Recent
                    • Popular
                    • Support
                    • MyRoute-app