#include "navigator_internal.h"#include "Controller.h"#include "course.h"#include "obstacle.h"#include "follow_lane.h"#include "avoid.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.