Apollo
6.0
Open source self driving car software
|
#include <mutex>
#include "cyber/proto/run_mode_conf.pb.h"
#include "cyber/base/atomic_rw_lock.h"
#include "cyber/common/macros.h"
#include "cyber/time/time.h"
Go to the source code of this file.
Classes | |
class | apollo::cyber::Clock |
a singleton clock that can be used to get the current timestamp. The source can be either system(cyber) clock or a mock clock. Mock clock is for testing purpose mainly. More... | |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::cyber | |