Apollo
6.0
Open source self driving car software
|
#include <memory>
#include <string>
#include <unordered_map>
#include <vector>
#include <boost/thread/shared_mutex.hpp>
#include "gtest/gtest_prod.h"
#include "nlohmann/json.hpp"
#include "modules/canbus/proto/chassis.pb.h"
#include "modules/dreamview/proto/data_collection_table.pb.h"
#include "cyber/cyber.h"
#include "modules/dreamview/backend/fuel_monitor/fuel_monitor.h"
Go to the source code of this file.
Classes | |
class | apollo::dreamview::DataCollectionMonitor |
A module that monitor data collection progress for calibration purpose. More... | |
Namespaces | |
apollo::dreamview | |
apollo::dreamview | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
Typedefs | |
typedef std::vector< Range > | apollo::dreamview::Category |