1 Star 1 Fork 1

BenJohn / GNSS_INS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
caligni0.h 546 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben John 提交于 2021-04-12 22:43 . Add files via upload
#ifndef CALIGNI0_H
#define CALIGNI0_H
#include <cearth.h>
#include <cquat.h>
#include <cimu.h>
class CAligni0
{
public:
int velAid, t0, t1, t2;
CVect3 vel0, wmm, vmm, vib0, vi0, Pib01, Pib02, Pi01, Pi02, tmpPib0, tmpPi0;
CQuat qib0b;
CEarth eth;
CIMU imu;
double tk;
CQuat qnb0, qnb, qnbsb;
CAligni0(const CVect3 &pos0=O31, const CVect3 &vel0=O31, int velAid=0);
CQuat Update(const CVect3 *wm, const CVect3 *vm, int nSamples, double ts, const CVect3 &vel=O31);
};
#endif // CALIGNI0_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/benjohn/GNSS_INS.git
git@gitee.com:benjohn/GNSS_INS.git
benjohn
GNSS_INS
GNSS_INS
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891