locus codes 13/14 for u-turns left/right
This commit is contained in:
parent
ae8bd5f39a
commit
95209148b4
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ public class VoiceHint
|
||||||
{
|
{
|
||||||
switch ( cmd )
|
switch ( cmd )
|
||||||
{
|
{
|
||||||
case TU : return 12;
|
case TU : return 13;
|
||||||
case TSHL : return 5;
|
case TSHL : return 5;
|
||||||
case TL : return 4;
|
case TL : return 4;
|
||||||
case TSLL : return 3;
|
case TSLL : return 3;
|
||||||
|
@ -137,7 +137,7 @@ public class VoiceHint
|
||||||
case TSLR : return 6;
|
case TSLR : return 6;
|
||||||
case TR : return 7;
|
case TR : return 7;
|
||||||
case TSHR : return 8;
|
case TSHR : return 8;
|
||||||
case TRU : return 12;
|
case TRU : return 14;
|
||||||
case RNDB : return 26 + roundaboutExit;
|
case RNDB : return 26 + roundaboutExit;
|
||||||
case RNLB : return 26 - roundaboutExit;
|
case RNLB : return 26 - roundaboutExit;
|
||||||
default : throw new IllegalArgumentException( "unknown command: " + cmd );
|
default : throw new IllegalArgumentException( "unknown command: " + cmd );
|
||||||
|
|
Loading…
Reference in a new issue