Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <vector>
#include <boost/circular_buffer.hpp>
#include "modules/perception/base/object.h"
#include "modules/perception/camera/common/object_template_manager.h"
#include "modules/perception/camera/lib/obstacle/tracker/common/kalman_filter.h"
#include "modules/perception/camera/lib/obstacle/tracker/omt/frame_list.h"
#include "modules/perception/camera/lib/obstacle/tracker/omt/proto/omt.pb.h"
#include "modules/perception/camera/lib/obstacle/tracker/omt/track_object.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::camera::Target |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::camera | |