Apollo
6.0
Open source self driving car software
|
#include <iostream>
#include <list>
#include <map>
#include <vector>
#include "modules/perception/tool/benchmark/lidar/util/object.h"
Go to the source code of this file.
Classes | |
class | apollo::perception::benchmark::SequenceMaintainer< ObjectKey > |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::benchmark | |
Typedefs | |
template<typename ObjectKey > | |
using | apollo::perception::benchmark::SequenceType = std::map< ObjectKey, ObjectPtr > |