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