Interactive junction instruction algorithm: Difference between revisions Discussion View history

No edit summary
No edit summary
Line 5: Line 5:
* This is discussing the instruction which will be provided by the server (or not provided) when travelling from one segment, through a [[Glossary#Junction_or_Junction_Point|junction]], and onto a second segment.
* This is discussing the instruction which will be provided by the server (or not provided) when travelling from one segment, through a [[Glossary#Junction_or_Junction_Point|junction]], and onto a second segment.
* How [[User:PesachZ/algorithm#Best Continuation|'Best Continuations']] work. Any time the destination segment is the 'Best Continuation' there will not be an instruction provided.
* How [[User:PesachZ/algorithm#Best Continuation|'Best Continuations']] work. Any time the destination segment is the 'Best Continuation' there will not be an instruction provided.
== Definitions ==
* The segment you are on before going through the junction, in other words the segment you are coming from will be referred to as 'the origin', and corresponds to [[User:PesachZ/algorithm#Definitions|'s-in']] in the [[User:PesachZ/algorithm#The_algorithm_.2F_list_of_conditions|the algorithm text provided by Waze staff]].
* The segment you are on before going through the junction, in other words the segment you are coming from will be referred to as 'the origin', and corresponds to [[User:PesachZ/algorithm#Definitions|'s-in']] in the [[User:PesachZ/algorithm#The_algorithm_.2F_list_of_conditions|the algorithm text provided by Waze staff]].
* The segment you will be on after the junction, in other words the segment you are going to will be referred to as 'the destination', and corresponds to [[User:PesachZ/algorithm#Definitions|'s-out']] in the [[User:PesachZ/algorithm#The_algorithm_.2F_list_of_conditions|the algorithm text provided by Waze staff]].
* The segment you will be on after the junction, in other words the segment you are going to will be referred to as 'the destination', and corresponds to [[User:PesachZ/algorithm#Definitions|'s-out']] in the [[User:PesachZ/algorithm#The_algorithm_.2F_list_of_conditions|the algorithm text provided by Waze staff]].
* Any segments other ''the destination'' which leave the junction at an angle less than 44° will be referred to as 'other branches', and corresponds to [[User:PesachZ/algorithm#Definitions|'s-N', 's-1,2,3,4...']] in the [[User:PesachZ/algorithm#The_algorithm_.2F_list_o,f_conditions|the algorithm text provided by Waze staff]].
* Any segments other ''the destination'' which leave the junction at an angle less than 44° will be referred to as 'other branches', and corresponds to [[User:PesachZ/algorithm#Definitions|'s-N', or 's-1,2,3,4...']] in the [[User:PesachZ/algorithm#The_algorithm_.2F_list_o,f_conditions|the algorithm text provided by Waze staff]].

Revision as of 03:46, 29 May 2014

This will be a clickable interactive guide to determining what instruction, if any, will be given at the junction between any 2 segments. There will eventually be encyclopedia style illustrations for the various configurations to visually describe the setup. This will formatted as a sequence flow through, to cover (hopefully) all variations.

Introduction

Understanding how and which instructions are provided requires first understanding a few concepts.

  • This is discussing the instruction which will be provided by the server (or not provided) when travelling from one segment, through a junction, and onto a second segment.
  • How 'Best Continuations' work. Any time the destination segment is the 'Best Continuation' there will not be an instruction provided.

Definitions