fix: ManeuverMapper minor works
This commit is contained in:
parent
e05c4ee401
commit
eadfd7da47
1 changed files with 6 additions and 1 deletions
|
@ -32,6 +32,7 @@ class ManeuverMapper {
|
|||
"roundabout" -> {
|
||||
when (this.degrees) {
|
||||
137.0 -> state.direction.outAngle = OutAngle.EasyRight
|
||||
180.0 -> state.direction.outAngle = OutAngle.Straight
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -59,7 +60,11 @@ class ManeuverMapper {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
this.laneGuidance?.apply {
|
||||
this.allLanes.apply {
|
||||
println()
|
||||
}
|
||||
}
|
||||
}
|
||||
return state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue