Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <string>
#include <vector>
#include "cyber/cyber.h"
#include "modules/common/proto/error_code.pb.h"
#include "modules/perception/base/blob.h"
#include "modules/perception/base/lane_struct.h"
#include "modules/perception/base/object.h"
#include "modules/perception/base/object_types.h"
#include "modules/perception/proto/perception_obstacle.pb.h"
Go to the source code of this file.
Classes | |
class | apollo::perception::onboard::CameraPerceptionVizMessage |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::onboard | |