# Navigation-Learning **Repository Path**: codepool_admin/Navigation-Learning ## Basic Information - **Project Name**: Navigation-Learning - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-04-16 - **Last Updated**: 2025-06-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Navigation-Learning:一个本科生的导航学习笔记

👉👉👉   内容简介| 开源项目| 相关网址| 在线工具| 推荐书籍| 学术讲座| 联系方式   👈👈👈

Static Badge Static Badge Static Badge

✨ 长期更新,分享出来,也许有人用得上,也激励自己坚持学下去;

💡 仓库所有内容都可以随意转载,可用于任何目的,无需征求我的意见;

🍀 把原始文档都放在这了,欢迎大家在我的基础上整理出属于自己的一些文档;

💻 主要是写给初学者,已经有基础的同学应该多看论文和代码,看我的笔记学不到啥;

🛠 不建议直接就下载整个仓库,Markdown 和 PDF 可以在线看,想要的文件可以单独下载

⚙ 目前仓库还不够完善,部分文件还没啥内容,下载之前,建议先点开看看,有没有您期望的资料;

🎉 如果您觉得仓库内容有价值,推荐用 Github-Desktop 下载并保持更新,用 Typora 看 Markdown 文件;

🤺 【点击展开】欢迎随时与我交流:微信 (lizhengxiao99)、QQ (1482275402)、Email (dauger@126.com);

---

👇 以下是本仓库包含的板块,点击跳转 👇

