1 Star 0 Fork 0

FanCaoming/clock_prediction

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
LSQ_Iteration.h 431 Bytes
一键复制 编辑 原始数据 按行查看 历史
FanCaoming 提交于 2023-06-29 15:40 . first
#pragma once
#include <Eigen/Eigen>
class LSQ_Iteration
{
private:
/* data */
int cnt;
double InitialTime[3]={0.0};
double InitialClockOffset[3]={0.0};
int Initial;
Eigen::Vector3d Estimate_X;
Eigen::Matrix3d P_old;
public:
LSQ_Iteration(/* args */);
~LSQ_Iteration();
void InputClockOffset(double Time, double ClockOffset);
double PredictionClockOffset(double PredictionTime);
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fancaoming/clock_prediction.git
git@gitee.com:fancaoming/clock_prediction.git
fancaoming
clock_prediction
clock_prediction
master

搜索帮助