Apollo
6.0
Open source self driving car software
|
#include <deque>
#include <map>
#include <memory>
#include <utility>
#include "modules/perception/lidar/lib/tracker/common/tracked_object.h"
Go to the source code of this file.
Classes | |
class | apollo::perception::lidar::TrackData |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::lidar | |
Typedefs | |
typedef std::shared_ptr< TrackData > | apollo::perception::lidar::TrackDataPtr |
typedef std::shared_ptr< const TrackData > | apollo::perception::lidar::TrackDataConstPtr |