This commit is contained in:
Moritz Kobitzsch 2016-07-15 15:04:01 +02:00
parent 396add1e9d
commit 2431e15ffa
2 changed files with 2 additions and 3 deletions

View File

@ -259,7 +259,7 @@ Feature: Turn Lane Guidance
| waypoints | route | turns | lanes |
| a,f | abx,bcy,cdz,dew,ef,ef | depart,turn right,turn left,turn right,turn left,arrive | ,straight:false right:false right:true right:false,left:false left:true straight:false,straight:false right:true right:false,left:true straight:false, |
@anticipate
@anticipate @todo @bug @2661
Scenario: Anticipate with lanes in roundabout: roundabouts as the unit of anticipation
Given the node map
| | | e | | |

View File

@ -1,4 +1,3 @@
#include "util/debug.hpp"
#include "util/for_each_pair.hpp"
#include "util/group_by.hpp"
#include "util/guidance/toolkit.hpp"