| 🌟 板块 🌟  | 🧾 说明 🧾 | 🛠 完成度 🛠 | | :---------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | **源码解读** | 我对程序的解读,附上流程图、思维导图、相关资料 | 【\=\=\=\=\>             】40% | | **资料整理** | 书籍讲义/视频教程/线上讲座/[综述论文](各领域综述论文)/[外文资料翻译](外文资料翻译) | 【\=\=\=\=\=\=\>        】60% | | **网址整理** | 开源程序/[开源数据](导航定位建图开源数据集记录.md)/在线工具/常用网站/同类仓库推荐 | 【\=\=\=\=\=\=\=\=>   】80% | | [**设备上手**](导航定位设备上手) | 各种 [GNSS](导航定位设备上手/01-GNSS接收机上手.md)/[IMU](导航定位设备上手/02-IMU上手.md)/[Camera](导航定位设备上手/04-SLAM相机上手.md)/[Lidar](导航定位设备上手/05-SLAM激光雷达上手.md) 设备用法、测试数据 | 【\=>                     】10% | | [**指令速查**](常用指令快捷键速查) | [Linux](常用指令快捷键速查.md#Linux)/[Vim](常用指令快捷键速查.md#Vim)/[Git](常用指令快捷键速查.md#Git)/[Docker](常用指令快捷键速查.md#Docker)/[ROS](常用指令快捷键速查.md#ROS)/[Conda](常用指令快捷键速查.md#Conda)/[Typora](常用指令快捷键速查.md#Typora)/[VSCode](常用指令快捷键速查.md#VSCode) | 【\=\=\=\=\>             】40% | | [**编程经验**](程序编译调试经验.md) | 记录一些算法程序编译、调试过程中常遇到的问题 | 【\=\=\=\=\=\=\>        】60% | | [**算法小记**](导航定位算法小记) | 不会一板一眼地推导公式,写点我对导航算法的理解 | 【\=>                     】10% | | [**算法解惑**](导航定位算法解惑.md) | [代码优化](导航定位算法解惑.md#Coding)/[参数估计](导航定位算法解惑.md#Estimate)/[GNSS](导航定位算法解惑.md#GNSS)/[INS组导](导航定位算法解惑.md#INS)/[SLAM](导航定位算法解惑.md#SLAM)/[多源融合](导航定位算法解惑.md#MSF) | 【\=\=\=\>                】30% | | **写在最后** | 欢迎大家在我的基础上整理出属于自己的一些文档 | 【\=\=\=\=\=\=\=\=>   】80% |
---

👇 以下是本仓库重点介绍项目,点击跳转程序简介 👇

| 🌟 开源程序 🌟 | 🧾 简介 🧾 | 🛠 完成度 🛠 | | :---------------------------------------------: | :------------------------------: | :----------------------------------------------------------: | | **RTKLIB** | 最知名的 GNSS 数据处理程序 | 【\=\=\=\=\=\=\>        】60% | | **GAMP** | 基于 RTKLIB 的后处理双频 PPP | 【\=\=\=\=\=\=\=\=>   】80% | | **Great** | 以 GNSS 为核心的算法研究平台 | 【\=\=\=\=\=\=\>        】60% | | **Ginan** | 澳大利亚 PPP 定位/定轨程序 | 【\=>                     】10% | | **SoftGNSS** | MATLAB GPS L1-C/A 码软件接收机 | 【\=\=\=\=\=\=\>        】60% | | **PSINS** | MATLAB/C++ 捷联惯导工具箱 | 【\=\=\=\=\>             】40% | | **GINAV** | GNSS/INS 松紧组合 Matlab 工具箱 | 【\=\=\=\>                】30% | | **KF-GINS** | GNSS/INS-EKF 松组合例程 | 【\=\=\=\=\=\=\=\=\=> 】90% | | **OB-GINS** | GNSS/INS-FGO 松组合例程 | 【\=\=\=\=\>              】40% | | **POSGO** | 图优化 GNSS 伪距单点/双差定位 | 【\=\=\>                   】20% | | **GICI-LIB** | GNSS+INS+Camera 图优化融合定位 | 【\=\=\=\>                】30% | | **VINS** | 光流法视觉惯性图优化 SLAM | 【\=\=\=\>                】30% | | **ORB-SLAM3** | 特征点法视觉惯性图优化 SLAM | 【\=\=\>                   】20% | | **ROS导航功能包** | 自主导航机器人定位/建图/路径规划 | 【\=\=\>                   】20% |
---

🛠 记录一些我看到过的项目,其中加粗的项目会在本仓库介绍 🛠

🔗点击左侧超链接跳转详细介绍页面🔗

| 类型 | 项目/网址 | | :----------------------------------------------------------: | :----------------------------------------------------------: | | [**GNSS 数据处理**](导航定位建图开源项目记录.md#GNSS) | **[RTKLIB](https://www.rtklib.com/)**、[RTKLIB-Demo5](https://github.com/rtklibexplorer/RTKLIB)、[learning_rtklib](https://github.com/LiZhengXiao99/learning_rtklib)、[rtklib-py](https://github.com/rtklibexplorer/rtklib-py)、[pyrtklib](https://github.com/IPNL-POLYU/pyrtklib)、[GPS-RTKLIB-ARM-F407VG](https://github.com/ngochieu642/GPS-RTKLIB-ARM-F407VG)、[MALIB](https://github.com/JAXA-SNU/MALIB)、[MatRTKLIB](https://github.com/taroz/MatRTKLIB)、[Taroz-gsdc2023](https://github.com/taroz/gsdc2023)、[CSSRLib](https://github.com/hirokawa/cssrlib)、[rtklib_ros_bridge](https://github.com/MapIV/rtklib_ros_bridge)、[FiPPP](https://github.com/HuChao-gnss/FiPPP)、[rtkrcv_ros](https://github.com/ajbfinesc/rtkrcv_ros)、**[GAMP](https://geodesy.noaa.gov/gps-toolbox/GAMP.htm)**、[GAMPII-GOOD](https://github.com/zhouforme0318/GAMPII-GOOD)、**[Ginan](https://github.com/GeoscienceAustralia/ginan)**、**[goGPS](https://github.com/goGPS-Project/goGPS_MATLAB)**、[goGPS_Java](https://github.com/goGPS-Project/goGPS_Java)、[BNC](https://igs.bkg.bund.de/ntrip/bnc)、[GREAT-PVT](https://github.com/GREAT-WHU/GREAT-PVT)、[GFZRNX](https://dataservices.gfz-potsdam.de/panmetaworks/showshort.php?id=escidoc:1577894)、[GNSSLogger](https://github.com/google/gps-measurement-tools)、[georinex](https://github.com/geospace-code/georinex)、[GAMIT/GLOBK](http://geoweb.mit.edu/gg/)、[GraphGNSSLib](https://github.com/weisongwen/GraphGNSSLib)、[NavCodeMonitor](https://github.com/weisongwen/NavCodeMonitor)、[Net_Diff](https://github.com/YizeZhang/Net_Diff)、[laika](https://github.com/commaai/laika)、[CSRS-PPP](https://webapp.csrs-scrs.nrcan-rncan.gc.ca/geod/tools-outils/ppp.php)、[POSGO](https://github.com/lizhengnss/POSGO)、[Pride-PPPAR](https://github.com/PrideLab/PRIDE-PPPAR)、[PPPwizard](http://www.ppp-wizard.net/)、[GPSTk](https://github.com/SGL-UT/GPSTk)、[gnsstk](https://github.com/SGL-UT/gnsstk)、[gnsstk-apps](https://github.com/SGL-UT/gnsstk-apps)、[G-NUT/Anubis](https://www.pecny.cz/Joomla25/index.php/gnss/sw/anubis)、[Teqc](https://www.unavco.org/software/data-processing/teqc/teqc.html)、[RNXQCE](https://github.com/cuizilu/RNXQCE)、[Bernese](https://www.bernese.unibe.ch/)、[gLAB](https://github.com/valgur/gLAB?tab=readme-ov-file)、[Look4Sat](https://github.com/rt-bishop/Look4Sat)、[RobustGNSS](https://github.com/wvu-navLab/RobustGNSS)、[ntrip](https://github.com/sevensx/ntrip)、[rtcm](https://github.com/Node-NTRIP/rtcm)、[cors](https://github.com/Erensu/cors)、[VrsCaster](https://github.com/DoubleString/VrsCaster)、[gstream](https://github.com/Jin-Whu/gstream)、[ogrp](https://github.com/Fraunhofer-IIS/ogrp)、[centipede](https://github.com/CentipedeRTK/centipede)、[TouchRTKStation](https://github.com/taroz/TouchRTKStation)、[rtkbase](https://github.com/Stefal/rtkbase)、[GREAT-IFCB](https://github.com/GREAT-WHU/GREAT-IFCB)、[gnss_comm](https://github.com/HKUST-Aerial-Robotics/gnss_comm)、[PPP-BayesTree](https://github.com/wvu-navLab/PPP-BayesTree)、[gnsspy](https://github.com/GNSSpy-Project/gnsspy)、[gnssgo](https://github.com/FengXuebin/gnssgo)、[raPPPid](https://github.com/TUW-VieVS/raPPPid)、[gnss-compass-ros](https://github.com/MapIV/gnss_compass_ros)、[gnss-attitude](https://github.com/low-earth-orbit/gnss-attitude)、[FCB-FILES](https://github.com/FCB-SGG/FCB-FILES)、[MG_APP](https://github.com/XiaoGongWei/MG_APP)、[gps_amcl](https://github.com/midemig/gps_amcl)、[deep_gnss](https://github.com/Stanford-NavLab/deep_gnss)、[TSAnalyzer](https://github.com/wudingcheng/TSAnalyzer)、[GNSS-TimeSeries-Viewers](https://github.com/kmaterna/GNSS_TimeSeries_Viewers)、[RTKinGSS](https://github.com/shaolinbit/RTKinGSS)、[gnss_lib_py](https://github.com/Stanford-NavLab/gnss_lib_py)、[PNT-Integrity](https://github.com/cisagov/PNT-Integrity)、[GORS](https://github.com/lengyanyanjing/GORS)、[GDDS](https://geodesy.noaa.gov/gps-toolbox/gdds.shtml)、[FAST](https://github.com/ChangChuntao/FAST)、[QGOPDD](https://github.com/yhw605/QGOPDD)、[gnss-downloader](https://github.com/Mereithhh/gnss-downloader)、[groops](https://github.com/groops-devs/groops)、[georb](https://github.com/Thomas-Loudis/georb)、[madocalib](https://github.com/QZSS-Strategy-Office/madocalib)、[OREKIT](https://link.zhihu.com/?target=https%3A//www.orekit.org/)、[rt-clk-service](https://github.com/DoubleString/rt-clk-service)、[polaris](https://github.com/PointOneNav/polaris)、[gnss-tec](https://github.com/gnss-lab/gnss-tec)、[utm](https://github.com/sfegan/utm)、[PW-from-GPS](https://github.com/ZiskinZiv/PW_from_GPS)、[GNSS-Multipath-Analysis-Software](https://github.com/paarnes/GNSS_Multipath_Analysis_Software)、[gnss-multipath-detector](https://github.com/EvgeniiMunin/gnss-multipath-detector)、[GNSS-Shadowing](https://github.com/xaedes/GNSS-Shadowing)、[gnssIR-python](https://github.com/kristinemlarson/gnssIR_python)、[GARNO](https://github.com/geoios/GARNO)、[GPSPACE](https://github.com/CGS-GIS/GPSPACE)、[GNSSDataQC](https://github.com/GNSS-FUN/GNSSDataQC)、[gnssr-synth](https://github.com/purnelldj/gnssr_synth)、[gnssIR-matlab-v3](https://github.com/kristinemlarson/gnssIR_matlab_v3)、[gnssrefl](https://github.com/kristinemlarson/gnssrefl)、[gnss2tws-green](https://github.com/jzshhh/gnss2tws_green)、[gnssSNR](https://github.com/kristinemlarson/gnssSNR)、[GNSS-IR](https://github.com/CSolgaard/GNSS-IR)、[mphw](https://github.com/fgnievinski/mphw)、[hgpt_model](https://github.com/pjmateus/hgpt_model)、[GNSSR_MERRByS](https://github.com/pjalesSSTL/GNSSR_MERRByS)、[PyGPSClient](https://github.com/semuconsulting/PyGPSClient)、[STM32Primer2-GNSS-Tracker](https://github.com/nemuisan/STM32Primer2_GNSS_Tracker)、[STM32-GNSS](https://github.com/SimpleMethod/STM32-GNSS)、[GNSSTimeServer](https://github.com/Montecri/GNSSTimeServer)、[GNSS_Clock](https://github.com/stevemarple/GNSS_Clock)、[AgOpenGPS](https://github.com/farmerbriantee/AgOpenGPS)、[nmea-msgs](https://github.com/ros-drivers/nmea_msgs)、[LilyGo-LoRa-Series](https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series)、[HASlib](https://github.com/nlsfi/HASlib)、[HASPPP](https://github.com/ZhangRunzhi20/HASPPP)、[NavDecoder](https://github.com/NavSesne/NavDecoder)、[OSNMA](https://github.com/Algafix/OSNMA)、[galileo-osnma](https://github.com/daniestevez/galileo-osnma)、[GNSSAMS](https://github.com/GanAHE/GNSSAMS)、[geodetic_utils](https://github.com/ethz-asl/geodetic_utils)、[ppp-tools](https://github.com/aewallin/ppp-tools)、[gpstest](https://github.com/barbeau/gpstest)、[iSniff-GPS](https://github.com/hubert3/iSniff-GPS)、[hypatia](https://github.com/snkas/hypatia)、[gps-measurement-tools](https://github.com/google/gps-measurement-tools)、[FE-GUT](https://github.com/zhaoqj23/FE-GUT)、[gnss-RX](https://github.com/HeryMwenegoha/gnss-RX)、[Pypredict](https://github.com/spel-uchile/Pypredict)、[novatel-gps-driver](https://github.com/swri-robotics/novatel_gps_driver)、[GNSSAMS](https://github.com/GanAHE/GNSSAMS)、[GNSS-Radar](https://github.com/taroz/GNSS-Radar)、[geodesy_modeling](https://github.com/kmaterna/geodesy_modeling)、[gnss-odometry](https://github.com/mgoar/gnss-odometry)、[Caster_Project](https://github.com/KOROyo123/Caster_Project)、[rviz_satellite](https://github.com/nobleo/rviz_satellite)、[gnatss](https://github.com/seafloor-geodesy/gnatss)、[gnssr_lowcost](https://github.com/purnelldj/gnssr_lowcost)、[satellite-position-calculation-mapping](https://github.com/egemengulpinar/satellite-position-calculation-mapping)、[SatellitePosition](https://github.com/LStudioLoren/SatellitePosition)、[GNSSTool](https://github.com/quectel-open-source/GNSSTool)、[pynex](https://github.com/swift-nav/pynex)、[pygnssutils](https://github.com/semuconsulting/pygnssutils)、[flipperzero-gps](https://github.com/ezod/flipperzero-gps)、[ROS-GPS](https://github.com/sigmaai/ROS-GPS)、[rtk-rs](https://github.com/rtk-rs)、[ge-gnss-visibility](https://github.com/taroz/ge-gnss-visibility)、[OpenRTK](https://github.com/AndreasArendt/OpenRTK)、[GNSS_RTK](https://github.com/SupakunZ/GNSS_RTK)、[LEOGPS](https://github.com/sammmlow/LEOGPS)、[sse-denoising-gnss](https://github.com/gcostantino/sse-denoising-gnss)、[GPSToolbox 投稿](https://geodesy.noaa.gov/gps-toolbox/exist.htm)、[barbeau-awesome-gnss 整理](https://github.com/barbeau/awesome-gnss)、[hdkarimi-awesome-gnss 整理](https://github.com/hdkarimi/awesome-gnss)、[mcraymer 整理](https://mcraymer.github.io/geodesy/index.html)、[Awesome-Geospatial 整理](https://github.com/sacridini/Awesome-Geospatial)、[GISResourcce 整理](https://gisresources.com/) | | **[GNSS 信号处理](导航定位建图开源项目记录.md#GNSS-Signal)** | **[GNSS-SDR](https://github.com/gnss-sdr/gnss-sdr)**、[gnss-sdr-monitor](https://github.com/acebrianjuan/gnss-sdr-monitor)、**[SoftGNSS](https://github.com/kristianpaul/SoftGNSS)**、[SoftGNSS-python](https://github.com/perrysou/SoftGNSS-python)、**[PocketSDR](https://github.com/tomojitakasu/PocketSDR)**、[GNSS-SDRLIB](https://github.com/taroz/GNSS-SDRLIB)、[nut2nt](https://github.com/amungo/nut2nt)、[Beagle_SDR_GPS](https://github.com/jks-prv/Beagle_SDR_GPS)、[KiwiSDR](https://forum.kiwisdr.com/)、[FlyDog-SDR-GPS](https://github.com/flydog-sdr/FlyDog_SDR_GPS)、[FlyCat-SDR-GPS](https://github.com/flydog-sdr/FlyCat_SDR_GPS)、[Full_Stack_GPS_Receiver](https://github.com/hamsternz/Full_Stack_GPS_Receiver)、[BDS-3-B1C-B2a-SDR-receiver](https://github.com/lyf8118/BDS-3-B1C-B2a-SDR-receiver)、[FGI-GSRx](https://github.com/nlsfi/FGI-GSRx)、[gypsum](https://github.com/codyd51/gypsum)、[sydr](https://github.com/aproposorg/sydr)、[NavLab-DPE-SDR](https://github.com/Stanford-NavLab/NavLab-DPE-SDR)、[multi-channel-gnss](https://github.com/dasdboot/multi-channel-gnss)、[GPUAcceleratedTracking](https://github.com/coezmaden/GPUAcceleratedTracking)、[GNSS-GPS-SDR](https://github.com/JiaoXianjun/GNSS-GPS-SDR)、[SDR-GPS-SPOOF](https://github.com/B44D3R/SDR-GPS-SPOOF)、[gps](https://github.com/psas/gps)、[SnapperGPS](https://snappergps.info/)、[snapshot-gnss-algorithms](https://github.com/JonasBchrt/snapshot-gnss-algorithms)、[gnss-sdr-1pps](https://github.com/oscimp/gnss-sdr-1pps)、[SatDump](https://github.com/SatDump/SatDump)、[gps-sdr-simulink](https://github.com/dmiralles2009/gps-sdr-simulink)、[gps-sdr-sim](https://github.com/osqzss/gps-sdr-sim)、[beidou-sdr-sim](https://github.com/yangfan852219770/beidou-sdr-sim)、[galileo-sdr-sim](https://github.com/harshadms/galileo-sdr-sim)、[gps-qzss-sdr-sim](https://github.com/iGNSS/gps-qzss-sdr-sim)、[multi-sdr-gps-sim](https://github.com/Mictronics/multi-sdr-gps-sim)、[pluto-gps-sim](https://github.com/Mictronics/pluto-gps-sim)、[SignalSim](https://github.com/globsky/SignalSim)、[Microsat-gps-sim](https://github.com/niklasknoell/Microsat-gps-sim)、[GPS_GAL_SSS](https://github.com/domonforyou/GPS_GAL_SSS)、[greta-oto](https://github.com/globsky/greta-oto)、[BD3_FPGA](https://github.com/whc2uestc/BD3_FPGA)、[GNSS-matlab](https://github.com/danipascual/GNSS-matlab)、[oresat-gps-software](https://github.com/oresat/oresat-gps-software)/[hardware](https://github.com/oresat/oresat-gps-hardware)、[MAX2769FT2232H](https://github.com/WKyleGilbertson/MAX2769FT2232H)、[SDR-GB-SAR](https://github.com/jmfriedt/SDR-GB-SAR)、[gps-rf-frontend-sim](https://github.com/iliasam/gps_rf_frontend_sim)、[GNSS-VHDL](https://github.com/danipascual/GNSS-VHDL)、[GNSS-Metadata-Standard](https://github.com/IonMetadataWorkingGroup/GNSS-Metadata-Standard)、[gnss-baseband](https://github.com/j-core/gnss-baseband)、[GPSMAXIM2769b-](https://github.com/vaidhyamookiah/GPSMAXIM2769b-)、[Analog-GPS-data-receiver](https://github.com/leaningktower/Analog-GPS-data-receiver)、[GNSS_Firehose](https://github.com/pmonta/GNSS_Firehose)、[GNSS-DSP-tools](https://github.com/pmonta/GNSS-DSP-tools)、[hard_sydr](https://github.com/aproposorg/hard_sydr)、[B1C-Signals-Simulation](https://github.com/pandaclover/B1C_Signals_Simulation)、[CU-SDR-Collection](https://github.com/gnsscusdr/CU-SDR-Collection)、[ESP32-SDR-GPS](https://github.com/iliasam/ESP32_SDR_GPS)、[STM32F4-SDR-GPS](https://github.com/iliasam/STM32F4_SDR_GPS)、[Fast-GNSS-ReceiverMATLAB](https://github.com/JohnBagshaw/Fast_GNSS_ReceiverMATLAB)、[gnss-sdr-rs](https://github.com/kewei/gnss-sdr-rs)、[sdr-beamforming](https://github.com/ADolbyB/sdr-beamforming)、[gr-gnMAX2769](https://github.com/wkazubski/gr-gnMAX2769)、[gps-sdr](https://github.com/gps-sdr/gps-sdr)、[GPSL1-DPEmodule](https://github.com/Sergio-Vicenzo/GPSL1-DPEmodule)、[esp2822_NMEA_sim](https://github.com/michalpelka/esp2822_NMEA_sim)、[BDS_SDR](https://github.com/nkyang/BDS_SDR) | | **[INS、组合导航](导航定位建图开源项目记录.md#INS)** | [INS_Course_Matlab](https://github.com/LiZhengXiao99/INS_Course_Matlab)、**[PSINS](http://www.psins.org.cn/)**、[Android-PSINSToolbox](https://gitee.com/tmrnic/android-psinstoolbox)、[PSINS-ROS](https://github.com/BohemianRhapsodyz/PSINS-ROS)、[PSINS-Develop-Group](https://github.com/Cattle521/PSINS-Develop-Group)、[NaveCodePro](https://github.com/zelanzou/NaveCodePro)、[PSINS_FIMU](https://github.com/georgenwpu/PSINS_FIMU)、**[KF-GINS](https://github.com/i2Nav-WHU/KF-GINS)**、[KF_GINS_GUI](https://github.com/Wang-Jie-Lucid-Sheep/KF_GINS_GUI)、[py_IMU](https://github.com/Dennissy23/py_IMU)、**[OB-GINS](https://github.com/i2Nav-WHU/OB_GINS)**、**[TGINS](https://github.com/heiwa0519/TGINS)**、[PPPLIB](https://geodesy.noaa.gov/gps-toolbox/PPPLib.htm)、[Compass](https://gitee.com/hw_cc/compass)、[GINAV](https://github.com/kaichen686/GINav)/[v2.0](https://github.com/kaichen686/GINav_v2.0-test)、[IGNAV](https://github.com/Erensu/ignav)、[MATLAB-Groves](https://github.com/zbai/MATLAB-Groves)、[GIOW-release](https://github.com/i2Nav-WHU/GIOW-release)、[imu_x_fusion](https://github.com/cggos/imu_x_fusion)、[OpenIMU](https://github.com/introlab/OpenIMU)、[ronin](https://github.com/Sachini/ronin)、[RINS-W](https://github.com/mbrossar/RINS-W)、[invensense-imu](https://github.com/bolderflight/invensense-imu)、[eagleye](https://github.com/MapIV/eagleye)、[ai-imu-dr](https://github.com/mbrossar/ai-imu-dr)、[NaveCodePro](https://github.com/zelanzou/NaveCodePro)、[InertialNav](https://github.com/priseborough/InertialNav)、[allan-variance-ros](https://github.com/ori-drs/allan_variance_ros)、[eskf_localization](https://github.com/Arcanain/eskf_localization)、[imu_gnss_eskf](https://github.com/zouyajing/imu_gnss_eskf)、[nav_matlab](https://github.com/yandld/nav_matlab)、[imu_zupt](https://github.com/Fixit-Davide/imu_zupt)、[IEZ](https://github.com/pajaraca/IEZ)、[ZUPT-aided-INS](https://github.com/hcarlsso/ZUPT-aided-INS)、[gnss-ins-zupt](https://github.com/wvu-navLab/gnss-ins-zupt)、[corenav-GP](https://github.com/wvu-navLab/corenav-GP)、[kalibr](https://github.com/ethz-asl/kalibr)、[kalibr_allan](https://github.com/rpng/kalibr_allan)、[allan_variance_ros](https://github.com/ori-drs/allan_variance_ros)、[allan_variance](https://github.com/GAVLab/allan_variance)、[imu_allan](https://github.com/alalagong/imu_allan)、[allan_ros2](https://github.com/CruxDevStuff/allan_ros2)、[AdevAnalysis](https://github.com/itsuhane/AdevAnalysis)、[imu-data-simulation](https://github.com/robosu12/imu_data_simulation)、[GPS_IMU_Kalman_Filter](https://github.com/karanchawla/GPS_IMU_Kalman_Filter)、[TightlyCoupledINSGNSS](https://github.com/benzenemo/TightlyCoupledINSGNSS)、[stm32f4_mpu9250](https://github.com/suhetao/stm32f4_mpu9250)、[mpu6050](https://github.com/libdriver/mpu6050)、[mpu9250](https://github.com/libdriver/mpu9250)、[FastIMU](https://github.com/LiquidCGS/FastIMU)、[Wheel-INS ](https://github.com/i2Nav-WHU/Wheel-INS)、[GNSS-INS](https://github.com/hitleeleo/GNSS-INS)、[pyshoe](https://github.com/utiasSTARS/pyshoe)、[imu_tools](https://github.com/CCNYRoboticsLab/imu_tools)、[IMUCalibration-Gesture](https://github.com/shenshikexmu/IMUCalibration-Gesture)、[ImuCalibration-Poistion](https://github.com/shenshikexmu/ImuCalibration-Poistion)、[imu_utils](https://github.com/gaowenliang/imu_utils)、[GyroAllan](https://github.com/XinLiGH/GyroAllan)、[gnss-ins-sim](https://github.com/Aceinna/gnss-ins-sim)、[MEMS-IMU-Denoising](https://github.com/ansfl/MEMS-IMU-Denoising)、[agrobot](https://github.com/nesl/agrobot)、[IBG_EKF_TC](https://github.com/Dennissy23/IBG_EKF_TC)、[ZCJ-GNSSINS-DeepIntegration](https://github.com/kongtian-SiBu/ZCJ_GNSSINS_DeepIntegration)、[Smartphone-IMU-GPS](https://github.com/alexschultze/Smartphone_IMU_GPS)、[INSTINCT](https://github.com/UniStuttgart-INS/INSTINCT)、[Gait-Tracking](https://github.com/xioTechnologies/Gait-Tracking)、[Machine-Learning-GNSS-IMU-Integration](https://github.com/Akpozi/Machine_Learning_GNSS_IMU_Integration)、[ImuCalibration-Poistion](https://github.com/shenshikexmu/ImuCalibration-Poistion)、[ ADIS16470-Arduino-Teensy](https://github.com/juchong/ADIS16470_Arduino_Teensy)、[Seeed_ADIS16470](https://github.com/Seeed-Studio/Seeed_ADIS16470)、[iXR_GNSS-IMU_TightlyCouplingProgram](https://github.com/kakusang2020/iXR_GNSS-IMU_TightlyCouplingProgram)、[KalmanFilter_Vehicle_GNSS_INS](https://github.com/alirezaahmadi/KalmanFilter-Vehicle-GNSS-INS)、[GPS_Milemeter_IMU_EKFLocation](https://github.com/gilbertz/GPS_Milemeter_IMU_EKFLocation)、[IMUNet](https://github.com/BehnamZeinali/IMUNet)、[SmartIMU](https://github.com/KitSprout/SmartIMU)、[IMUSensorModels](https://github.com/hanley6/IMUSensorModels)、[imu_gps_localization](https://github.com/ydsf16/imu_gps_localization)、[dcm-imu](https://github.com/hhyyti/dcm-imu)、[denoise_imu_gyro](https://github.com/mbrossar/denoise-imu-gyro)、[vectornav](https://github.com/dawonn/vectornav)、[OpenIMUFilter](https://github.com/hustcalm/OpenIMUFilter)、[9DOF_Razor_IMU](https://github.com/sparkfun/9DOF_Razor_IMU)、[IMU_Attitude_Estimator](https://github.com/gaochq/IMU_Attitude_Estimator)、[SparkFun_LSM9DS1_Arduino_Library](https://github.com/sparkfun/SparkFun_LSM9DS1_Arduino_Library)、[imu_pipeline](https://github.com/ros-perception/imu_pipeline)、[ESEKF_IMU](https://github.com/aipiano/ESEKF_IMU)、[IMA-estimation](https://github.com/QIJINCHEN/IMA-estimation)、[fusion](https://github.com/Guo-ziwei/fusion)、[Indirect_EKF_IMU_GPS](https://github.com/hgpvision/Indirect_EKF_IMU_GPS)、[gps_imu_fusion](https://github.com/Shelfcol/gps_imu_fusion)、[imu_ekf](https://github.com/mrsp/imu_ekf)、[x-IMU-GUI](https://github.com/xioTechnologies/x-IMU-GUI)、[ekf-imu-depth](https://github.com/SenZHANG-GitHub/ekf-imu-depth)、[imu_tk_matlab](https://github.com/JzHuai0108/imu_tk_matlab)、[imu_tk](https://github.com/Kyle-ak/imu_tk)、[IMU_Preintegration](https://github.com/ujasmandavia/IMU_Preintegration)、[RTIMULib2](https://github.com/HongshiTan/RTIMULib2)、[imu_to_odom](https://github.com/nadiawangberg/imu_to_odom)、[imu-human-pose-pytorch](https://github.com/CHUNYUWANG/imu-human-pose-pytorch)、[IMU-Array](https://github.com/i2Nav-WHU/IMU-Array)、[IMUPoser](https://github.com/FIGLAB/IMUPoser)、[IMUDB](https://github.com/KleinYuan/IMUDB)、[har_with_imu_transformer](https://github.com/yolish/har-with-imu-transformer)、[EyeMU](https://github.com/FIGLAB/EyeMU)、[Attitude-Estimation](https://github.com/pms67/Attitude-Estimation)、[Activity_Detection_using_IMU_sensor](https://github.com/mohan-mj/Activity-Detection-using-IMU-sensor)、[lwoi](https://github.com/CAOR-MINES-ParisTech/lwoi)、[InvariantEKF_GNSS_IMU](https://github.com/mfkiwl/InvariantEKF_GNSS_IMU)、[imu_veh_calib](https://github.com/smallsunsun1/imu_veh_calib)、[ImuMeanFilter](https://github.com/XinLiGH/ImuMeanFilter)、[kalman_filter_with_kitti](https://github.com/motokimura/kalman_filter_with_kitti)、[ImuGpsGuiding](https://github.com/JackJu-HIT/ImuGpsGuiding)、[OpenSimRT](https://github.com/mitkof6/OpenSimRT)、[RTD_phone](https://github.com/milkytipo/RTD_phone)、[ADIS16470_Demo](https://github.com/wmdscjhdpy/ADIS16470_Demo)、[odom_predictor](https://github.com/ethz-asl/odom_predictor)、[robot_pose_ekf](https://github.com/udacity/robot_pose_ekf)、[UKF](https://github.com/krishnasandeep09/UKF)、[gnss-sensor-fusion](https://github.com/betaBison/gnss-sensor-fusion)、[amsi](https://github.com/weisongwen/amsi)、[EgoLocate](https://github.com/Xinyu-Yi/EgoLocate)、[learned_inertial_model_odometry](https://github.com/uzh-rpg/learned_inertial_model_odometry)、[MadgwickAHRS](https://github.com/arduino-libraries/MadgwickAHRS)、[integrated-navigation](https://github.com/XDDz123/integrated-navigation)、[KGP-IAEKF-IGGIII](https://github.com/chi-qhsun/KGP-IAEKF-IGGIII)、[navfusion](https://github.com/nvpadron/navfusion)、[Madgwick_Filter](https://github.com/bjohnsonfl/Madgwick_Filter)、[UrbanRTK-INS-OutlierOpt](https://github.com/Azurehappen/UrbanRTK-INS-OutlierOpt)、[SCH63T_MINI_EVK](https://github.com/tomojitakasu/SCH63T_MINI_EVK)、[GPS_IMU_Kalman_Filter](https://github.com/karanchawla/GPS_IMU_Kalman_Filter)、[Location](https://github.com/yyccR/Location)、[waypoint_nav](https://github.com/nickcharron/waypoint_nav)、[GIOW-release](https://github.com/i2Nav-WHU/GIOW-release)、[pyins](https://github.com/nmayorov/pyins)、[GINS-Navi](https://github.com/lewis5499/GINS-Navi)、[GNSS_INS_Integrations_Comparisons](https://github.com/ZhengdaoLI0602/GNSS_INS_Integrations_Comparisons)、[KF-GINS-ECEF](https://github.com/akui1321/KF-GINS-ECEF)、[TDL-GNSS](https://github.com/ebhrz/TDL-GNSS)、[RGIOE](https://github.com/rebeater2/RGIOE) | | **[视觉 SLAM](导航定位建图开源项目记录.md#Vision)** | **[Vins-Mono](https://github.com/HKUST-Aerial-Robotics/VINS-Mono)/[Fusion](https://github.com/HKUST-Aerial-Robotics/VINS-Fusion)**、**[ORB-SLAM3](https://github.com/UZ-SLAMLab/ORB_SLAM3)**/[2](https://github.com/raulmur/ORB_SLAM2)/[1](https://github.com/raulmur/ORB_SLAM)、[OpenVINS](https://github.com/rpng/open_vins)、[Openvslam](https://github.com/xdspacelab/openvslam)、[svo](https://github.com/uzh-rpg/rpg_svo)、[svo_pro](https://github.com/uzh-rpg/rpg_svo_pro_open)、[msckf_vio](https://github.com/KumarRobotics/msckf_vio)、[okvis](https://github.com/ethz-asl/okvis)、[DM-VIO](https://github.com/lukasvst/dm-vio)、[DSO](https://github.com/JakobEngel/dso)、[DSOL](https://github.com/versatran01/dsol)、[wildnav](https://github.com/TIERS/wildnav)、[NeRF](https://github.com/bmild/nerf)、[H3](https://github.com/SYSU-STAR/H3-Mapping)/[H2-Mapping](https://github.com/SYSU-STAR/H2-Mapping)、[gaussian-splatting](https://github.com/graphdeco-inria/gaussian-splatting)、[2d-gaussian-splatting](https://github.com/hbb1/2d-gaussian-splatting)、[Elasticfusion](https://github.com/mp3guy/ElasticFusion)、[OpenMVG](https://github.com/openMVG/openMVG)、[Meshroom](https://github.com/alicevision/Meshroom)、[Kintinuous](https://github.com/mp3guy/Kintinuous)、[Mvision](https://github.com/Ewenwan/MVision)、[rgbdslam_v2](https://github.com/felixendres/rgbdslam_v2)、[camera_calibration](https://github.com/puzzlepaint/camera_calibration)、[crisp](https://github.com/hovren/crisp)、[VideoIMUCapture-Android](https://github.com/DavidGillsjo/VideoIMUCapture-Android)、[OpenImuCameraCalibrator](https://github.com/urbste/OpenImuCameraCalibrator)、[Structure-SLAM-PointLine](https://github.com/yanyan-li/Structure-SLAM-PointLine)、[SLAM_interface](https://github.com/Tompson11/SLAM_interface)、[Sync_Pola_IMU_ROS](https://github.com/BlanchonMarc/Sync_Pola_IMU_ROS)、[ViDAR](https://github.com/OpenDriveLab/ViDAR)、[BEVFormer](https://github.com/fundamentalvision/BEVFormer)、[aruco_ekf_slam](https://github.com/ydsf16/aruco_ekf_slam)、[ AVP-SLAM-SIM](https://github.com/TurtleZhong/AVP-SLAM-SIM)、[MSCKF_VIO_MONO](https://github.com/UMiNS/MSCKF_VIO_MONO)、[VIW-Fusion](https://github.com/TouchDeeper/VIW-Fusion)、[awesome-visual-slam 整理](https://github.com/tzutalin/awesome-visual-slam)、[Recent_SLAM_Research 整理](https://github.com/YiChenCityU/Recent_SLAM_Research)、[Awesome CV Works 整理](https://vincentqin.tech/posts/awesome-works/)、[Lee-SLAM-source 整理](https://github.com/AlbertSlam/Lee-SLAM-source)、[Awesome-SLAM 整理](https://github.com/SilenceOverflow/Awesome-SLAM)、[awesome-slam 整理](https://github.com/kanster/awesome-slam)、[Awesome_Dynamic_SLAM 整理](https://github.com/zhuhu00/Awesome_Dynamic_SLAM)、[awesome-NeRF 整理](https://github.com/awesome-NeRF/awesome-NeRF)、[visual-slam-roadmap 整理](https://github.com/changh95/visual-slam-roadmap)、[Visual_SLAM_Related_Research 整理](https://github.com/wuxiaolang/Visual_SLAM_Related_Research)、[vins-application 整理](https://github.com/engcang/vins-application)、[Recent-Stars-2024 整理](https://github.com/Vincentqyw/Recent-Stars-2024)、[Visual Navigation 整理](https://paperswithcode.com/task/visual-navigation)、[Awesome-Optical-Flow 整理](https://github.com/hzwer/Awesome-Optical-Flow)、[awesome-Implicit-NeRF-SLAM 整理](https://github.com/DoongLi/awesome-Implicit-NeRF-SLAM)、[awesome-computer-vision 整理](https://github.com/jbhuang0604/awesome-computer-vision)、[awesome-semantic-segmentation 整理](https://github.com/mrgloom/awesome-semantic-segmentation)、[awesome_3d_slam_resources 整理](https://github.com/qxiaofan/awesome_3d_slam_resources)、[awesome-road-environment-segmentation 整理](https://github.com/DaveLogs/awesome-road-environment-segmentation)、[Awesome-BEV-Perception-Multi-Cameras 整理](https://github.com/chaytonmin/Awesome-BEV-Perception-Multi-Cameras) | | **[激光 SLAM](导航定位建图开源项目记录.md#Lidar)** | [Gmapping](https://github.com/ros-perception/slam_gmapping)、[Cartographer](https://github.com/cartographer-project/cartographer)、[hector-slam](https://github.com/tu-darmstadt-ros-pkg/hector_slam)、[LeGO-LOAM](https://github.com/RobustFieldAutonomyLab/LeGO-LOAM)、[LOAM-Livox](https://github.com/hku-mars/loam_livox)、[A-LOAM](https://github.com/HKUST-Aerial-Robotics/A-LOAM)、[SuMa](https://github.com/jbehley/SuMa)、[LIO-SAM](https://github.com/TixiaoShan/LIO-SAM)、[FAST-LIO-SAM](https://github.com/kahowang/FAST_LIO_SAM)、[FAST-LIO](https://github.com/hku-mars/FAST_LIO)、[LIO-Mapping](https://github.com/hyye/lio-mapping)、[CT-ICP](https://github.com/jedeschaud/ct_icp)、[Coco-LIC](https://github.com/APRIL-ZJU/Coco-LIC)、[BoW3D](https://github.com/YungeCui/BoW3D)、[OverlapNet](https://github.com/PRBonn/OverlapNet)、[CloudViewer](https://github.com/nightn/CloudViewer)、[Lidar_AI_Solution](https://github.com/NVIDIA-AI-IOT/Lidar_AI_Solution)、[lidar_IMU_calib](https://github.com/APRIL-ZJU/lidar_IMU_calib)、[LT-Mapper](https://github.com/gisbi-kim/lt-mapper)、[LiDAR_IMU_Init](https://github.com/hku-mars/LiDAR_IMU_Init)、[RIs-Calib](https://github.com/Unsigned-Long/RIs-Calib)、[GMMCalib](https://github.com/TUMFTM/GMMCalib)、[Radar-Basic-Algorithm](https://github.com/flappyimi/Radar-Basic-Algorithm)、[Extended-Kalman-Filter](https://github.com/shazraz/Extended-Kalman-Filter)、[GRIL-Calib](https://github.com/Taeyoung96/GRIL-Calib)、[FF-LINS](https://github.com/i2Nav-WHU/FF-LINS)、[I2EKF-LO](https://github.com/YWL0720/I2EKF-LO)、[OpenRadar](https://github.com/PreSenseRadar/OpenRadar)、[awesome-lidar 整理](https://github.com/szenergy/awesome-lidar)、[awesome-point-cloud-place-recognition 整理](https://github.com/kxhit/awesome-point-cloud-place-recognition)、[awesome-sar 整理](https://github.com/RadarCODE/awesome-sar)、[awesome-radar-perception 整理](https://github.com/ZHOUYI1023/awesome-radar-perception)、[awesome-deep-point-cloud-compression 整理](https://github.com/kaiwangm/awesome-deep-point-cloud-compression)、[awesome-point-cloud-analysis 整理](https://github.com/Yochengliu/awesome-point-cloud-analysis)、[Awesome_Laser_scanners 整理](https://github.com/mvarga1989/Awesome_Laser_scanners)、[awesome-point-cloud-analysis-2023](https://github.com/NUAAXQ/awesome-point-cloud-analysis-2023)、[awesome-lidar-curb-detection 整理](https://github.com/crankler/awesome-lidar-curb-detection)、[LiDAR-Guide 整理](https://github.com/mikeroyal/LiDAR-Guide)、[awesome-data-labeling-tools 整理](https://github.com/HuangCongQing/awesome-data-labeling-tools)、[Awesome-Dynamic-Point-Cloud-Analysis 整理](https://github.com/hehefan/Awesome-Dynamic-Point-Cloud-Analysis)、[awesome-point-cloud-scene-flow 整理](https://github.com/MaxChanger/awesome-point-cloud-scene-flow) | | **[多源融合](导航定位建图开源项目记录.md#Fusion)** | **[GICI-LIB](https://github.com/chichengcn/gici-open)**、[GVINS](https://github.com/HKUST-Aerial-Robotics/GVINS)、[GLIO](https://github.com/XikunLiu-huskit/GLIO)、[InGVIO](https://github.com/ChangwuLiu/InGVIO)、[Multi-Sensor-Fusion](https://github.com/2013fangwentao/Multi_Sensor_Fusion)、[MSF_developed](https://github.com/milkytipo/MSF_developed)、[MINS](https://github.com/rpng/MINS)、[mars_lib](https://github.com/aau-cns/mars_lib)、[MMF-LVINS](https://github.com/Grandzxw/MMF-LVINS)、[raw-gnss-fusion](https://github.com/JonasBchrt/raw-gnss-fusion)、[ESEKF-IMU-GNSS-Lidar](https://github.com/NekSfyris/ESEKF_IMU_GNSS_Lidar)、[imu_x_fusion](https://github.com/cggos/imu_x_fusion)、[RTK-Visual-Inertial-Navigation](https://github.com/xiaohong-huang/RTK-Visual-Inertial-Navigation)、[IC_GVINS](https://github.com/i2Nav-WHU/IC-GVINS)、[FAST-LIVO](https://github.com/hku-mars/FAST-LIVO)、[VINS-GPS-Wheel](https://github.com/Wallong/VINS-GPS-Wheel)、[sync_gps_lidar_imu_cam](https://github.com/nkliuhui/sync_gps_lidar_imu_cam)、[carvig](https://github.com/Erensu/carvig)、[LVI-SAM](https://link.zhihu.com/?target=https%3A//github.com/TixiaoShan/LVI-SAM)、[ekfmonoslam](https://github.com/JzHuai0108/ekfmonoslam)、[ethzasl_msf](https://github.com/ethz-asl/ethzasl_msf)、[NaveGo](https://github.com/rodralez/NaveGo)、[robot_localization](https://github.com/cra-ros-pkg/robot_localization)、[YabLoc](https://github.com/tier4/YabLoc)、[ILCC](https://github.com/mfxox/ILCC)、[ekfmonoslam](https://github.com/JzHuai0108/ekfmonoslam)、[SuperFusion](https://github.com/haomo-ai/SuperFusion)、[Sensor-Fusion-Using-ES-EKF](https://github.com/paulyehtw/Sensor-Fusion-Using-ES-EKF)、[msckf_vio_GPS](https://github.com/loveforeverLi/msckf_vio_GPS)、[GPS-Gaussian](https://github.com/aipixel/GPS-Gaussian)、[clic](https://github.com/APRIL-ZJU/clic)、[multimodal_data_studio](https://github.com/ccyinlu/multimodal_data_studio)、[limo](https://github.com/johannes-graeter/limo)、[UWB-VIO-FUSE](https://github.com/pikkuri14/UWB-VIO-FUSE)、[FAST-LIO-Multi-Sensor-Fusion](https://github.com/zhh2005757/FAST-LIO-Multi-Sensor-Fusion)、[multi-sensor-calibration](https://github.com/tudelft-iv/multi_sensor_calibration)、[SensorsCalibration](https://github.com/PJLab-ADG/SensorsCalibration)、[Calibration-Is-All-You-Need](https://github.com/linClubs/Calibration-Is-All-You-Need)、[Awesome-LiDAR-Camera-Calibration](https://github.com/Deephome/Awesome-LiDAR-Camera-Calibration)、[Awesome-LiDAR-IMU-calibration 整理](https://github.com/Taeyoung96/Awesome-LiDAR-IMU-calibration) | | **[参数估计](导航定位建图开源项目记录.md#Estimate)** | [kalman(C++)](https://github.com/mherb/kalman)、[Kalman(Py)](https://github.com/balzer82/Kalman)、[kalman(go)](https://github.com/konimarti/kalman)、[bayes-filters-lib](https://github.com/robotology/bayes-filters-lib)、[filterpy](https://github.com/rlabbe/filterpy)、[DynAdjust](https://github.com/icsm-au/DynAdjust)、[KalmanFilter(四种编程语言)](https://github.com/mannyray/KalmanFilter)、[kalman_filter(C)](https://github.com/xiahouzuoxin/kalman_filter)、[kalman-cpp(Eigen)](https://github.com/hmartiro/kalman-cpp)、[kalman-filter(30行np)](https://github.com/zziz/kalman-filter)、[bayesian-kalmanfilter](https://github.com/r9y9/bayesian-kalmanfilter)、[easykf](https://github.com/jeremyfix/easykf)、[CarND-Extended-Kalman-Filter-Project](https://github.com/udacity/CarND-Extended-Kalman-Filter-Project)、[Kalman-and-Bayesian-Filters-in-Python](https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python)、[Comparison-of-UKF-CKF-EKF](https://github.com/korken89/Comparison-of-UKF-CKF-EKF)、[TinyEKF](https://github.com/simondlevy/TinyEKF)、[Adjustment-Of-Traverse-Network](https://github.com/AkexStar/Adjustment-Of-Traverse-Network)、[Kalman-Filter-for-Sensor-Fusion](https://github.com/sharathsrini/Kalman-Filter-for-Sensor-Fusion)、[Embedded_UKF_Library](https://github.com/pronenewbits/Embedded_UKF_Library)、[KF-a-priori](https://github.com/Maria-Kulikova/KF-a-priori)、[KF-a-posteriori](https://github.com/Maria-Kulikova/KF-a-posteriori)、[MCCKF-a-posteriori](https://github.com/Maria-Kulikova/MCCKF-a-posteriori)、[MCCKF-a-priori](https://github.com/Maria-Kulikova/MCCKF-a-priori)、[KF-GARCH-in-Mean](https://github.com/Maria-Kulikova/KF-GARCH-in-Mean)、[LBFGS-Lite](https://github.com/ZJU-FAST-Lab/LBFGS-Lite)、[rednose](https://github.com/commaai/rednose)、[SimpleKalmanFilter](https://github.com/denyssene/SimpleKalmanFilter)、[SFND_Unscented_Kalman_Filter](https://github.com/udacity/SFND_Unscented_Kalman_Filter)、[kalmanif](https://github.com/artivis/kalmanif)、[kalman_filter(Jupyter Notebook)](https://github.com/tbmoon/kalman_filter)、[KalmanFilter(Swift )](https://github.com/wearereasonablepeople/KalmanFilter)、[Radar-Basic-Algorithm](https://github.com/flappyimi/Radar-Basic-Algorithm)、[Kalman(Arduino)](https://github.com/rfetick/Kalman)、[KalmanFilter-for-Arduino](https://github.com/nut-code-monkey/KalmanFilter-for-Arduino)、[KalmanRx](https://github.com/kibotu/KalmanRx)、[robust-kalman](https://github.com/milsto/robust-kalman)、[ukf](https://github.com/sfwa/ukf)、[ukfm](https://github.com/CAOR-MINES-ParisTech/ukfm)、[ukfLib](https://github.com/ivo-georgiev/ukfLib)、[UKF](https://github.com/Efreeto/UKF)、[pyUKF](https://github.com/balghane/pyUKF)、[UKFSharp](https://github.com/prozoroff/UKFSharp)、[kalman-clib](https://github.com/sunsided/kalman-clib)、[Kalman-Filter-for-Beginners](https://github.com/philbooks/Kalman-Filter-for-Beginners)、[ikalman](https://github.com/lacker/ikalman)、[kalman_filters](https://github.com/tysik/kalman_filters)、[IKFoM](https://github.com/hku-mars/IKFoM)、[KalmanFilterTutorial](https://github.com/zeal-up/KalmanFilterTutorial)、[KalmanFiltering](https://github.com/irvingzhang/KalmanFiltering)、[how-kalman-filters-work-examples](https://github.com/tuckermcclure/how-kalman-filters-work-examples)、[OpenKF](https://github.com/Al-khwarizmi-780/OpenKF)、[Data_Fusion_Course](https://github.com/Changjing-Liu/Data_Fusion_Course)、[FKF](https://github.com/zarathustr/FKF)、[switching-kalman-filter](https://github.com/tristandeleu/switching-kalman-filter)、[KalmanFilters.jl](https://github.com/JuliaGNSS/KalmanFilters.jl)、[tf-kalman](https://github.com/ansukla/tf-kalman)、[GNC-and-ADAPT](https://github.com/MIT-SPARK/GNC-and-ADAPT)、[auto_ks](https://github.com/cvxgrp/auto_ks)、[SCL-RKF-code](https://github.com/kaiodt/SCL-RKF-code)、[IKFoM](https://github.com/hku-mars/IKFoM)、[weighted-likelihood-filter](https://github.com/gerdm/weighted-likelihood-filter) | | **[室内定位、手机定位](导航定位建图开源项目记录.md#Indoor)** | [openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose)、[uwb-localization](https://github.com/lijx10/uwb-localization)、[Location](https://github.com/yyccR/Location)、[SensorServer](https://github.com/umer0586/SensorServer)、[Fusion-DHL](https://github.com/Sachini/Fusion-DHL)、[Indoor-Positioning](https://github.com/GXW19961104/Indoor-Positioning)、[UWB-Node](https://github.com/KitSprout/UWB-Node)、[RTLS-UWB](https://github.com/Mereithhh/RTLS-UWB)、[positioning-algorithms-for-uwb-matlab](https://github.com/cliansang/positioning-algorithms-for-uwb-matlab)、[UWB_DualAntenna_AoA](https://github.com/ETH-PBL/UWB_DualAntenna_AoA)、[Pedometer](https://github.com/mirraico/Pedometer)、[ahrs](https://github.com/Mayitzin/ahrs)、[ios_logger](https://github.com/Varvrar/ios_logger)、[GetSensorData_Android](https://github.com/lopsi/GetSensorData_Android)、[LoRa_2G4_localization](https://github.com/alphaLeporis/LoRa_2G4_localization)、[DeadReckoning](https://github.com/nisargnp/DeadReckoning)、[dead-reckoning](https://github.com/jhultman/dead-reckoning)、[Smartlight_UWB](https://github.com/Zekke-e/Smartlight_UWB)、[senslogs](https://github.com/tyrex-team/senslogs)、[vrs](https://github.com/facebookresearch/vrs)、[Pedestrian-Dead-Reckoning](https://github.com/Zidane-Han/Pedestrian-Dead-Reckoning)、[UWBPositioning](https://github.com/Meihai/UWBPositioning)、[util-uwb-dataset](https://github.com/utiasDSL/util-uwb-dataset)、[RSSI-Dataset-for-Indoor-Localization-Fingerprinting](https://github.com/pspachos/RSSI-Dataset-for-Indoor-Localization-Fingerprinting)、[Thrifty](https://github.com/swkrueger/Thrifty)、[bluetooth_gnss](https://github.com/ykasidit/bluetooth_gnss)、[MAINSvsMAGEKF](https://github.com/Huang-Chuan/MAINSvsMAGEKF)、[IndoorPos](https://github.com/megagao/IndoorPos)、[Awesome-Human-Activity-Recognition 整理](https://github.com/iGNSS/Awesome-Human-Activity-Recognition)、[Awesome-WiFi-CSI-Research 整理](https://github.com/wuzhiguocarter/Awesome-WiFi-CSI-Research) | | **[规划控制](导航定位建图开源项目记录.md#Control)** | [**navigation**](https://github.com/ros-planning/navigation)、**[navigation2 ](https://github.com/ros-planning/navigation2)**、[Apollo](https://github.com/ApolloAuto/apollo)、[Autoware](https://github.com/autowarefoundation/autoware)、[PX4-Autopilot](https://github.com/PX4/PX4-Autopilot)、[ardupilot](https://github.com/ArduPilot/ardupilot)、[mars](https://github.com/OPEN-AIR-SUN/mars)、[Avem](https://github.com/avem-labs/Avem)、[dRehmFlight](https://github.com/nickrehm/dRehmFlight)、[PathPlanning](https://github.com/zhm-real/PathPlanning)、[MissionPlanner](https://github.com/ArduPilot/MissionPlanner)、[slam_toolbox](https://github.com/SteveMacenski/slam_toolbox)、[neonavigation](https://github.com/at-wat/neonavigation)、[rmcl](https://github.com/uos/rmcl)、[navigator](https://github.com/Nova-UTD/navigator)、[self-driving-car](https://github.com/ndrplz/self-driving-car)、[NamelessCotrunQuad_V1.0](https://github.com/wustyuyi/NamelessCotrunQuad_V1.0)、[ONE-Robot](https://github.com/peng-zhihui/ONE-Robot)、[RoboND-EKFLab](https://github.com/udacity/RoboND-EKFLab)、[ros_motion_planning](https://github.com/ai-winter/ros_motion_planning)、[AutoTrans](https://github.com/SYSU-STAR/AutoTrans)、[CICRSIM](https://github.com/SYSU-STAR/CICRSIM)、[FC-Planner](https://github.com/SYSU-STAR/FC-Planner)、[FC-Hetero](https://github.com/SYSU-STAR/FC-Hetero)、[OccNet](https://github.com/OpenDriveLab/OccNet)、[UniAD](https://github.com/OpenDriveLab/UniAD)、[End-to-end-Autonomous-Driving](https://github.com/OpenDriveLab/End-to-end-Autonomous-Driving)、[Birds-eye-view-Perception](https://github.com/OpenDriveLab/Birds-eye-view-Perception)、[teb_local_planner_tutorials](https://github.com/rst-tu-dortmund/teb_local_planner_tutorials)、[chhRobotics_CPP](https://github.com/CHH3213/chhRobotics_CPP)、[ Smart-UAV-Return-GNSS-Station](https://github.com/citec-spbu/Smart-UAV-Return-GNSS-Station)、[Awesome-Self-Driving 整理](https://github.com/iGNSS/Awesome-Self-Driving)、[Autopilot-Notes 整理](https://github.com/gotonote/Autopilot-Notes)、[Awesome-IntelligentCarRace 整理](https://github.com/ittuann/Awesome-IntelligentCarRace)、[Awesome-Autonomous-Driving 整理](https://github.com/PeterJaq/Awesome-Autonomous-Driving)、[awesome-autonomous-vehicles 整理](https://github.com/manfreddiaz/awesome-autonomous-vehicles)、[awesome-robotic-tooling 整理](https://github.com/Ly0n/awesome-robotic-tooling)、[awesome-self-driving-car 整理](https://github.com/daohu527/awesome-self-driving-car)、[awesome-ros-tools 整理](https://github.com/oleg-Shipitko/awesome-ros-tools)、[Awesome-IntelligentCarRace 整理](https://github.com/ittuann/Awesome-IntelligentCarRace) | | **[AI](导航定位建图开源项目记录.md#Control)** | [tensorflow](https://github.com/tensorflow/tensorflow)、[keras](https://github.com/keras-team/keras)、[Paddle](https://github.com/PaddlePaddle/Paddle)、[pytorch](https://github.com/pytorch/pytorch)、[Theano](https://github.com/Theano/Theano)、[wekan](https://github.com/wekan/wekan)、[caffe](https://github.com/BVLC/caffe)、[torch7](https://github.com/torch/torch7)、[yolov5](https://github.com/ultralytics/yolov5)、[DeepSpeed](https://github.com/microsoft/DeepSpeed)、[transformers](https://github.com/huggingface/transformers)、[accelerate](https://github.com/huggingface/accelerate)、[mindspore](https://github.com/mindspore-ai/mindspore)、[jittor](https://github.com/Jittor/jittor)、[oneflow](https://github.com/Oneflow-Inc/oneflow)、[x-deeplearning](https://github.com/alibaba/x-deeplearning)、[MegEngine](https://github.com/MegEngine/MegEngine)、[ncnn](https://github.com/Tencent/ncnn)、[FinRL](https://github.com/AI4Finance-Foundation/FinRL)、[spinningup](https://github.com/openai/spinningup)、[baselines](https://github.com/openai/baselines)、[stable-baselines](https://github.com/hill-a/stable-baselines)、[mxnet](https://github.com/apache/mxnet)、[MegEngine](https://github.com/MegEngine/MegEngine)、[TensorRT](https://github.com/NVIDIA/TensorRT)、[darknet](https://github.com/pjreddie/darknet)、[darknet_ros](https://github.com/leggedrobotics/darknet_ros)、[mxnet](https://github.com/apache/mxnet)、[CNTK](https://github.com/microsoft/CNTK)、[matconvnet](https://github.com/vlfeat/matconvnet)、[chainer](https://github.com/chainer/chainer)、[onnx](https://github.com/onnx/onnx)、[Theano](https://github.com/Theano/Theano)、[ros_deep_learning](https://github.com/dusty-nv/ros_deep_learning)、[mamba](https://github.com/state-spaces/mamba)、[efficient-kan](https://github.com/Blealtan/efficient-kan)、[awesome-machine-learning 整理](https://github.com/josephmisiti/awesome-machine-learning)、[DeepLearning 整理](https://github.com/Mikoto10032/DeepLearning)、[awesome-deep-learning 整理](https://github.com/ChristosChristofidis/awesome-deep-learning)、[Deep-Learning-Papers-Reading-Roadmap 整理](https://github.com/floodsung/Deep-Learning-Papers-Reading-Roadmap)、[awesome-deep-learning-papers 整理](https://github.com/terryum/awesome-deep-learning-papers)、[awesome-chatgpt-prompts-zh 整理](https://github.com/PlexPt/awesome-chatgpt-prompts-zh)、[awesome-machine-learning-cn 整理](https://github.com/jobbole/awesome-machine-learning-cn)、[Awesome-PyTorch-Chinese 整理](https://github.com/INTERMT/Awesome-PyTorch-Chinese) | | **[C++库](导航定位建图开源项目记录.md#CPP)** | [Eigen](https://eigen.tuxfamily.org/index.php?title=Main_Page)、[OpenBLAS](https://github.com/OpenMathLib/OpenBLAS)、[Gflags](https://github.com/gflags/gflags)、[Glog](https://github.com/google/glog)、[easyloggingpp](https://github.com/abumq/easyloggingpp)、[Ceres-Solver](https://github.com/ceres-solver/ceres-solver)、[g2o](https://github.com/RainerKuemmerle/g2o)、[gtsam](https://github.com/borglab/gtsam)、[Yaml-Cpp](https://github.com/jbeder/yaml-cpp)、[OpenCV](https://github.com/opencv/opencv)、[PCL](https://pointclouds.org/)、[Boost](https://github.com/boostorg/boost)、[better-enums](http://github.com/aantron/better-enums)、[DBoW2](https://github.com/dorian3d/DBoW2)、[matplotlib-cpp](https://github.com/lava/matplotlib-cpp)、[progressbar](https://github.com/gipert/progressbar)、[googletest](https://github.com/google/googletest) | | **[Python包](导航定位建图开源项目记录.md#Python)** | [pip](https://pypi.org/project/pip/)、[NumPy](https://numpy.org/)、[matplotlib](https://matplotlib.org/)、[Basemap](https://basemaptutorial.readthedocs.io/en/latest/)、[SciPy](https://scipy.org/)、[joblib](https://joblib.readthedocs.io/)、[PyYAML](https://pyyaml.org/)、[Requests](https://requests.readthedocs.io/) | | **[开源数据集](导航定位建图开源数据集记录.md)** | [PSINS 网站](http://www.psins.org.cn/dhsj)、[i2NAV-awesome-gins-datasets](https://github.com/i2Nav-WHU/awesome-gins-datasets)、 [weisongwen-UrbanNavDataset](https://github.com/weisongwen/UrbanNavDataset)、[UrbanLoco](https://github.com/weisongwen/UrbanLoco)、[PPPLib-Dataset](https://github.com/heiwa0519/PPPLib-Dataset)、[gici-open-dataset](https://github.com/chichengcn/gici-open-dataset)、[GVINS-Dataset](https://github.com/HKUST-Aerial-Robotics/GVINS-Dataset)、[gnsstk-data](https://github.com/SGL-UT/gnsstk-data)、[GNSS_RTK_data](https://github.com/jdesbonnet/GNSS_RTK_data)、[cssrlib-data](https://github.com/hirokawa/cssrlib-data)、[comma2k19](https://github.com/commaai/comma2k19)、[SJTU_GVI](https://github.com/sjtuyinjie/SJTU_GVI)、[Railway-Precise-Localization](https://github.com/ETH-PBL/Railway-Precise-Localization)、[precision-gnss](https://github.com/amazon-science/precision-gnss)、[SYSU-Campus-GVI-Dataset](https://github.com/SYSU-CPNTLab/SYSU-Campus-GVI-Dataset)、[GVI-SYSU-Outdoor-Indoor-Dataset](https://github.com/SYSU-CPNTLab/GVI-SYSU-Outdoor-Indoor-Dataset)、[S3E](https://github.com/PengYu-Team/S3E)、[LBL-AQUALOC-Dataset](https://github.com/SYSU-CPNTLab/LBL-AQUALOC-Dataset)、[nebula-odometry-dataset](https://github.com/NeBula-Autonomy/nebula-odometry-dataset)、[vio-gnss-dataset](https://github.com/AaltoVision/vio-gnss-dataset)、[cssrlib-data](https://github.com/iGNSS/cssrlib-data)、[comma2k19](https://github.com/commaai/comma2k19)、[IMU_dataset](https://github.com/miguelrasteiro/IMU_dataset)、[HR_IMU_falldetection_dataset](https://github.com/nhoyh/HR_IMU_falldetection_dataset)、[imu_comparison_data](https://github.com/eruffaldi/imu_comparison_data)、[HumanInertialPose](https://github.com/ManuelPalermo/HumanInertialPose)、[H2LID](https://github.com/duanxz0127/H2LID)、[FusionPoser](https://github.com/LuzyCat/FusionPoser)、[ECC_dataset](https://github.com/AtDinesh/ECC_dataset)、[TRIPOD](https://github.com/HPI-CH/TRIPOD)、[broad](https://github.com/dlaidig/broad)、[BROAD_IMU_dataset](https://github.com/Armanasq/BROAD_IMU_dataset)、[HAR_IMU_Stretch](https://github.com/thunguyenth/HAR_IMU_Stretch)、[Genshin-Impact-Dataset](https://github.com/zhaoxuhui/Genshin-Impact-Dataset)、[utbm_robocar_dataset](https://github.com/epan-utbm/utbm_robocar_dataset)、[uwb-drone-dataset](https://github.com/TIERS/uwb-drone-dataset)、[UWB_TDOA_dataset](https://github.com/Williamwenda/UWB_TDOA_dataset)、[Industrial-UWB-localization-CIR-dataset](https://github.com/JaronFontaine/Industrial-UWB-localization-CIR-dataset)、[M2DGR](https://github.com/SJTU-ViSYS/M2DGR)、[Roller-Coaster-SLAM-Dataset](https://github.com/Factor-Robotics/Roller-Coaster-SLAM-Dataset)、[IR-UWB-Radar-Signal-Dataset-for-Dense-People-Counting](https://github.com/yangxiuzhu777/IR-UWB-Radar-Signal-Dataset-for-Dense-People-Counting)、[UWB_Dataset](https://github.com/unmannedlab/UWB_Dataset)、[uwb-nlos-human-detection](https://github.com/disi-unibo-nlp/uwb-nlos-human-detection)、[snapshot-gnss-data1](https://github.com/JonasBchrt/snapshot-gnss-data)/[2](https://github.com/JonasBchrt/snapshot-gnss-data-2)、[IURHA2023](https://github.com/njursi/IURHA2023)、[WHU-TLS](https://github.com/WHU-USI3DV/WHU-TLS)、[WHU-Helmet](https://github.com/kafeiyin00/WHU-HelmetDataset)、[WHU-Urban-3D](https://whu3d.com/)、[WHU-Railway3D](https://github.com/WHU-USI3DV/WHU-Railway3D)、[WHU-Smartphone-Dataset](https://github.com/CJQP/WHU-Smartphone-Dataset)、[GNSSbuoy](https://github.com/yangleir/GNSSbuoy)、[ShoeMountIMU-Dataset](https://github.com/ECG-XMU/ShoeMountIMU-Dataset)、[legkilo-dataset](https://github.com/ouguangjun/legkilo-dataset)、[SIMUL-dataset](https://github.com/simpleLoc/SIMUL-dataset)、[Meshed_IMU_Garment_HAR_Dataset](https://github.com/eno-lab/Meshed_IMU_Garment_HAR_Dataset)、[PINS-datasets-based-on-Xsens-IMU](https://github.com/RuijieXu0408/PINS-datasets-based-on-Xsens-IMU)、[Millimeter-wave-radar-and-IMU-datasets](https://github.com/jiawendu/Millimeter-wave-radar-and-IMU-datasets)、[Floor-detection-using-IMU-Sensor-Dataset-](https://github.com/Adarshs169/Floor-detection-using-IMU-Sensor-Dataset-)、[drinking-gesture-dataset](https://github.com/Pituohai/drinking-gesture-dataset)、[Synth3DFingerTracking](https://github.com/keving-416/Synth3DFingerTracking)、[IoBT-Smart-Glove](https://github.com/StepUpTransformer/IoBT-Smart-Glove)、[Spinal-Curvature-Dataset](https://github.com/th-alexmak/Spinal-Curvature-Dataset)、[Walking-dataset](https://github.com/Marpino/Walking-dataset)、[Eating-Speed-Dataset](https://github.com/Pituohai/Eating-Speed-Dataset)、[MUESIPCO2020_Dataset](https://github.com/MSBeni/MUESIPCO2020_Dataset)、[Road-Intersection-Re-ID](https://github.com/tjiiv-cprg/Road-Intersection-Re-ID)、[VID-Dataset](https://github.com/ZJU-FAST-Lab/VID-Dataset)、[LIMU-BERT-Public](https://github.com/dapowan/LIMU-BERT-Public)、[ble-rss-fingerprints-calib2021](https://github.com/iGNSS/ble-rss-fingerprints-calib2021)、[humolire](https://github.com/iGNSS/humolire)、[Navigation-Data-Project](https://github.com/ansfl/Navigation-Data-Project)、[DS-Final-Project](https://github.com/jstori/DS-Final-Project)、[cerberus_darpa_subt_datasets](https://github.com/leggedrobotics/cerberus_darpa_subt_datasets)、[GnssData](https://github.com/wvu-navLab/GnssData)、[r3live_dataset](https://github.com/ziv-lin/r3live_dataset)、[BotanicGarden](https://github.com/robot-pesg/BotanicGarden)、[lidar_degeneracy_datasets](https://github.com/ntnu-arl/lidar_degeneracy_datasets)、[Kimera-Multi-Data](https://github.com/MIT-SPARK/Kimera-Multi-Data)、[ntu_viral_dataset](https://github.com/ntu-aris/ntu_viral_dataset)、[treescope](https://github.com/KumarRobotics/treescope)、[Ground-Challenge](https://github.com/sjtuyinjie/Ground-Challenge)、[AirMuseumDataset](https://github.com/AirMuseumDataset/AirMuseumDataset)、[MASSTAR](https://github.com/SYSU-STAR/MASSTAR)、[OpenLane-V2](https://github.com/OpenDriveLab/OpenLane-V2)、[DriveLM](https://github.com/OpenDriveLab/DriveLM)、[LightwheelOcc](https://github.com/OpenDriveLab/LightwheelOcc)、[KITTI数据集](http://www.cvlibs.net/datasets/kitti/eval_object.php)、[GroundTrueHighAccuracyDataset](https://github.com/vauchey/GroundTrueHighAccuracyDataset)[EuRoC数据集](https://projects.asl.ethz.ch/datasets/doku.php?id=kmavvisualinertialdatasets)、[TUM数据集](https://vision.in.tum.de/data/datasets/rgbd-dataset/download)、[Oxford数据集](https://robotcar-dataset.robots.ox.ac.uk/)、[ICL-NUIM数据集](http://www.doc.ic.ac.uk/~ahanda/VaFRIC/iclnuim.html)、[RGB-D对象数据集](http://rgbd-dataset.cs.washington.edu/)、[Dynamic-Scenes 数据集](https://github.com/HaoshengChen/Dynamic-Scenes)、[awesome-slam-datasets 整理](https://github.com/youngguncho/awesome-slam-datasets)、[IMU-datasets 整理](https://github.com/bhumikamittal7/IMU-datasets)、[Awesome_list_of_free_smartphone_GNSS_datasets 整理](https://github.com/mvarga1989/Awesome_list_of_free_smartphone_GNSS_datasets) |

 👆👆👆  转到文件夹   or   回到开头   👆👆👆

---

💾 记录一些导航相关的网址、学习资源、导航设备 💾

| 类型 | 网址 | | :------------------: | :----------------------------------------------------------: | | 中文期刊 | [测绘学报](http://xb.chinasmp.com/CN/1001-1595/home.shtml)、[武汉大学学报(信息科学版)](http://ch.whu.edu.cn/)、[测绘地理信息](http://chdlxx.whu.edu.cn/homeNav?lang=zh)、[电子学报](https://www.ejournal.org.cn/CN/home)、[遥感学报](https://www.ygxb.ac.cn/)、[地理学报](https://www.geog.com.cn/)、[地理科学进展](https://www.progressingeography.com/)、[科学通报](https://www.sciengine.com/CSB/home?slug=abstracts&abbreviated=scp)、[现代测绘](http://www.xdchzz.cn/)、[测绘工程](https://www.xueshu.com.cn/cehgc/)、[测绘通报](http://tb.chinasmp.com/CN/0494-0911/home.shtml)、[信号处理](https://signal.ejournal.org.cn/)、[中国惯性技术](http://www.zggxjsxb.com/CN/1005-6734/home.shtml)、[地球物理学报](http://www.geophy.cn/)、[大地测量与地球动力学](http://www.jgg09.com/CN/volumn/current.shtml)、[全球定位系统](http://www.qqdwxt.cn/)、[导航定位学报](https://dhdwxb.chinajournal.net.cn/WKC/WebPublication/index.aspx?mid=chwz)、[地理空间信息](https://dxkj.chinajournal.net.cn/WKE2/WebPublication/index.aspx?mid=DXKJ)、[海洋预报](http://www.hyyb.org.cn/)、[仪器仪表学报](http://yqyb.etmchina.com/yqyb/home)、[导航定位与授时](http://pnt.ijournals.cn/dhdwyss/ch/index.aspx)、[地球科学与环境学报](http://jese.chd.edu.cn/)、[弹箭与制导学报](https://djzd.cbpt.cnki.net/WKD3/WebPublication/index.aspx?mid=djzd)、[微电子与计算机](http://www.journalmc.com/)、[西北工业大学学报](https://journals.nwpu.edu.cn/xbgydxxb/CN/volumn/current.shtml)、[宇航学报](https://www.yhxb.org.cn/homeNav?lang=zh)、[仪表技术与传感器](http://www.17sensor.com/#/)、[测控技术](http://ckjs.ijournals.cn/ckjs/ch/index.aspx)、[系统仿真学报](https://www.china-simulation.com/CN/1004-731X/home.shtml)、[航天控制](http://htkz.magtechjournal.com/CN/home)、[兵工自动化](http://bgzdh.ijournals.com.cn/bgzdh/home)、[光学学报](https://www.opticsjournal.net/Journals/gxxb.cshtml)、[中国激光](https://www.opticsjournal.net/Journals/zgjg.cshtml)、[光电子激光](http://www.joelcn.com/ch/index.aspx) | | 英文期刊 | [GPS Solutions](https://link.springer.com/journal/10291)、[Remote Sensing](https://www.mdpi.com/journal/remotesensing)、[Measurement](https://www.sciencedirect.com/journal/measurement)、[Satellite Navigation](https://satellite-navigation.springeropen.com/)、[Journal of Geodesy](https://link.springer.com/journal/190)、[Survey review](https://www.tandfonline.com/journals/ysre20)、[Advances in Space Research](https://www.sciencedirect.com/journal/advances-in-space-research)、[Journal of Geophysical Research](https://jgr-spacephysics-submit.agu.org/cgi-bin/main.plex)、[Geo-Spatial Information Science](https://www.tandfonline.com/journals/tgsi20)、[Scientific Reports](https://www.nature.com/srep/)、[IEEE Sensors Journal](https://ieee-sensors.org/ieee-sensors-journal/)、[IEEE Transactions on Aerospace and Electronic Systems](https://ieee-aess.org/publications/taes)、[IEEE Transactions on Instrumentation and Measurement](https://ieee-ims.org/publication/ieee-tim)、[IEEE Transactions on Geoscience and Remote Sensing](https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=36)、[Optical Engineering](https://www.spiedigitallibrary.org/journals/optical-engineering)、[Pattern Recognition](https://www.journals.elsevier.com/pattern-recognition/)、 | | 导航类会议 | [美国导航年会 ION](https://link.zhihu.com/?target=https%3A//www.ion.org/)、[IEEE/ION Position Location and Navigation Symposium (IEEE/ION PLANS)](https://www.ion.org/plans/)、[International Technical Meeting (ITM)](https://www.ion.org/itm/)、[中国卫星导航学术年会 CSNC](http://www.beidou.gov.cn/zt/dhnh/djjzgwxdhxsnh/)、[欧洲导航年会 ENC](https://www.enc2020.eu/)、[慕尼黑卫星导航峰会 (Munich Satellite Navigation Summit)](https://www.munich-satellite-navigation-summit.org/)、[欧洲地学联盟大会 (EGU General Assembly)](https://www.egu.eu/)、[CVPR](https://cvpr.thecvf.com/Conferences/2024)、[ICCV](https://iccv2023.thecvf.com/)、[ECCV](https://eccv2022.ecva.net/)、[BMVC](https://bmvc2019.org/)、[ROBIO](https://www.ieee-ras.org/conferences-workshops/financially-co-sponsored/robio)、[ICRA](https://www.ieee-ras.org/conferences-workshops/fully-sponsored/icra)、[AAAI](http://www.aaai.org/)、[ICCP](http://www.iccp.ro/iccp2019/)、[ICPR](https://www.icpr2020.it/)、[PR](https://www.journals.elsevier.com/pattern-recognition/)、[IJCV](https://www.springer.com/journal/11263/)、[CVIU](https://www.journals.elsevier.com/computer-vision-and-image-understanding/)、[ICIP](https://www.journals.elsevier.com/computer-vision-and-image-understanding/)、[TIP](https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=83#opennewwindow)、[SIPPR](http://www.iwsippr.org/)、[ICDIP](http://www.icdip.org/)、[ICRA](https://www.ieee-ras.org/conferences-workshops/fully-sponsored/icra)、[IROS](https://www.iros2019.org/)、[RSS](https://roboticsconference.org/)、[AIM](http://aim2020.org/)、[ICMA](http://2019.ieee-icma.org/)、[ECCV](https://eccv2020.eu/)、[ACCV](http://accv2020.kyoto/)、[BMVC](https://bmvc2019.org/)、[TPAMI](https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=34)、[TIP](https://ieeexplore.ieee.org/xpl/RecentIssue.jsp)、[International Conference on 3D Vision](http://3dv2020.dgcv.nii.ac.jp/)、[Geodetic_and_Geomatics_Journals 整理](https://github.com/mvarga1989/Geodetic_and_Geomatics_Journals) | | 文献下载网站 | [知网](https://www.cnki.net/)、[知网论文查重](https://cx.cnki.net/main.html#/uploadLiterature)、[万方](https://w.wanfangdata.com.cn/)、[维普](https://www.cqvip.com/)、[Bing学术](https://cn.bing.com/academic/)、[百度学术](https://xueshu.baidu.com/)、[Sci-Hub](https://www.sci-hub.yt/)、[arxiv](https://arxiv.org/)、[ResearchGate](https://www.researchgate.net/)、[思谋学术-谷歌学术镜像](https://ac.scmor.com/)、[标准网](https://www.biaozhun.org/)、[发现报告](https://www.fxbaogao.com/)、[中国国家图书馆](https://www.nlc.cn/web/index.shtml)、[国家数据](https://data.stats.gov.cn/index.htm)、[专利检索及分析](https://pss-system.cponline.cnipa.gov.cn/conventionalSearch)、[YoviSun工具集](https://tool.yovisun.com/) | | 各系统、分析中心官网 | [BDS](http://www.beidou.gov.cn)、[GPS](http://www.gps.gov)、[GLONASS](https://www.glonass-iac.ru/en/)、[Galileo](http://ec.europa.eu/index_en.htm)、[QZSS](https://qzss.go.jp/en/index.html)、[IRNSS](https://www.isro.gov.in/irnss-programme)、[MGEX](https://www.igs.org/mgex/)、[IGS](https://igs.org/)、[IGMAS](http://www.igmas.org/)、[ITRF](https://itrf.ign.fr/en/homepage)、[IERS](https://www.iers.org/)、[IGS标准](https://www.igs.org/formats-and-standards)、[IGS站](https://network.igs.org/)、[iGMAS](http://igmas.users.sgg.whu.edu.cn/home)、[IAG](https://www.iag-aig.org/)、[WDS](https://worlddatasystem.org/)、[IUGG](https://iugg.org/)、[GGOS](https://ggos.org/)、[GFZ](https://www.gfz-potsdam.de/)、[WHU](http://www.igs.gnsswhu.cn/)、[BKG](https://igs.bkg.bund.de/)、[CDDIS](https://cddis.nasa.gov/)、[中国卫星导航系统管理办公室测试评估研究中心](https://www.csno-tarc.cn/)、[gpsworld](https://www.gpsworld.com/)、[Inside GNSS](https://insidegnss.com/)、[GNSS Calendar](https://www.gnsscalendar.com/)、[时间转换查询](http://www.leapsecond.com/java/gpsclock.htm)、[灰机wiki卫星百科](https://sat.huijiwiki.com/wiki/%E9%A6%96%E9%A1%B5)、[Advanced Navigation](https://www.advancednavigation)、[RTK2go](http://rtk2go.com/)、[The-list-of-GNSS-CORS-RTK-networks 整理](https://github.com/mvarga1989/The-list-of-GNSS-CORS-RTK-networks)、[The-list-of-geospatial-magazines 整理](https://github.com/mvarga1989/The-list-of-geospatial-magazines) | | 导航软件/设备厂商 | [Awesome_GNSSreceivers 整理](https://github.com/mvarga1989/Awesome_GNSSreceivers)、[Ublox](https://www.u-blox.com/en/)、[诺瓦泰](https://novatel.com/)、[天宝](http://www.tianbaonet.com/)、[徕卡](https://leica-geosystems.com/)、[意法半导体](https://www.st.com/zh/positioning/gnss-ics.html)、[Javad](https://www.javad.com/)、[Septentrio](https://www.baidu.com/link?url=Tz1rvry1DTYCTiDvKIZyzBdtkn9o5lrNK_1Lm_QdjvQkTa0dDYD5asZOG8sp3z51&wd=&eqid=b98a38f0010d606a0000000665e53220)、[Spectra Geospatial](https://spectrageospatial.com/)、[SXblue](https://sxbluegps.com/products/vehicle-guidance-receivers/)、[NavCom](https://www.navcomtech.com/en/)、[Geneq](https://geneq.com/fr)、[和芯星通](https://www.unicorecomm.com/)、[北斗星通](https://www.bdstar.com/)、[华力创通](http://www.hwacreate.com.cn/)、[创宇星通](http://www.cyxt.com/)、[华测导航](https://www.huace.cn/)、[千寻位置](https://www.qxwz.com/)、[六分科技](https://www.sixents.com/)、[思南导航](https://www.sinognss.com/)、[南方测绘](http://www.southsurvey.com/)、[合众思壮](https://www.unistrong.com/)、[移远通信](https://www.quectel.com.cn/)、[北云科技](https://www.bynav.com/)、[格林恩德](http://www.szgled.cn/)、[中电科星河北斗](http://www.cetc-pnt.com/)、[中电科网络通信研究院(五十四所)](https://www.cti.ac.cn/)、[创新微](https://www.minewsemi.com/)、[米度测控](https://www.shmedo.cn/)、[通宇通信](https://www.tycc.cn/)、[天奥电子](http://www.elecspn.com/)、[九洲北斗](https://www.scbdlbs.com/)、[云智北斗](http://www.panda-sc.com/)、[海积信息](http://www.highgain.com.cn/)、[际上导航](http://www.geosun-gnss.com.cn/index.html)、[博通集成](https://www.bekencorp.com/)、[天硕导航](https://www.tersus-gnss.cn/)、[AOSense](https://aosense.com/)、[Kearfott](https://www.kearfott.com/)、[Aesculap](https://www.aesculapusa.com/en.html)、[泰雷兹](https://www.thalesgroup.cn/)、[博世](https://www.bosch.com.cn/)、[Sensonor](https://www.sensonor.com/)、[InvenSense](https://invensense.tdk.com/)、[赛峰集团](https://www.safran-group.com/cn)、[SBG Systems](https://www.sbg-systems.com/zh)、[OOXTS](https://www.oxts.com/zh/)、[诺格](https://www.northropgrumman.com/)、[霍尼韦尔](https://www.honeywell.com.cn/products-services/aerospace/sensing-navigation)、[Optolink](http://www.optolinkcorp.com/)、[iXblue](https://www.ixblue.com/)、[超核电子](https://www.hipnuc.com/)、[原极科技](https://www.forsense.cn/)、[奥比中光](https://www.orbbec.com.cn/)、[浩如科技](https://www.haorutech.com/)、[凌思科技](https://www.lins-tech.com/)、[矽睿科技](http://www.siwisemi.com/)、[瑞芬科技](http://www.rion-tech.net/)、[北微传感](http://www.bwsensing.com.cn/)、[元生创新](https://www.yesense.com/)、[维特智能](https://wit-motion.cn/)、[智腾微电子](http://www.ztmicro.com/product/jzdz-zhdh/)、[北斗时代科技](http://www.bdstartimes.com/)、[清研讯科](https://www.tsingoal.com/)、[喜讯科技](https://www.xexun.com/)、[沃旭通讯](https://www.woxuwireless.com/)、[瑞达科讯](https://html.rdkx-iot.com/)、[美迪索科](https://html.rdkx-iot.com/)、[泰浩微](https://www.taihaowei.net/)、[RealSense](www.intelrealsense.com/)、[申稷光电](http://www.shsenky.com/)、[司岚光电](http://www.slamopto.com/index.php?lang=cn)、[奥比中光](https://www.orbbec.com.cn/)、[科力光电](http://www.sdkeli.com/)、[禾赛科技](https://www.hesaitech.com/cn/)、[基恩士](https://www.keyence.com.cn/)、[锐驰激光](https://www.richbeam.com/)、[EAI科技](https://ydlidar.cn/about.html)、[Kinect](https://learn.microsoft.com/zh-tw/azure/Kinect-dk/depth-camera)、[海川润泽](https://www.57iot.com/)、[四信物联网](https://www.four-faith.com.cn/)、[钦天导航](https://www.qinnav.com/)、[思为无线](https://www.nicerf.cn/)、[光鉴科技](https://learn.microsoft.com/zh-tw/azure/Kinect-dk/depth-camera)、[图漾科技](https://www.percipio.xyz/)、[微深联创](https://www.visenai.com/)、[航天宏图](https://www.piesat.cn/)、[中煤航测](http://www.arscmh.com/)、[迈普时空](http://www.whmpst.com/cn/)、[四维图新](https://www.navinfo.com/)、[正元地信](http://www.geniuses.com.cn/)、[亿力吉奥](http://gwxtslyljaxxkjyxgs.cn.gongxuku.com/)、[恒华伟业](http://www.ieforever.com/)、[苍穹数码](http://www.kqgeo.com/)、[九成中芯](http://www.dljcch.cn/)、[欧比特航宇微](https://www.myorbita.net/index.aspx)、[二十一世纪空间技术应用](https://www.21at.com.cn/)、[中科星图](https://www.geovis.com.cn/)、[智腾微电子](http://www.ztmicro.com/)、[卡尔曼导航](https://www.kalman-navigation.com/)、[导远电子](https://www.asensing.com/)、[梦芯科技](https://www.wh-mx.com/)、[纵目科技](https://www.zongmutech.com/)、[华大北斗](https://www.allystar.com/)、[国科微电子](http://www.gokemicro.com/)、[泰斗微电子](https://www.techtotop.com/)、[北方导航](http://bfdh.norincogroup.com.cn/)、[莱赛导航](https://www.laisaidh.com/)、[开普勒卫星科技](https://www.kplgnss.com/) | | 个人网站 | [Takasu](https://gpspp.sakura.ne.jp/index.shtml)、[Taroz](http://www.taroz.net/)、[无处不在的小土](https://gaoyichao.com/Xiaotu/)、[吴言吴语](https://wym.netlify.app/)、[GNSS_Helper](https://www.gnss.help/)、[R2Coding](https://www.r2coding.com/#/)、[RealCat](https://vincentqin.tech/)、[UinIO](http://www.uinio.com/)、[plt-labs](https://www.plt-labs.com/)、[bugstack](https://bugstack.cn/)、[Jakob Engel](https://jakobengel.github.io/)、[鱼香ROS](https://fishros.com/)、[LazyTomatoLab](https://www.lazytomatolab.com/)、[GanAHE](https://dgzc.ganahe.top/about/)、[杨小康](http://www.navspace.tech/)、[zx119](https://zxl19.github.io/tags/)、[spacewayfinder](https://spacewayfinder.com/)、[Spacefan](https://spacefan.github.io/) | | 技术社区论坛 | [w3cschool](http://www.w3school.com.cn/)、[牛客网](https://www.nowcoder.com/)、[Leetcode](https://leetcode.cn/)、[LintCode](https://www.lintcode.com/)、[博客园](https://www.cnblogs.com/)、[CSDN](https://www.csdn.net/)、[掘金](juejin.cn/)、[简书](https://www.jianshu.com/)、[腾讯云社区](https://cloud.tencent.com/developer)、[阿里云社区](https://yq.aliyun.com)、[开发者头条](https://toutiao.io/)、[GitChat](https://gitbook.cn/)、[科学网](https://www.sciencenet.cn/)、[知乎](https://www.zhihu.com/)、[思否](https://segmentfault.com/)、[v2ex](https://www.v2ex.com/)、[Tutorialspoint](http://www.tutorialspoint.com/)、[GeeksforGeeks](http://www.geeksforgeeks.org/)、[Stack Overflow](https://stackoverflow.com)、[dev.io](https://dev.to/)、[DZone](https://dzone.com/)、[Bytes](https://bytes.com/)、[Google Developers](https://developers.google.com/)、[菜鸟教程](https://www.runoob.com/)、[CodinGame](https://www.codingame.com/)、[Coursera](https://www.coursera.org/)、[Apeclass](http://www.apeclass.com/)、[51CTO](http://www.51cto.com)、[吾爱破解](http://www.52pojie.cn/forum.php)、[慕课网](https://www.imooc.com/)、[中国大学MOOC](https://www.icourse163.org/)、[马克笔记](https://www.markbj.com/)、[21IC](https://bbs.21ic.com/)、[电子工程专辑](https://www.eet-china.com/)、[电子设计技术](https://www.ednchina.com/)、[Eetop](https://bbs.eetop.cn/)、[立创Hub](https://oshwhub.com/)、[电子森林](https://www.eetree.cn/)、[电子发烧友](https://www.elecfans.com/)、[与非网](https://www.eefocus.com/)、[EDA365](https://www.eda365.com/forum.php)、[电子工程世界](http://www.eeworld.com.cn/)、[阿莫电子](https://www.amobbs.com/archiver/)、[开源中国](https://www.oschina.net/)、[图灵社区](https://www.ituring.com.cn/)、[博文视点](http://www.broadview.com.cn/)、[地信网](http://bbs.3s001.com/)、[理工酷](https://www.ligongku.com/group/2)、[计算机视觉life](https://cvlife.net/)、[深蓝学院](https://www.shenlanxueyuan.com/)、[硬禾学堂](https://class.eetree.cn/)、[古月居](https://www.guyuehome.com/)、[鱼香社区](https://fishros.org.cn/forum/)、[正点原子所有产品和资料](http://www.openedv.com/docs/index.html)、[亚博智能资料](https://www.yahboom.com/study)、[van-nav 整理](https://demo-tools.mereith.com/)、[UNTAG](https://utgd.net/) | | 电子书下载 | [书栈网](https://www.bookstack.cn/)、[脚本之家](https://www.jb51.net/)、[码农之家](https://www.xz577.com/)、[鸠摩搜书](https://www.jiumodiary.com/)、[计算机书籍控](http://bestcbooks.com/)、[淘链客](http://www.toplinks.cc/s/)、[hello girl](https://www.jqhtml.com/down/category/resources)、[工联信息网](https://www.glxxw2018.com/study/index.html)、[IT熊猫](https://itpanda.net/book/)、[搬书匠](http://www.banshujiang.cn/)、[Awesome-Zlibrary 整理](https://github.com/runningcheese/Awesome-Zlibrary)、[Books-Free-Books](https://github.com/lTbgykio/Books-Free-Books) | | 导航视频教程 | [严恭敏-卡尔曼滤波与组合导航](https://www.bilibili.com/video/BV11K411J7gp)、[i2NAV-惯性导航](https://www.bilibili.com/video/BV1nR4y1E7Yj)、[i2NAV-组合导航](https://www.bilibili.com/video/BV1na411Z7rQ)、[斯坦福GNSS公开课](https://www.bilibili.com/video/BV1cJ411g7wE)、[王茂松-导航系统原理](https://space.bilibili.com/403312122)、[吴德伟-导航原理](https://www.bilibili.com/video/BV1wx411d7PK)、[高成发-GNSS原理](https://www.bilibili.com/video/BV157411A72u)、[哈工大-GNSS原理](https://www.bilibili.com/video/BV1mB4y1V7zX)、[朱家海-惯性导航系统](https://www.bilibili.com/video/BV1Ar4y1Q7tr)、[机器人工匠阿杰-ROS入门](https://space.bilibili.com/411541289/channel/collectiondetail?sid=693700)、[杨旭-GNSS接收机](https://space.bilibili.com/286787541/channel/seriesdetail?sid=2980038)、[赵乐文-开源GNSS数据处理软件介绍](https://space.bilibili.com/479790048?spm_id_from=333.337)、[赵乐文-多模卫星导航定位与应用介绍](https://www.bilibili.com/video/BV18K421v7BV)、[冰菓的RTKlib&GAMP](https://space.bilibili.com/199461274/channel/collectiondetail?sid=1088015)、[大胡子刘师傅-组合导航入门](https://space.bilibili.com/8494354)、[小虎哥-机器人SLAM导航核心技术与实战](https://www.bilibili.com/video/BV1jS4y1a7Lz)、[赵玉新-导航定位系统](https://www.icourse163.org/course/HRBEU-1002933001)、[船舶定位与导航](https://www.icourse163.org/course/JMI-1002057022)、[邓岳川-GNSS原理](https://www.icourse163.org/course/CHZU-1461204164)、[国科大-智能机器人系统](https://www.bilibili.com/video/BV1aE411R7AS)、[东南大学-智能汽车技术](https://www.bilibili.com/video/BV1RL4y1e7ad)、[浙大-自主移动机器人](https://www.bilibili.com/video/BV1dE411X7sd)、[北理工-无人驾驶车辆](https://www.icourse163.org/course/BIT-1207432808)、[武大-测绘学概论](https://www.bilibili.com/video/BV1y7411Z72b)、[武大邱卫宁-误差理论与测量平差基础](https://www.bilibili.com/video/BV1vs411N7sz)、[卡尔曼滤波器-目标追踪](https://www.bilibili.com/video/BV1nw411v77q)、[Arduino快速上手-LazyTomatoLab](https://space.bilibili.com/95920949/channel/seriesdetail?sid=1585384)、[计算机视觉life-付费课程](https://cvlife.net/)、[深蓝学院-付费课程](https://www.shenlanxueyuan.com/)、[硬禾学堂-付费课程](https://class.eetree.cn/)、[古月居-付费课程](https://www.guyuehome.com/) | | 开源程序团队 | [i2Nav-WHU](https://github.com/i2Nav-WHU)、[PrideLab](https://github.com/PrideLab)、[GREAT-WHU](https://github.com/GREAT-WHU)、[WHU-USI3DV](https://github.com/WHU-USI3DV)、[WHULuoJiaTeam](https://github.com/WHULuoJiaTeam)、[TUW-VieVS](https://github.com/TUW-VieVS)、[PengYu-Team](https://github.com/PengYu-Team)、[tiev-tongji](https://github.com/tiev-tongji)、[tjiiv-cprg](https://github.com/tjiiv-cprg)、[SJTU-ViSYS](https://github.com/SJTU-ViSYS)、[ZJU-FAST-Lab](https://github.com/ZJU-FAST-Lab)、[SYSU-CPNTLab](https://github.com/SYSU-CPNTLab)、[amazon-science](https://github.com/amazon-science)、[Stanford-NavLab](https://github.com/Stanford-NavLab)、[stanford-gps-lab](https://github.com/stanford-gps-lab)、[SnapperGPS](https://github.com/SnapperGPS)、[iGNSS](https://github.com/iGNSS)、[TIERS](https://github.com/TIERS)、[ArduPilot](https://github.com/ArduPilot)、[uzh-rpg](https://github.com/uzh-rpg)、[Turing-zero](https://github.com/Turing-zero)、[leggedrobotics](https://github.com/leggedrobotics)、[HKUST-Aerial-Robotics](https://github.com/HKUST-Aerial-Robotics)、[UZ-SLAMLab](https://github.com/UZ-SLAMLab)、[OpenSLAM-org](https://github.com/OpenSLAM-org)、[sair-lab](https://github.com/sair-lab)、[open-mmlab](https://github.com/open-mmlab)、[RoboticExplorationLab](https://github.com/RoboticExplorationLab)、[MetaSLAM](https://github.com/MetaSLAM)、[APRIL-ZJU](https://github.com/APRIL-ZJU)、[MRPT](https://github.com/MRPT)、[seap-udea](https://github.com/seap-udea)、[LRMPUT](https://github.com/LRMPUT)、[PJLab-ADG](https://github.com/PJLab-ADG)、[inertialsense](https://github.com/inertialsense)、[wvu-navLab](https://github.com/wvu-navLab)、[IPNL-POLYU](https://github.com/IPNL-POLYU)、[EmbeddedAndMultisensorSystemsLab](https://github.com/EmbeddedAndMultisensorSystemsLab)、[tyrex-team](https://github.com/tyrex-team)、[MapIV](https://github.com/MapIV)、[TUMFTM](https://github.com/TUMFTM)、[imLabNTU](https://github.com/imLabNTU)、[uw-ssec](https://github.com/uw-ssec)、[Tinkerbug-Robotics](https://github.com/Tinkerbug-Robotics)、[ewine-project](https://github.com/ewine-project)、[LIAS-CUHKSZ](https://github.com/LIAS-CUHKSZ)、[rwth-irt](https://github.com/rwth-irt)、[3DOM-FBK](https://github.com/3DOM-FBK)、[KIT-ISAS](https://github.com/KIT-ISAS)、[dabamos](https://github.com/dabamos)、[url-kaist](https://github.com/url-kaist)、[UniStuttgart-INS](https://github.com/UniStuttgart-INS)、[google](https://github.com/google)、[PRBonn](https://github.com/PRBonn)、[jpl-x](https://github.com/jpl-x)、[OUCTheoryGroup](https://github.com/OUCTheoryGroup)、[aau-cns](https://github.com/aau-cns)、[KIT-MRT](https://github.com/KIT-MRT)、[cvg](https://github.com/cvg)、[ram-lab](https://github.com/ram-lab)、[PJLab-ADG](https://github.com/PJLab-ADG)、[RoboMaster](https://github.com/RoboMaster)、[GNSS-SPAN](http://gnss.curtin.edu.au/)、[oresat](https://github.com/oresat)、[SJTU-ViSYS](https://github.com/SJTU-ViSYS)、[haomo-ai](https://github.com/haomo-ai)、[ntnu-arl](https://github.com/ntnu-arl)、[SYSU-STAR](https://github.com/SYSU-STAR)、[OpenDriveLab](https://github.com/OpenDriveLab) | | 实用工具 | [NotePad++](https://notepad.plus/)、[Thunderbird](https://www.thunderbird.net/zh-CN/)、[MSys2](https://www.msys2.org/)、[Typora](https://typoraio.cn/)、[Everything](https://www.voidtools.com/zh-cn/)、[进程截杀器](http://shajincheng.com/)、[百叶窗](https://shutters.160.com/)、[飞书](https://www.feishu.cn/)、[芦笋](https://lusun.com/)、[幕布](https://mubu.com/home)、[ProssOn](https://www.processon.com/)、[EV 录屏](https://www.ieway.cn/)、[XMind](https://xmind.cn/)、[MobaXterm](https://mobaxterm.mobatek.net/)、[PotPlayer](https://potplayer.tv/)、[Zotero](https://www.zotero.org/)、[WinMerge](https://winmerge.org/)、[火绒](https://www.huorong.cn/)、[360](https://www.360.cn/)、[Snipaste](https://www.snipaste.com/)、[Quicker](https://getquicker.net/)、[超级公式](https://www.ocrmath.com/)、[冰点文库下载器](http://www.bingdian001.com/)、[Bandizip](https://bandizip.zhangfan131.cn/)、[天若 OCR](https://ocr.tianruo.net/)、[Dropit](http://www.dropitproject.com/)、[flux](https://justgetflux.com/)、[QuickLook](https://github.com/QL-Win/QuickLook)、[Geek Uninstaller](https://geekuninstaller.com/)、[日期计算器](https://www.ri7.com.cn/)、[SpaceSniffer](https://spacesniffer.en.softonic.com/) | | Github美化 | [SerialChart](https://github.com/peng-zhihui/SerialChart)、[awesome-github-profile-readme-chinese](https://github.com/eryajf/awesome-github-profile-readme-chinese)、[awesome-github-profile-readme](https://github.com/abhisheknaiidu/awesome-github-profile-readme)、[awesome-github-profiles](https://github.com/EddieHubCommunity/awesome-github-profiles)、[github-readme-quotes](https://github.com/shravan20/github-readme-quotes)、[readme-typing-svg](https://github.com/DenverCoder1/readme-typing-svg)、[shields](https://github.com/badges/shields)、[visitor-badge](https://github.com/jwenjian/visitor-badge)、[spotify-github-profile](https://github.com/kittinan/spotify-github-profile)、[readme-jokes](https://github.com/ABSphreak/readme-jokes)、[github-readme-streak-stats](https://github.com/DenverCoder1/github-readme-streak-stats)、[metrics](https://metrics.lecoq.io/、github-readme-quotes)、[github-readme-quotes](https://github.com/shravan20/github-readme-quotes)、[github-profile-trophy](https://github.com/ryo-ma/github-profile-trophy)、[github-readme-stats](https://github.com/anuraghazra/github-readme-stats)、[github-readme-activity-graph](https://github.com/Ashutosh00710/github-readme-activity-graph) |

 👆👆👆  转到文件夹   or   回到开头   👆👆👆

---

🛠 以下是我整理的一些导航相关的在线工具 🛠

| 工具 | 开发者 | 简介 | 账号 | | :----------------------------------------------------------: | :--------: | :----------------------------------------------------------: | :--- | | **[GNSS-Calendar](https://www.gnsscalendar.com/)** | Enes·Jahic | 在日历上选择年月日,可以转换到年积日、儒略日、GPS周、周内天,并且提供 GPS 和 GLONASS 的精密轨道钟差、SNX、ION、DCB 文件的下载链接。 | 无需 | | [**NGS 工具**](https://geodesy.noaa.gov/TOOLS/) | NGS | NGS的测绘工具集,包括:[DEFLEC18](https://geodesy.noaa.gov/GEOID/DEFLEC18/computation.html)、[HTDP](https://geodesy.noaa.gov/TOOLS/Htdp/Htdp.shtml)、[IGLD85](https://geodesy.noaa.gov/TOOLS/program_descriptions.html#IGLD85)、[NCAT](https://geodesy.noaa.gov/NCAT/)等。 | 无需 | | [**GNSS-Radar**](http://www.taroz.net/GNSS-Radar.html) | Taroz | 输入经纬度和时间,显示可视卫星情况。 | 无需 | | [**TRX**](https://webapp.csrs-scrs.nrcan-rncan.gc.ca/geod/tools-outils/trx.php) | NRCan | 在线坐标转换工具,支持 LLH-XYZ-UTM 三种坐标之间的转换,支持 NAD83 和各种 ITRF 框架、支持上传文件进行批处理。 | 无需 | | **[INDIR](https://webapp.csrs-scrs.nrcan-rncan.gc.ca/geod/tools-outils/indir.php)** | NRCan | 大地主题正反算在线计算工具;正算是指输入起点的经纬(高)、大地线长度和大地方位角,计算终点的经纬(高);反算是指输入两点的经纬(高)计算大地线长度和大地方位角。 | 无需 | | [**CSRS-PPP**](https://webapp.csrs-scrs.nrcan-rncan.gc.ca/geod/tools-outils/ppp.php) | NRCan | 加拿大自然资源局开发的在线 PPP 解算工具,用户仅需上传观测文件,既可执行静态或动态 PPP 解算,解算结果将通过邮件发送给用户。 | 需要 | | [**AUSPOS**](https://www.ga.gov.au/scientific-topics/positioning-navigation/geodesy/auspos) | GA | GA的在线PPP解算服务(调用 Bernese)。 | 需要 | | **[APPS](http://apps.gdgps.net/)** | JPL | JPL的在线PPP解算服务(调用 GIPSY)。 | 需要 | | **[GAPS](http://gaps.gge.unb.ca/)** | UNB | UNB的在线PPP解算服务。 | 需要 | | **[OPUS](https://www.ngs.noaa.gov/OPUS/)** | NGS | NGS的在线PPP解算服务。 | 无需 | | [**MagicGNSS**](https://magicgnss.gmv.com/) | GMV | GMV的在线GNSS解算服务。 | 需要 | | [**GNSSer**](https://gnsser.com/) | 李林阳 | 【[介绍论文](https://www.tandfonline.com/doi/full/10.1080/14498596.2019.1574245)】【[中文论文](https://kns.cnki.net/kcms2/article/abstract?v=YK1b_MowDz-UKgZn2ubdlPeOKZSK41UAdTb9z_VR7Jqgfy6onmW_SQJFPNKaMR6xFXtFZh5oswbrEhctBBLV9gunbPGLEjc_Y1W-ohjF-I2n6Lh5d0iAoOIKwRFILB6IrNk5TvBAmAdoaEzlCdsjjUe24ekpd5SdQmsSMBd3AC5H039UlNy1XwihM_OaNFEbVxhhUYJgqNJAyM5mKsWm_n3u0iVif_YFz6gEvt7i2k8mdOGXRvZO_vPk3tgeaRYHsmOH6eKrHQ-BWcC02PZUIg==&uniplatform=NZKPT&language=CHS)】【[解算精度](https://gnsser.com/Information/ViewDetails/291)】GNSSer 是一个科学研究型 GNSS 数据处理平台,支持单频和双频 PPP 解算,同时提供大地测量在线计算功能,包括:[GNSS时间与IGS产品地址生成](https://gnsser.com/Positioning/GnssTime)、[角度转换](https://gnsser.com/GeoTools/AngleConvert)、[角度计算](https://gnsser.com/GeoTools/AngleCalculator)、[XYZ与大地坐标转换](https://gnsser.com/GeoTools/GeoCoordTrans)、[批量XYZ和大地坐标转换](https://gnsser.com/GeoTools/MultiXyzGeoTrans)、[地球框架转换(七参数)](https://gnsser.com/GeoTools/EarthFrameTrans)、[地球框架转换(七参数)参数估计](https://gnsser.com/GeoTools/EstimateFrameConvertParams)、[大地问题正解](https://gnsser.com/GeoTools/BesselPoint)/[反解](https://gnsser.com/GeoTools/BesselGeodeticLine)、[高斯坐标转换](https://gnsser.com/GeoTools/GaussXyAndGeoCoordTrans)、[通用平差计算](https://gnsser.com/GeoTools/CommonAdjust)、[通用文本平差计算](https://gnsser.com/GeoTools/CommonTextAdjust)、[高程水深服务](https://gnsser.com/Gravity/HeightDepth)、[重力异常服务](https://gnsser.com/Gravity/GravityAnomaly)、[地图显示点位](https://gnsser.com/GeoTools/ShowCoords)(注:有些工具的链接失效了)。 | 需要 | | **[NavSense](http://1.13.180.60:8800/)** | 赵乐文 | 【[介绍文档](https://docs.qq.com/pdf/DSkFEcEFLdmZlZnNn)】【[介绍视频](https://www.bilibili.com/video/BV1xh4y157Nm)】南信大赵乐文老师团队开发的在线 GNSS 数据处理工具,核心算法基于 RTKLIB、BNC、G-Nut/Anubis,支持执行后处理及实时的 SPP、RTK、PPP 解算,支持数据预处理、质量检核、轨迹显示。 | 需要 | | [**一键安装**](https://fishros.org.cn/forum/topic/20/%E5%B0%8F%E9%B1%BC%E7%9A%84%E4%B8%80%E9%94%AE%E5%AE%89%E8%A3%85%E7%B3%BB%E5%88%97) | 鱼香ROS | Linux 系统下输入一串命令,即可安装 ROS、VsCode、Docker、CartoGrapher:`wget http://fishros.com/install -O fishros && . fishros` | None |

 👆👆👆   回到开头   👆👆👆

---

📚 推荐书籍 📚

封面 简介
image-20240331145552445

《GPS原理与接收机设计》谢刚

    我最推荐的卫星导航入门参考书,全面且系统地介绍了GNSS的原理。从信号体制到接收机信号处理,从观测值误差分析到各种定位技术,再到航位推算、组合导航和地图匹配等,无一不包。这本书能让你深入透彻地理解GNSS的工作原理,为后续的进阶学习打下坚实的基础。

    对于从事GNSS数据处理的朋友,推荐你们也看看基带算法。只依赖接收机输出的伪距、载波、多普勒和信噪比等数据进行定位,还是太浅了;深入了解接收机内部的原理,包括卫星信号的结构、发射方式、传播过程,以及接收机的天线信号接收、射频前端处理、基带数字信号处理等全流程,能够让你对数据处理算法有更深刻的理解;而且许多GNSS的岗位不仅要求掌握定位技术,还要求对基带算法有所了解。

👉👉👉  点击下载  👈👈👈

image-20240331152342461

《软件定义的GPS和伽利略接收机》

        薄薄的一小本,一百多面,我主要是推荐配套的开源程序SoftGNSS,MATLAB 编写,实现了一套最简单的 GNSS 软件接收机功;输入经过天线接收,射频前端滤波下变频后的数字中频信号文件,进行 GPS L1 C/A 码的捕获跟踪,生成伪距观测值,解译导航电文,最小二乘定位解算;代码量很小也很简单,适合作为 GNSS 基带数字信号处理的入门阅读程序。

👉👉👉  点击下载  👈👈👈

image-20240331152305330

《北斗GPS双模软件接收机》鲁郁

        主要是推荐书附带的程序,MATLAB 编写 GPS-L1/BDS-B1 软件接收机,学一学北斗信号处理算法,NH码处理啥的;程序运行相当耗时,70s 的数据要算几个小时。书写的有些部分写的比谢刚的《GPS原理与接收机设计》要细致深入,代码的有些部分处理的比SoftGNSS细致,可以结合着一块看。

👉👉👉  点击下载  👈👈👈

image-20240331151907738

《GPS测量与数据处理》李征航

        市面上有不少 GPS 数据处理算法的书,这本应该是看的人最多的,很多论文的参考文献列表里都有它,讲的很全面,很细致,可以准备一本在手头放着,有忘了的基础算法查一查;建议结合着 B 站赵乐文老师的《多模GNSS定位与应用介绍》课来看,赵老师的视频补充了很多的工程知识和多系统算法。

        当然,初学者光靠书是没法学明白 GPS 算法的,把整本书看完了,你可能还是捋不清该如何从伪距/载波/多普勒和星历,一步步算出 SPP/RTK/PPP 解;对算法有一些了解之后,就应该找一套开源程序深入学习,无论是科研还是工程实践,都可以在开源程序的基础上拓展,从而节省大量基础工作的时间和精力。

        至于其它的 GNSS 数据处理书,我都不推荐看,入了门之后就该看论文,先看综述,再看硕博学位论文,之后可以顺着引用的文献继续看;看综述,帮你快速了解所处领域的研究进展;看硕博论文,补充一些书上没讲到的算法和知识点;不推荐初学者看英文原著,英文书写的也不能比中文的强多少,但是英语带来的学习障碍可不小。

👉👉👉  点击下载  👈👈👈

image-20240331150756809

《GNSS与惯性及多传感器组合导航系统原理》Groves

        我最推荐的惯导和组合导航入门参考书,写的通俗易懂,比其它的惯导书易读的多;七百多面,把组合导航的方方面面都介绍到了(除了初始对准)。惯导入门建议直接学捷联惯导(不建议学平台惯导,现在很少用到),把几种姿态旋转、几种坐标系理解了之后,对着公式看代码。

👉👉👉  点击跳转  👈👈👈

image-20240331150652642

《捷联惯导算法与组合导航讲义》严恭敏

        严老师把捷联惯导、组合导航的算法讲的很透彻,不过整本书都是公式推导,学起来相当有难度;前三章介绍常用姿态、坐标系,地球相关参数计算,第四章介绍捷联惯导递推、误差传播,五六章介绍参数估计、各种滤波,第七章介绍松组合、初始对准,第八章讲仿真。B 站有上配套的视频课《卡尔曼滤波与组合导航》,严老师开源了配套的 MATLAB 捷联惯导工具箱 PSINS,都是入门捷联惯导、组合导航不错的资料。

👉👉👉  点击下载  👈👈👈

image-20240331152721060

《视觉SLAM十四讲》高翔

        SLAM入门首选参考书,系统介绍了视觉SLAM所需的基本知识与核心算法,内容全面、结构清晰、理论与实践相结合。既包含数学理论基础,如三维空间的刚体运动、非线性优化,又涵盖计算机视觉的算法实现,如多视图几何、相机标定、图优化、卡尔曼滤波等。而且作者提供了大量的实例代码供读者学习研究,有助于读者更深入地掌握SLAM技术的实现细节。网上有很多相关的读数笔记,相关的网课,可以作为入门学习的参考。

👉👉👉  点击跳转  👈👈👈

image-20240331152834041

《视觉惯性SLAM》程小六

        计算机视觉Life程小六写的ORB-SLAM3的源码解析,质量比大部分的博客讲义高的多,学完《视觉SLAM十四讲》就该继续学常用的SLAM框架,结合着代码深入学算法,基于ORB特征点的ORB-SLAM3是一个不错的选择,支持单目/双目/RGB-D、惯性紧组合、回环检测、重定位,在开源数据集上有不错的效果,缺点是计算量大、代码BUG多、对外参标定要求高。在六哥的知识星球《小六的机器人AI圈》中有读书挑战赛活动,感兴趣可以去看看。

👉👉👉  点击跳转  👈👈👈

image-20240401082145458

《自动驾驶中的SLAM技术》高翔

        既《视觉SLAM十四讲》后高翔的又一力作,系统的介绍激光惯性SLAM理论,采用 C++17 标准编写例程,全书分三部分:

  • 基础数学知识:基础几何学、运动学知识,参数估计回顾,IMU预积分
  • 激光雷达的定位与建图:基础点云算法、2D-SLAM、3D-SLAM、激光惯性松组合里程计
  • 应用实例:Lins、离线点云地图构建、已有点云地图中定位、实时定位

👉👉👉  点击下载  👈👈👈

image-20240331152222633

《概率机器人》塞巴斯蒂安·特龙

        相当好的机器人导航入门参考书,包括了参数估计、定位、地图构建、规划与控制四大部分;每章的最后都提供了练习题和动手实践的项目;对于每种算法,均提供了:①伪码示例;②完整的数学推导;③实验结果;④算法优缺点的详细讨论。

        既使你不做机器人导航、不做SLAM,也推荐你看看它的前四章,参数估计部分,相信能让你对最小二乘、卡尔曼滤波有更深一层次的认识。

👉👉👉  点击跳转  👈👈👈

image-20240331151755099

《自适应动态导航定位》杨元喜

        首先分析了函数模型误差补偿和随机模型误差补偿法;讨论了Kalman滤波的残差向量、新息向量及状态预报值残差向量的解析关系及协方差矩阵之间的关系;分析了基于新息向量、残差向量和状态预报值残差向量的自适应协方差估计存在的问题;对抗差滤波、Sage自适应滤波进行了综合比较与分析。创建了一套全新的动态自适应抗差滤波理论体系,研究了相应解的性质。构造了三段函数、两段函数和指数函数三种动态自适应因子;讨论了Sage滤波与自适应滤波组合的导航解算方法,基于方差分量估计的自适应滤波理论。构造了最优自适应滤波理论。建立了卫星轨道的自适应定轨理论与方法,提出了一种综合Sage滤波和自适应抗差滤波的新的轨道计算方法。最后对组合导航理论进行了探讨。

👉👉👉  点击下载  👈👈👈

image-20240331193252920

《C++Premier》

        直译过来叫“C++入门”,但不适合完全零基础看,适合初学者上过了C语言或者C++课,有了一点点基础之后看,难度比其它的 C++ 入门书籍、教材稍大,写的很详细,不光讲语法,还会讲一些代码设计经验以及一些避坑指南,文笔幽默风趣让人心情愉悦;可以放一本在手边,语法生疏了,查一下;它还有个简略的版本:《C++ Premier Plus》,也是C++入门不错的参考书。

👉👉👉  点击跳转  👈👈👈

image-20240331152422181

《EffectiveC++》

        以条款的形式列举了55条C++语法的使用建议,帮助我们提高代码质量、性能、可读性、可拓展性,让我们对 C++ 编程的理解更上一层楼;使用的 C++ 版本比较老,很多内容不适用于现代 C++,看完之后可以再看看类似的《Modern Effective C++》、《Effective STL》。

👉👉👉  点击跳转  👈👈👈

image-20240401082527986

《C++20高级编程》

        全面、详实的介绍了C++的方方面面,还有案例讲解,非常适合现代C++入门学者;C++ Primer没涵盖新的语法特性(仅到C++11),而且将来也大概率不会涵盖了,因为作者已经去世了;市面上其他介绍C++20的书,大多都只介绍C++的新特性,是给那些已经掌握了C++的读者读的(用来了解新特性),不适合初学者。

👉👉👉  点击跳转  👈👈👈

image-20240331150921116

《测绘程序设计》李英冰

        测绘程序设计比赛的参考书,每一节介绍一种测绘相关的算法(大地主题正反算、空间前方交会、伪距单点定位等)提供了配套的示例程序(C#为主,一大半程序都有BUG),测绘类院校学生学完了编程语法,就可以从这里找程序练练手;建议初学者先认准一套程序学,先把例程跑通、读懂,然后照着例程敲两遍,再脱离例程试着从头自己写。数据处理算法,无外乎就是三部分:读取数据、数值计算、输出结果,提供练习这里的程序都可以学到;把这书上几百行的代码学明白、写明白了,你再去看正儿八经的上万行的开源程序就容易多了。

👉👉👉  点击下载  👈👈👈

image-20240331153002713

《大话数据结构》程杰

        数据结构通常被认为是计算机科班学生最重要的课,面试要考算法题,找工作前要刷LeetCode;对我们非科班写算法的程序员也同样重要,懂点数据结构和算法,你才能写出更高效的程序,你才能学明白STL,而且我们找算法相关的工作也可能要考算法题的;咱不一定要像科班学生掌握那么熟练,能理解常用的数据结构、算法就行,并不需要都会实现。

        咱们学数据结构和算法推荐看《大话数据结构》,它用生动有趣的对话、直观的图示,将复杂的数据结构概念变得简单易懂,让读者能够轻松掌握数据结构的基本原理和应用,进而提升编程能力和算法思维,它不像正儿八经的课本那么枯燥,对咱们非科班的程序员相当的友好。

👉👉👉  点击下载  👈👈👈

 👆👆👆  百度网盘链接   or   回到开头   👆👆👆

---

📽 推荐视频课程 📽

封面 简介
image-20240331145552445

《误差理论与测量平差基础》邱卫宁

        导航定位建图本质上都是参数估计问题,各种算法都要按最小二乘、卡尔曼滤波的方式来理解,初学导航,推荐先看武大邱卫宁《误差理论与测量平差》的前三章(误差理论、协方差与权、最小二乘原理),然后再看严恭敏《卡尔曼滤波与组合导航》前两节。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《卡尔曼滤波与组合导航原理》严恭敏

        严老师给博士讲的课,这是腾讯会议直播的录屏,把卡尔曼滤波、捷联惯导、组合导航的算法讲的很透彻,前七讲介绍各种卡尔曼滤波,后三讲介绍捷联惯导和组合导;建议搭配着《捷联惯导与组合导航原理》和开源程序PSINS来学。

        即使你不做惯导,也推荐看看前两节,能让你对最小二乘和卡尔曼滤波有更深一层的认识,听严老师这两节课比听我老师讲一学期的《最优估计》收货还要大。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《惯性导航》武大i2Nav

        武大导航工程本科生课程,比严老师的课简单的多,只讲捷联惯导,先介绍IMU的原理、误差特性,然后介绍各种姿态和旋转,最后是捷联惯导递推和噪声传播,推荐搭配着i2Nav的讲义来看。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《组合导航》武大i2Nav

        武大研究生课程,是《惯性导航》课程的深入,介绍了先介绍IMU特性、标定、对准,然后回顾了各种姿态和旋转,最后是捷联惯导递推和噪声传播,最后两讲介绍松紧组合;学完之后推荐结合着讲义看PSINS程序,程序很简单,只有1300行,网上也有很多讲解,能把程序看懂才是真的学明白了。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《测绘学概论》武大

        测绘通识课,六位院士每人讲一节,分别是:宁津生《绪论》、陈俊勇《大地测量学》、李德仁《遥感科学与技术》、张祖勋《摄影测量》、龚健雅《地理信息系统》、刘经南《导航定位与北斗》。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《卫星导航系统》哈工程

        全面且系统地介绍了 GNSS 的原理。从信号体制到接收机信号处理,从观测值误差分析到各种定位技术,推荐搭配着谢刚的《GPS原理与接收机设计》来看。

👉👉👉  点击跳转  👈👈👈

《多模卫星导航系统介绍》赵乐文

        网上的其它 GNSS 课程,大都只讲原理,只讲 GPS 系统,学完了,你可能还是捋不清该如何从伪距/载波/多普勒和星历,一步步算出 SPP/RTK/PPP 解;相比起来,赵老师这套课更加的贴近科研和工程,他会讲多系统的算法,讲RINEX文件,讲RTKLIB代码。

👉👉👉  点击跳转  👈👈👈

《GNSS高精度算法代码学习》欧阳明俊

        中山大学 CPNT 实验室欧阳明俊老师给组内同学录制的一套 GNSS 高精度算法入门教程,内容为 GNSS 高精度算法代码一行一行讲解(RTKLIB,GAMP,GINAV 等)。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《卫星导航接收机设计》杨旭

        北航杨旭博士录的接收机教程,主要是给他的同学看的,用FPGA实现一套B1I-B3I接收机,评论区里提到会开源;硬件接收机的实现和软件接收机有很大的不同,要额外考虑相当多的工程问题,杨旭这套视频讲的很详细,能给想了解硬件接收机的朋友带来不少帮助。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《Arduino快速上手》LazyTomatoLab

        懒番茄的Arduino入门教程,三小时就能看完全部视频;对于非科班,想要尝试去编程操作硬件,Arduino 是一个不错的选择,上手最简单,做了很多的封装,不需要了解内部的寄存器就可以写单片机程序;最近几年乐鑫出品的 ESP32 系列都对Arduino框架有不错的支持,性能高而且带蓝牙WiFi,很适合用来做一些小的物联网创客项目。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《ROS入门》机器人工匠阿杰

        通俗易懂的ROS导航入门教程,先讲ROS的使用、编程,然后介绍激光雷达、SLAM相机、IMU、ROS导航功能包。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《物联网NBIOT定位器》立创EDA

        立创EDA官方出品,手把手带你搭建一套GPS定位器,基于移远BC20-GNSS模块和STM32,教程包括三部分:硬件PCB设计、单片机程序设计、云平台应用设计。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《MATLAB科学计算》

        学MATLAB就得结合着数据处理算法,不然只会基础语法你还是很难写算法,全套视频六十个小时,选择需要的章节看就行了。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《计算机科学速成课》Crash Course

        Crash Course 出品的计算机通识课,从电子管到逻辑门再到CPU,从指令集到高级语言再到数据结构,从计算机网络到网络安全再到加密算法,从机器学习到自然语言处理再到机器人学;一层一层地向上推进,帮助你建立起对计算机体系全面的认识。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《统计学速成课》Crash Course

        也是 Crash Course 出品,从最基础的均值、方差一直讲到大数据、神经网络,能让你真正地理解统计学,而不仅仅只停留在会做题的层面;导航定位建图本质上都是参数估计问题,属于统计学的范畴,都要用统计学的方式去理解。

👉👉👉  点击跳转  👈👈👈

 👆👆👆   回到开头   👆👆👆

---

📽 推荐学术讲座 📽

封面 简介

《卫星导航接收机原理》杨颖  2020.04

        

👉👉👉  点击跳转  👈👈👈

《精密单点定位(PPP)之浅见》周锋   2020.02

        介绍了PPP的发展历程、PPP的基本原理、常用模型、具体的软件实现、应用中的限制瓶颈等内容。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《高频北斗/GNSS精密数据处理》耿江辉、林吉航、曾竞  2022.08

        

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《一些不实用的惯导算法简介》严恭敏  2023.07

        

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《城市复杂环境信息约束的多源组合导航》李增科  2023.06

        

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《从idea到SCI论文发表一关于科研那些你想知道的事》徐凯  2020.04

        

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《惯性导航在地球空间信息技术中的时空传递作用》牛小骥  2021.05

        惯性导航在地球空间信息技术中发挥的作用长期以来被测绘遥感行业所忽视。本次讲座牛老师详细介绍了惯性导航和组合导航原理,并以惯性导航在组合导航中的时间同步和空间同步作用作为起点,表现惯性导航在地球空间信息技术中的时空传递作用。

👉👉👉  点击跳转  or  新闻稿  👈👈👈

image-20240331145552445

《低轨导航增强GNSS:精密定位、星座设计》马福建   2020.10

        随着大型低轨互联网星座的兴起,国内外学者提出将低轨星座作为导航信号播发和增强信息转发平台,以全面提升卫星导航系统的精度、完好性、连续性和可用性。本次报告马福建博士生围绕低轨星座导航增强GNSS所涉及的关键技术展开叙述,重点介绍低轨增强GNSS快速精密单点定位性能以及基于遗传算法的混合低轨导航增强星座优化方法。

👉👉👉  点击跳转  or  新闻稿   👈👈👈

image-20240331145552445

《中国首个“学生造”遥感卫星背后的故事》金光  2022.01

        “启明星一号”是启明星系列星座计划的首发卫星,该星座计划由多颗遥感卫星组成。此次成功升空的“启明星”是一颗以武汉大学学生为研发主体的微纳卫星,是我国首颗可见光高光谱和夜光多光谱多模式在轨可编程卫星,是武汉大学在遥感学科教学从理论走向实践的重要举措。让我们一起聆听这颗“学生造”卫星背后的故事。

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《众包和本地基站混合定位研究及科研经历分享》余跃   2020.04

        全球导航卫星系统(GNSS)已被广泛地应用于室外定位,但基于现有物联网终端设备实现自主、精确和普适的室内导航仍然具有极大的挑战性。本期讲座,报告人将根据个人及课题组的科研项目及学术竞赛经历,介绍使用众包和本地基站混合定位过程中面临的问题及相关科研探索,并分享香港博士申请的相关经历和心得感悟。

👉👉👉  点击跳转  👈👈👈

《IMU选型、标定误差分析、AHRS组合导航》徐伟  2020.08

        

👉👉👉  点击跳转  👈👈👈

《主流V1O综述及VINS解析》崔华坤   2019.02

        

👉👉👉  点击跳转  👈👈👈

《算法岗的招聘现状与未来——移动机器人与自动驾驶专场》   2021.09

        深蓝学院特邀夏添(白犀牛无人车联合创始人兼CTO),刘兰个川(小鹏汽车算法研发总监,自动驾驶北京平台负责人),黎嘉信(高仙机器人深度学习总监、新加坡研发中心总监),任乾(自动驾驶定位算法专家)四位嘉宾分享企业招聘经验,同时对垂直领域的行业发展、技术学习及应用落地,多层次、全方位的为求职者解读剖析。

👉👉👉  点击跳转  👈👈👈

《浅谈如何将ROS应用于机器人开发》古月  2019.02

        

👉👉👉  点击跳转  👈👈👈

《图森未来在重卡自动驾驶的最新落地与实践》王乃岩   2022.07

        

👉👉👉  点击跳转  👈👈👈

《LIO系统的改进及其在自动驾驶定位模块中的应用》高翔  2022.07

        

👉👉👉  点击跳转  👈👈👈

《大规模点云地图的自动化构建》高翔  2021.03

        

👉👉👉  点击跳转  👈👈👈

《非差非组合GNSS数据处理模型与应用》张宝成  2021.03

        

👉👉👉  点击跳转  👈👈👈

《城市峡谷环境中的3D LiDAR辅助GNSS定位》文伟松  2021.01

        

👉👉👉  点击跳转  👈👈👈

《北斗GNSS精密定位及多源导航增强》李星星  2021.03

        

👉👉👉  点击跳转  👈👈👈

《多模多频实时GNSS软件接收机》刘刚   2021.03

        

👉👉👉  点击跳转  👈👈👈

image-20240331145552445

《一生一芯暑期招生宣讲会》

        

👉👉👉  点击跳转  👈👈👈

《电离层不规则体与闪烁》熊超  2021.07

        围绕电离层不规则体的产生机制、气候学特征、及电离层闪烁对导航定位的影响展开详细讨论。

👉👉👉  点击跳转  👈👈👈

《GNSS时代的电离层研究》张顺荣  2021.04

        介绍、分析与评述电离层科学研究在GNSS时代取得的新进展分享对GNSS影响电离层研究的历史进程和发展趋势的个人观点

👉👉👉  点击跳转  👈👈👈

《空间天气链式预报大模型的初步研究思路》陈洲副  

        针对一次空间天气事件,需要从太阳活动区开始监测观察天阳表面的爆发情况,判断太阳喷发的物质怎样在行星际空间传播,进而判断太阳活动后期对地球空间是否有影响,有何种影响。由王观测技术的局限,卫星无法有效的覆盖空间天气的所有区域,因此想要从物理机制上耦合空间天气整个区域的演化过程是干分困因难的。好在最近几十年空间天气方面的卫星发展迅速,的我们在空间天气多区域提供了大量的观测数据,从最近发展的深度学习技术上来看,已具备构建空间天气多区域耦合模型的观测数据量。因此借助深度学习最新技术的强大数据学习能力,从空间天气链式观测数据中,构建整体演化的时空大模型是有可能建立空间天气不同区域之间的相互作用、相互耦合的智能监测预警模型。这对于提高空间天气监测预报水平具有重要的科学意义。

👉👉👉  点击跳转  👈👈👈

《GNSS与InSAR协同监测》胡俊  2023.09

        

👉👉👉  点击跳转  👈👈👈

《GNSS多维水汽反演关键技术及其应用》姚宜斌  2022.09

        

👉👉👉  点击跳转  👈👈👈

《北斗卫星导航系统与国家PNT体系建设》杨元喜  2022.05

        

👉👉👉  点击跳转  👈👈👈

 👆👆👆   回到开头   👆👆👆

---

🤺 推荐一些同类仓库,创作不易,欢迎给他们 Star 鼓励 🤺

| 🌟 开源项目 🌟 | 🧾 简介 🧾 | 更新 | | :----------------------------------------------------------: | :----------------------------------------------------------: | :--: | | **[GitHub-Chinese-Top-Charts](https://github.com/GrowingGit/GitHub-Chinese-Top-Charts)** | GitHub 中文资料排行榜 | √√√ | | **[slam-study-note](https://github.com/hanlin-cheng/slam-study-note)** | SLAM算法笔记、书籍软件资源 | √√√ | | **[ML_DL_CV_with_pytorch](https://github.com/Michael-Jetson/ML_DL_CV_with_pytorch)** | 深度学习、自动驾驶、计算机视觉 | √√√ | | **[Autopilot-Notes](https://github.com/gotonote/Autopilot-Notes)** | 相当系统的自动驾驶笔记 | √√√ | | **[geolearning](https://github.com/wumingaizhou/geolearning)** | 大一本科生写的 WebGIS 学习笔记 | √√√ | | **[InSARLearning](https://github.com/cyloveyou/InSARLearning)** | InSAR小白学习笔记 | √√√ | | **[EveryDay](https://github.com/WindrunnerMax/EveryDay)** | 一个前端小白的学习历程 | √√√ | | **[cs-self-learning](https://github.com/PKUFlyingPig/cs-self-learning)** | 北大信科学长创建的CS自学全家桶 | √√√ | | **[AI_Tutorial](https://github.com/cbamls/AI_Tutorial)** | 整理 AI 热门文章,每周更新 | √√√ | | **[HITCS](https://github.com/HITLittleZheng/HITCS)** | 哈尔滨工业大学计算机课程资料与实验 | √√√ | | **[learning_research](https://github.com/pengsida/learning_research)** | 面向实验室研究生、本科生的科研教学 | √√√ | | **[3D-Gaussian-Splatting-Papers](https://github.com/Awesome3DGS/3D-Gaussian-Splatting-Papers)** | 3D高斯论文,持续更新,排版挺好 | √√√ | | **[qtkaifajingyan](https://github.com/feiyangqingyun/qtkaifajingyan)** | 作者十年 Qt 开发积累的 300+ 经验 | √√√ | | **[learning-note](https://github.com/MerlotRain/learning-note)** | GNU相关知识学习,makefile,cmake,m4 | √√√ | | **[researchTools](https://github.com/weisongwen/researchTools)** | 港理工 GraphGNSSLib 作者的博客、整理资料 | ××× | | **[IMU-study](https://github.com/Staok/IMU-study)** | IMU、气压计、磁力计的原理和驱动 | ××× | | **[SLAM-All-In-One](https://github.com/zhouyong1234/SLAM-All-In-One)** | SLAM 框架整理、代码注释、学习笔记 | ××× | | **[slam-tricks](https://github.com/Unsigned-Long/slam-tricks)** | 记录一些SLAM中常用到的一些算法和小技巧 | ××× | | **[SLAM-Jobs](https://github.com/nebula-beta/SLAM-Jobs)** | SLAM/SFM求职指南、面试经验 | ××× | | **[NEXTE_Sentry_Nav](https://github.com/66Lau/NEXTE_Sentry_Nav)** | 一个RM选手的导航系统部署和调试经验 | ××× | | **[RADAR](https://github.com/wuweh/RADAR)** | 一些雷达目标追踪的例程 | ××× | | **[learning-area](https://github.com/roy-tian/learning-area)** | HTML/CSS/JavaScript 入门学习 | ××× | | **[cs-408](https://github.com/ddy-ddy/cs-408)** | 计算机考研408学习笔记 | ××× | | **[open-geo-tutorial](https://github.com/ceholden/open-geo-tutorial)** | 地信遥感基础算法(GDAL in Python or R) | ××× | | **[AP1400-2](https://github.com/half-dreamer/AP1400-2)** | 浙大本科生写的C++英文网课作业和学习笔记 | ××× | | **[learn_slam](https://gitee.com/pi-lab/learn_slam)** | 西工大布树辉写的SLAM入门路线和建议 | ××× | | **[Road2Coding](https://github.com/rd2coding/Road2Coding)** | B站UP主代码羊的仓库 | ××× | | **[SLAM_Code_Learning](https://github.com/Fernweh-yang/SLAM_Code_Learning)** | 为做NeRF-based SLAM毕设所读过的代码 | ××× | | **[Tech_Blog](https://github.com/potato77/Tech_Blog)** | 北理工博士的无人机理论及实践学习心得 | ××× | | **[CUMT-GIS-16](https://github.com/ajdupeuetgg/CUMT-GIS-16)** | 矿大GIS课设\|**[CUMT-GIS-21](https://github.com/mxxxOrz12/CUMT-GIS-21)**/**[CUMT-GIS-20](https://github.com/lovelydayss/CUMT-GIS)** | ××× | | **[Mind-Map](https://github.com/lsq210/Mind-Map)** | 武大遥感院期末复习思维导图 | ××× | | **[papers](https://github.com/yyccR/papers)** | 作者整理的论文,关于机器学习和组合导航 | ××× | | **[review-2023](https://github.com/saveweb/review-2023)** | 23年度总结集合\|[**review-2022**](https://github.com/saveweb/review-2022)\|[**review-2021**](https://github.com/saveweb/review-2021) | ××× |
---

✨  本仓库介绍的开源程序  ✨

### 01-RTKLIB:最知名的 GNSS 数据处理程序 RTKLIB 是全球导航卫星系统 GNSS 开源定位解算程序包,由日本东京海洋大学的高须知二(Tomoji Takasu)开发,由一个**核心程序库**和多个**命令行程序**、**界面程序**组成;代码规范、功能完善、可拓展性好。RTKLIB 功能很齐全,GNSS 数据处理所需的基本功能都有,支持的数据格式很多,既可以实时解算也可以后处理,既可以接自己的 GNSS 模块也可以连 IGS 的数据流,既可以解算自己采集的数据也可以算 IGS 测站的数据,既可以 RTK 也可以 PPP;许多 GNSS 导航定位程序开源程序都是基于 RTKLIB 二次开发衍生而来,适合作为 GNSS 入门学习的项目。它的项目结构如下所示: ![RTKLIB](https://pic-bed-1316053657.cos.ap-nanjing.myqcloud.com/img/RTKLIB.png) * **支持多个 GNSS 系统的标准和精密定位算法**,包括 GPS,GLONASS,Beidou,Galileo,QZSS 和 SBAS。 * **支持 9 种GNSS实时和后处理定位模式**: * **single**:伪距单点定位 * **DGPS/DGNSS**:伪距差分 * **kinematic**:载波动态相对定位,动态RTK,假设流动站是移动的,可以做车载定位 * **Static**:载波静态相对定位,静态RTK,两站都是静止的,可以得到很高的精度 * **Moving-Baseline**:两站都动,双天线,主要用来定姿 * **Fixed**:固定坐标,解算模糊度、对流层、电离层等参数 * **PPP-Kinematic**:动态精密单点定位 * **PPP-Static**:静态精密单点定位 * **PPP-Fixed**:PPP 固定坐标,解算模糊度、对流层、电离层等参数。 * **支持多种GNSS标准格式和协议**:RINEX2.10、RINEX2.11、RINEX2.12、RINEX3.00、RINEX3.01、RINEX3.02、RTCM2.3、RTCM3.1、RTCM3.2、BINEX、NTRIP、NMEA0183、SP3、ANTEX1.4、IONEX1.0、NGS PCV、EMS 2.0。 * **支持多种GNSS接收机专有数据协议格式**:NovAtel:OEM4/V/6,OEM3, OEMStar、Superstar II、 Hemisphere、Crescent、u‐blox:LEA-4T/5T/6T、SkyTraq、JAVAD 、GW10-II/III 和 NVS。 * **支持外部通信**:Serial、TCP/IP、NTRIP、本地日志文件、FTP 和 HTTP。 * **提供许多代码库和API**:卫星和导航系统函数、矩阵和向量函数,时间和字符串函数、坐标的转换,输入和输出函数、调试跟踪函数、平台依赖函数、定位模型、大气模型、天线模型、地球潮汐模型、大地水准面模型、基准转换、RINEX函数、星历和时钟函数、精密星历和时钟、接收机原始数据函数、RTCM函数,解算函数、谷歌地球KML转换、SBAS函数、选项(option)函数、流数据输入和输出函数、整周模糊度解算、标准定位、精密定位、后处理定位(解算)、流服务器函数、RTK服务器函数、下载函数。 > 推荐阅读:[不迷途导航程序员:RTKLIB 源码阅读笔记](https://mp.weixin.qq.com/s/2D3V0qDh6fwt_tZ0225znw) > > 推荐视频:[Lewen_NavSense-多模卫星导航定位与应用](https://space.bilibili.com/479790048/channel/collectiondetail?sid=2487703) > > 推荐视频:[GNSS高精度算法代码学习-RTKLIB篇1-1 RTKLIB入门](https://www.bilibili.com/video/BV1a6saeAEDz) > > 推荐视频:[冰菓的RTKlib&GAMP 北斗卫星定位不妙屋](https://space.bilibili.com/199461274/channel/collectiondetail?sid=1088015)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 02-GAMP:基于 RTKLIB 的后处理双频 PPP GAMP 全称 (**G**NSS **A**nalysis software for **M**ulti-constellation and multi-frequency **P**recise positioning),在 RTKLIB 的基础上,将一些些多余的函数、代码简洁化,精简出后处理双频 PPP 部分,并对算法进行改进增强。对初学者非常友好,在我接触过的导航定位开源程序中算是最简单的,是用纯 C 语言编写,由于做了简化,代码比 RTKLIB 原版还要简单;使用也非常简单,软件包里直接有 VS 工程,和组织好的配置、数据文件,简单改改路径就能算出结果。 ![GAMP](https://pic-bed-1316053657.cos.ap-nanjing.myqcloud.com/img/GAMP.png) > 推荐视频:[冰菓的RTKlib&GAMP 北斗卫星定位不妙屋](https://space.bilibili.com/199461274/channel/collectiondetail?sid=1088015)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 03-Great:以 GNSS 为核心的算法研究平台

👆👆👆  转到介绍   or   转到项目地址   or   回到开头   👆👆👆

--- ### 04-Ginan:澳大利亚 PPP 定位/定轨程序 澳大利亚 基于 RTKLIB 改写,做了面向对象封装, 大量使用 C++11/14/17 的新特性,使用了 Boost库,PEA 的主函数就有 500 行,读起来比较困难; 依赖的库较多,好在提供了 Docker; 可以运行在 Linux 和 MacOS,在 Windows 下需运行在 WSL 或 Docker 环境 文档很详细,而且可以生成 Doxygen,根据注释生成网站,可以方便的查看类型嵌套和程序调用 包括 PEA 定位和 POD 定轨程序, PEA 用 C++、POD 部分用 Fortune,绘图和批处理脚本用 Python 矩阵运算主要用 Eigen 实现,也用 OpenBLAS 进行多线程矩阵运算 > 推荐阅读:[不迷途导航程序员:PEA源码阅读笔记](https://mp.weixin.qq.com/s/Z1-WT7ulJBPhN5wdVlZ17Q)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 05-SoftGSS:MATLAB GPS L1-C/A 码软件接收机 SoftGNSS 是《软件定义的GPS和伽利略接收机》附带的程序,MATLAB 编写,实现了一套最简单的 GNSS 软件接收机功;输入经过天线接收,射频前端滤波下变频后的数字中频信号文件,进行 GPS L1 C/A 码的捕获跟踪,生成伪距观测值,解译导航电文,最小二乘定位解算;代码量很小也很简单,适合作为 GNSS 基带数字信号处理的入门阅读程序。主要执行流程如下: ![SoftGNSS流程图](https://pic-bed-1316053657.cos.ap-nanjing.myqcloud.com/img/SoftGNSS%25E6%25B5%2581%25E7%25A8%258B%25E5%259B%25BE.png)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 06-PSINS:MATLAB-C++ 捷联惯导工具箱 PSINS(**P**recise **S**trapdown **I**nertial **N**avigation **S**ystem 高精度捷联惯导系统算法)工具箱由西北工业大学自动化学院惯性技术教研室严恭敏老师开发和维护。工具箱分为Matlab和C++两部分。主要应用于**捷联惯导**系统的数据处理和算法验证开发,它包括**惯性传感器数据分析**、**惯组标定**、**初始对准**、**惯导AVP**(姿态-速度-位置)更新解算、**组合导航**Kalman滤波等功能。C++部分采用 VC6 编写,可以用于嵌入式开发。 image-20231224221345981 > 推荐视频:[严恭敏-PSINS导航工具箱入门与详解](https://www.bilibili.com/video/BV1R54y1E7ut) > > 推荐视频:[严恭敏-PSINS开发板介绍](https://www.bilibili.com/video/BV1z3411a7xe)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ###  07-GINAV:GNSS-INS Matlab 工具箱 GINav 是 2020 年发布在 GPS Solution 上开源 GNSS/INS 紧组合工具箱,支持多模多频(单频到三频)GNSS 数据处理,支持多种处理模式 ,包括 SPP、PPD、PPK、PPS GNSS/INS 组合导航算法开发与测试。软件采用纯 MATLAB 编写,src 目录下共 325 个 .m 文件,约 12000 行代码;GNSS 部分的代码是移植 RTKLIB 和 GAMP,IMU 递推算法移植自 PSINS,使用过 RTKLIB 的朋友应该很容易就能上手。 与 RTKLIB、Ginan、IGNav 等 C/C++ 编写的导航定位解算程序相比,MATLAB 编写的 GINav 可移植性更差,执行效率低,PPK 解算比 RTKLIB 慢 20 倍;GINav 的优点是简单,调试方便,在变量区可以直接看到矩阵的值,MATLAB 提供的数据处理和分析功能更丰富,方便进行算法的学习和研究。 与同为 MATLAB 实现的 PSINS 捷联惯导工具箱相比,GINav 更侧重 GNSS 和紧组合算法,实现的惯导和滤波算法远没有 PSINS 丰富。与同为 MATLAB 实现的 goGPS 相比,GINav 的源码和软件使用方式都更简单,采用纯面向过程风格,很多的结构体和函数都与 RTKLIB 和 GAMP 一致,更容易上手。 ![image-20240701210544620](https://pic-bed-1316053657.cos.ap-nanjing.myqcloud.com/img/image-20240701210544620.png) > 推荐阅读:[MJy65535:GINav 学习笔记](https://blog.csdn.net/MJy65535/article/details/130030063)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 08-KF-GINS:GNSS/INS-EKF 松组合例程 KF-GINS 是武大 i2Nav 实验室开源的一套松组合导航程序;可以读取 IMU 数据文件、GNSS 结果文件,进行松组合解算,计算位置、速度、姿态、陀螺仪零偏、加速度计零偏、陀螺仪比例、加速度计比力,共 21 维状态向量。代码量小,有详细的文档、注释和讲解,代码结构很好理解,有一些可以学习的工程技巧。 ![kf-gings structure](https://pic-bed-1316053657.cos.ap-nanjing.myqcloud.com/img/kf-gings%20structure.png) * **项目开源地址**:https://github.com/i2Nav-WHU * **i2NAV组合导航讲义、数据集**:http://www.i2nav.cn/index/newList_zw?newskind_id=13a8654e060c40c69e5f3d4c13069078 * **介绍视频**:https://www.bilibili.com/video/BV1Zs4y1B7m2/ * **推荐观看**:武大开源KF- GINS项目算法解析—[理论部分](https://www.bilibili.com/video/BV1az42197wd)、[源码部分](https://www.bilibili.com/video/BV1hm411S79H)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 09-OB-GINS:GNSS/INS-FGO 松组合例程 武大 I2NAV 开源,基于图优化的 IMU/GNSS 松组合解算,IMU 预积分算法相比以视觉为主的 ORB-SLAM3、VINS 要精细一些。 ![OB-GINS 执行流程](https://pic-bed-1316053657.cos.ap-nanjing.myqcloud.com/img/OB-GINS%2520%25E6%2589%25A7%25E8%25A1%258C%25E6%25B5%2581%25E7%25A8%258B.png) 相关链接: * 开源地址:https://github.com/i2Nav-WHU/OB_GINS, * 相关论文: * Hailiang Tang, Tisheng Zhang, Xiaoji Niu, Jing Fan, and Jingnan Liu, “Impact of the Earth Rotation Compensation on MEMS-IMU Preintegration of Factor Graph Optimization,” *IEEE Sensors Journal*, 2022. [下载](http://www.i2nav.com/ueditor/jsp/upload/file/20220801/1659348408510061111.pdf) * Junxiang Jiang, Xiaoji Niu, and Jingnan Liu, “Improved IMU Preintegration with Gravity Change and Earth Rotation for Optimization-Based GNSS/VINS,” *Remote Sensing*, vol. 12, no. 18, p. 3048, Sep. 2020, doi: [10.3390/rs12183048](https://doi.org/10.3390/rs12183048). * Le Chang, Xiaoji Niu, and Tianyi Liu, “GNSS/IMU/ODO/LiDAR-SLAM Integrated Navigation System Using IMU/ODO Pre-Integration,” *Sensors*, vol. 20, no. 17, p. 4702, Aug. 2020, doi: [10.3390/s20174702](https://doi.org/10.3390/s20174702). [下载](https://www.mdpi.com/1424-8220/20/17/4702/pdf)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 10-POSGO:图优化 GNSS 伪距定位 POSGO,全称 POSition based on Graph Optimization,是由武汉大学 GNSS 定轨中心李政开源的一套图优化 GNSS 伪距定位程序。该程序目前主要侧重于以伪距为核心的 SPP(单点定位)和 RTD(实时伪距差分定位)解算,并兼容 EKF(扩展卡尔曼滤波器)和 GO(图优化)解算方法。整个项目涵盖了约 8000行的 C++ 代码和 700 行的 Python 脚本,C++ 部分的代码在 RTKLIB 的基础上,进行了面向对象的改编和优化;Python 部分则包含了 Analyze 和 AnalyzeStatic 两个结果分析脚本。POSGO 使用了来自城市道路的动态车辆手机实验数据进行测试。实验结果显示,在遮挡严重的区域,GO解算方法相较于传统的 LS(最小二乘法)和 EKF 解算方法,展现出了更高的定位精度和更强的稳健性。POSGO 未来计划引入对载波相位的支持,以进一步提升定位的精准度,并计划加入对多传感器融合的支持。 ![image-20240701205722084](https://pic-bed-1316053657.cos.ap-nanjing.myqcloud.com/img/image-20240701205722084.png)

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 11-GICI-LIB:GNSS+INS+Camera 图优化融合定位 GICI-LIB 全称 **G**NSS/**I**NS/**C**amera **I**ntegrated Navigation Library,是上海交大最新开源的一套基于图优化的 GNSS+INS+Camera 集成导航定位库。基于 RTKLIB 处理 I/O 流、编解码;基于 OKVIS 因子图优化类型封装;基于 SVO 做特征提取。以 GNSS 为主,再加入 INS、Camera 做组合,支持相当多的数据格式、定位模式,包含很多 GNSS 因子、惯导因子、视觉因子及运动约束。以处理实时数据为主,后处理也采用模拟实时数据处理的方式进行。 - **论文**:[GICI-LIB: A GNSS/INS/Camera Integrated Navigation Library](https://arxiv.org/abs/2306.13268),可以[在这](https://arxiv.org/pdf/2306.13268.pdf)下载 - **源码**:[https://github.com/chichengcn/gici-open](https://github.com/chichengcn/gici-open) - **数据**:[https://github.com/chichengcn/gici-open-dataset](https://github.com/chichengcn/gici-open-dataset) 典型应用方式如下图: 1689512108793 包含以下估计器: 1690024555067 > 补充:GICI 还在持续更新,前段时间看作者还准备加 PPP/IMU/Camera 紧组合模式。

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 12-VINS:光流法视觉惯性 SLAM 与双目相机和 RGB-D 相机相比,单目相机具有结构简单、成本低和处理速度快的优点。然而,单目 VSLAM 存在尺度不确定性、无法对齐位姿和重力方向的自身缺点和快速运动导致的运动模糊的环境下容易跟踪丢失等不足。为弥补此问题,可将单目相机和 IMU 相结合的传感器融合,这种融合方案被称为单目视觉惯性里程计(Visual Inertial Odometry,VIO)或单目视觉惯性 SLAM(Visual-inertial SLAM,VINS)。 * IMU 也可以弥补视觉 SLAM 在短时间、快速运动上的不足,另外由于 IMU 不依赖外界环境信息,对环境变化不敏感,也可以在少纹理、明暗变化较大或者光线较弱场景内提供短期的定位方案以及位姿估计方案。 * 较之惯性信息,视觉里程计可以提供丰富的外界信息,在低速平稳的运动中位姿估计稳定,而且视觉里程计在长时间运行后的漂移较小,并且可以通过回环检测修正自身位置以减小累积误差。 香港科技大学沈劭劼团队开发的 VINS 系统,用了一种紧耦合的非线性优化方法。该团队在 2017 年发布的 VINS-Mono 通过在四元数上进行 IMU 的预积分,并且采用滑动窗口法融合 IMU 信息和相机观测到的特征数据,实现了数据的紧耦合。并且采用四自由度的图优化方法实现了回环检测模块,来得到全局约束。在 2019 年,该团队又发布了 VINS-Fusion,在 VINS-Mono 的基础上又加入了双目、双目+IMU 等更多的传感器类型,以及支持了 VINS 和 GPS 的融合。它支持在线标定相机及 IMU 参数及鱼眼相机模型,并且支持保存当前地图和加载过往地图。在与 IMU 的结合上,它采用了四元数积分方案,与视觉信息进行紧耦合,具有很强的鲁棒性和定位精度。 img

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 13-ORB-SLAM3:特征点法视觉惯性图优化 SLAM ORB 指 **O**riented FAST and **r**otated **B**RIEF,是一种结合 FAST 和 BRIEF,并引入旋转不变性的一种特征点和描述子;SLAM 指 **S**imultaneous **L**ocalization **a**nd **M**apping,指的是同时进行实时定位和地图构建。 ORB-SLAM3 是**迄今为止,最完整的视觉惯性 SLAM 系统系统**,它是第一个集成了单目相机、双目相机、RGB-D相机,以及单目相机结合 IMU、双目相机结合 IMU 的 SLAM 系统。并且在 ORB-SLAM2 的基础上,改进了相机模型,使其不再局限于传统的小孔成像模型,而是可以**扩展到鱼眼模型**。在与 IMU 的结合上,它根据运动模型在流形上进行 **IMU 的预积分**的方式,然后采用非线性优化的思想,**将 IMU 的预积分结果和视觉 SLAM 的重投影模型一同进行图优化,使得预积分残差以及重投影误差共同达到最小**,以此来完成视觉信息和惯导系统的**紧耦合**。并且它采用了更为快速的**初始化**方法,以及丢失跟踪后利用惯导系统快速**重定位**方法。此外,它还采用**地图集**的方式,实现了对大场景的定位建图。这也是如今众多开源方案中,功能最强大、最精准的方法。系统框图如下: image-20230815102741960

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- ### 14-ROS导航功能包:自主导航机器人定位/建图/路径规划 功能简单来说,就是根据输入的里程计等传感器的信息流和机器人的全局位置,通过导航算法,计算得出安全可靠的机器人速度控制指令。广泛用在一些对可靠性要求没那么高的自主导航机器人场景中,比如扫地机器人、物流机器人等。 image-20231111160631063 img

👆👆👆  转到源码解读   or   转到项目地址   or   回到开头   👆👆👆

--- **我的治学理念**:脚踏实地、持之以恒、日积月累地建立起对学科成体系的认识,掌握做科研、做开发基本的基本功(基础算法、软件平台、编程语言等);立足自身长远发展,而非急功近利地为了和同学争抢资源、为了一时的虚名小利,去钻“空子”、走“捷径”;在个人奋斗的同时,还能兼济天下,为行业的发展付出自己的一份力,与行业共进步。 我在大二的暑假创建了这个仓库,开始持续地更新,既勉励自己坚持学下去,也希望我的经验能为刚上大学、刚入门导航算法,渴望掌握一套能安身立命的本事,却又迷茫而无所适从的朋友,提供些许参考。 最后,如果你有问题、有建议、有想法;如果你入门导航算法过程中遇到了困难、找不准方向;或者说你认可我的仓库,单纯地想交个朋友,都欢迎你加我的微信,和我联系,记得备注 `学校+姓名`,让我知道你是谁。

662bf58e5529e6a138945e9ffc90893e

👆👆👆  回到开头 👆👆👆