Apollo
6.0
Open source self driving car software
|
#include <memory>
#include "modules/common/util/factory.h"
#include "modules/planning/planner/planner_dispatcher.h"
Go to the source code of this file.
Classes | |
class | apollo::planning::NaviPlannerDispatcher |
Namespaces | |
apollo::planning | |
apollo::planning | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |