Ai
1 Star 0 Fork 1

NavLab/GInav_matlab

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
GINavExe.m 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
退休老干部 提交于 2021-10-20 12:07 +08:00 . add wedrive_test.m
%--------------------------------------------------------------------------
%
% %%%%% %%%%% % % % % %
% % % %% %
% % %%% % % % % %%% % %
% % % % % %%
% %%%%% %%%%% % % % % %
%
%
%--------------------------------------------------------------------------
% GINav v0.1.0
%
% Copyright (C) 2020-2025, by Kai Chen, All rights reserved.
%--------------------------------------------------------------------------
% This program is free software,it's distributed in the hope that provide a
% useful tool for carrying out GNSS/INS or GNSS-related research,but
% WITHOUT ANY WARRANTY
%--------------------------------------------------------------------------
clc
clear all %#ok
close all
addpath(genpath(pwd))
global_variable;
% execute GINavCfg to configure input file
[opt,file,gui_flag]=GINavCfg;
if gui_flag==0
return;
end
% execute positioning
exepos(opt,file);
%--------------------------------------------------------------------------
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/NavLab/ginav_matlab.git
git@gitee.com:NavLab/ginav_matlab.git
NavLab
ginav_matlab
GInav_matlab
master

搜索帮助