#include "navigator_internal.h"#include "Controller.h"#include "course.h"#include "obstacle.h"#include "follow_lane.h"#include "avoid.h"#include "follow_safely.h"#include "slow_for_curves.h"#include "stop_area.h"#include "stop_line.h"
Go to the source code of this file.
| Classes | |
| struct | way_table_t | 
| Variables | |
| static const way_table_t | way_table [] | 
| const way_table_t way_table[]  [static] | 
  {
    {"Lane", false},
    {"LaneChange", true},
    {"Merge", true},
    {"Stop", true},
    {"Uturn", true},
    {"Zone", false},    
    {"ZoneExit", true}, 
  }
Definition at line 29 of file follow_lane.cc.