Apollo
6.0
Open source self driving car software
|
#include <algorithm>
#include <functional>
#include <memory>
#include <vector>
#include "cyber/common/log.h"
#include "cyber/data/channel_buffer.h"
#include "cyber/data/data_dispatcher.h"
#include "cyber/data/data_visitor_base.h"
#include "cyber/data/fusion/all_latest.h"
#include "cyber/data/fusion/data_fusion.h"
Go to the source code of this file.
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::cyber | |
apollo::cyber::data | |
Typedefs | |
template<typename T > | |
using | apollo::cyber::data::BufferType = CacheBuffer< std::shared_ptr< T > > |