Apollo 10.0
自动驾驶开放平台
|
#include <gnss_compensator.h>
Public 成员函数 | |
~LocalizationGnssCompensator () | |
void | ProcessCompensation (const uint64_t ¤t_send_tf_time, uint64_t *measurement_time) |
compensate the time parsed from invalid GNSS data | |
在文件 gnss_compensator.h 第 26 行定义.
apollo::localization::LocalizationGnssCompensator::~LocalizationGnssCompensator | ( | ) |
在文件 gnss_compensator.cc 第 25 行定义.
void apollo::localization::LocalizationGnssCompensator::ProcessCompensation | ( | const uint64_t & | current_send_tf_time, |
uint64_t * | measurement_time | ||
) |
compensate the time parsed from invalid GNSS data
current_send_tf_time | the time of sending tf msg |
measurement_time | GNSS data measurement time |
在文件 gnss_compensator.cc 第 27 行定义.