Apollo
6.0
Open source self driving car software
|
#include <memory>
#include "modules/canbus/vehicle/abstract_vehicle_factory.h"
#include "modules/common/util/factory.h"
Go to the source code of this file.
Classes | |
class | apollo::canbus::VehicleFactory |
This class is a factory class that will generate different vehicle factories based on the vehicle brand. More... | |
Namespaces | |
apollo::canbus | |
apollo::canbus | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |