Apollo
6.0
Open source self driving car software
|
#include <chrono>
#include <memory>
#include <thread>
#include <vector>
#include "grpc++/grpc++.h"
#include "modules/map/tools/map_datachecker/proto/collection_error_code.pb.h"
#include "modules/map/tools/map_datachecker/proto/collection_service.pb.h"
#include "modules/map/tools/map_datachecker/server/eight_route.h"
#include "modules/map/tools/map_datachecker/server/pose_collection_agent.h"
#include "modules/map/tools/map_datachecker/server/static_align.h"
Go to the source code of this file.
Classes | |
class | apollo::hdmap::AlignmentAgent< ALIGNMENT_TYPE, REQUEST_TYPE, RESPONSE_TYPE > |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::hdmap | |
apollo::hdmap | |
Typedefs | |
typedef State | apollo::hdmap::AlignmentAgentState |