Apollo
6.0
Open source self driving car software
|
#include <map>
#include <string>
#include <utility>
#include <vector>
#include <boost/circular_buffer.hpp>
#include "modules/perception/base/image_8u.h"
#include "modules/perception/base/traffic_light.h"
#include "modules/perception/camera/lib/traffic_light/preprocessor/multi_camera_projection.h"
#include "modules/perception/camera/lib/traffic_light/preprocessor/pose.h"
#include "modules/perception/camera/common/camera_frame.h"
#include "modules/perception/camera/lib/interface/base_init_options.h"
#include "modules/perception/camera/lib/interface/base_tl_preprocessor.h"
#include "modules/perception/lib/registerer/registerer.h"
Go to the source code of this file.
Classes | |
class | apollo::perception::camera::TLPreprocessor |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::camera | |