Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <vector>
#include "Eigen/Dense"
#include "modules/perception/base/frame_supplement.h"
#include "modules/perception/base/object.h"
#include "modules/perception/base/object_types.h"
#include "modules/perception/base/sensor_meta.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::base::Frame |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::base | |
Typedefs | |
typedef std::shared_ptr< Frame > | apollo::perception::base::FramePtr |
typedef std::shared_ptr< const Frame > | apollo::perception::base::FrameConstPtr |