fix coordinate extraction with less than 1 meters past lane distance
This commit is contained in:
committed by
Daniel J. Hofmann
parent
7753845f5c
commit
e8b947bca6
@@ -1149,3 +1149,22 @@ Feature: Simple Turns
|
||||
When I route I should get
|
||||
| waypoints | route | turns |
|
||||
| a,m | gato,hain,hain | depart,turn left,arrive |
|
||||
|
||||
Scenario: Segfaulting Regression
|
||||
Given the node map
|
||||
"""
|
||||
a - - - - - - - - - - - - - - b c
|
||||
|
|
||||
|
|
||||
|
|
||||
d--------------e
|
||||
"""
|
||||
|
||||
And the ways
|
||||
| nodes | lanes:forward |
|
||||
| ab | |
|
||||
| bcde | 6 |
|
||||
|
||||
When I route I should get
|
||||
| waypoints | route |
|
||||
| a,e | ab,bcde,bcde |
|
||||
|
||||
Reference in New Issue
Block a user