Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include "gtest/gtest_prod.h"
#include "cyber/common/macros.h"
#include "modules/perception/base/frame.h"
#include "modules/perception/common/sensor_manager/sensor_manager.h"
#include "modules/perception/fusion/base/sensor.h"
#include "modules/perception/fusion/base/sensor_frame.h"
Go to the source code of this file.
Classes | |
class | apollo::perception::fusion::SensorDataManager |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::fusion | |