# Navigation-Learning **Repository Path**: yunpengmax/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**: 0 - **Forks**: 0 - **Created**: 2024-03-21 - **Last Updated**: 2024-03-21 ## 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% | | [**设备上手**](导航定位设备上手) | 各种 GNSS/IMU/Camera/Lidar 设备用法、测试数据 | 【\=>                     】10% | | **书籍讲义** | 导航算法学习过程中对我起较大帮助的书籍、讲义 | 【\=\=\=\=\=\=\=\=>   】80% | | **[博客翻译](博客翻译)** | 机翻外文有意思的博客,稍作修改,再加上我的总结 | 【\=\=\=\>                】30% | | **开源整理** | 整理导航相关开源项目,拓展眼界,避免重复造轮子 | 【\=\=\=\=\=\=\>        】60% | | **常用网站** | 整理导航相关网址,点击即可跳转,起收藏夹的作用 | 【\=\=\=\=\=\=\>        】60% | | [**常用命令**](常用指令快捷键) | Linux/Git/ROS/VSCode 常用命令,便于查找使用 | 【\=\=\=\=\>             】40% | | [**算法理解**](导航定位算法公式理解) | 不会一板一眼地推导公式,写点我对导航算法的理解 | 【\=>                     】10% | | [**学习心得**](一个双非学校导航工程本科生的学习心得.md) | 我作为双非导航工程本科生对于导航学习的思考感悟 | 【\=\=\=\=\=\=\=\=>   】80% |
---

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

| 🌟 开源程序 🌟 | 🧾 简介 🧾 | 🛠 完成度 🛠 | | :----------------------------------------------: | :--------------------------------: | :----------------------------------------------------------: | | **RTKLIB** | 最知名的 GNSS 数据处理程序 | 【\=\=\=\=\=\=\>        】60% | | **GAMP** | 基于 RTKLIB 的后处理双频 PPP | 【\=\=\=\=\=\=\=\=>   】80% | | **PSINS** | MATLAB/C++ 捷联惯导工具箱 | 【\=\=\=\=\>             】40% | | **Ginan** | 澳大利亚 PPP 定位/定轨程序 | 【\=>                     】10% | | **goGPS** | MATLAB-GNSS 数据批处理 | 【\=>                     】10% | | **GICI-LIB** | GNSS+INS+Camera 图优化融合定位 | 【\=\=\=\>                】30% | | **SoftGNSS** | MATLAB GPS L1-C/A 码软件接收机 | 【\=\=\=\=\=\=\>        】60% | | **VINS** | 光流法视觉惯性图优化 SLAM | 【\=\=\=\>                】30% | | **ORB-SLAM3** | 特征点法视觉惯性图优化 SLAM | 【\=\=\>                   】20% | | **GNSS-SDR** | 基于 GNURadio 的 GNSS 软件接收机 | 【\=>                     】10% | | **TGINS** | 基于 RTKLIB 的 PPP/INS-EKF 紧组合 | 【\=\=\>                   】20% | | **KF-GINS** | GNSS/INS-EKF 松组合 Demo | 【\=\=\=\=\=\=\=\=\=> 】90% | | **OB-GINS** | GNSS/INS-FGO 松组合 Demo | 【\=\=\=\=\>              】40% | | **ROS导航功能包** | 自主导航机器人定位/建图/路径规划 | 【\=\=\>                   】20% | | **北斗GPS软件接收机** | GPS-L1/BDS-B1 软件接收机 | 【\=\=\>                   】20% | | **PocketSDR** | 带射频前端的后处理 GNSS 软件接收机 | 【\=>                     】10% |
---

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

| 类型 | 项目/网址 | | :----------------------------------------------------------: | :----------------------------------------------------------: | | [**GNSS 数据处理**](导航定位开源项目记录/01-GNSS数据处理.md) | **[RTKLIB](https://www.rtklib.com/)**、[RTKLIB-Demo5](https://github.com/rtklibexplorer/RTKLIB)、[learning_rtklib](https://github.com/LiZhengXiao99/learning_rtklib)、[RTKLIB-Cmake](https://github.com/LiZhengXiao99/RTKLIB-Cmake)、[rtklib-py](https://github.com/rtklibexplorer/rtklib-py)、[rtklib_ros_bridge](https://github.com/MapIV/rtklib_ros_bridge)、[rtkrcv_ros](https://github.com/ajbfinesc/rtkrcv_ros)、**[GAMP](https://geodesy.noaa.gov/gps-toolbox/GAMP.htm)**、**[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)、[GFZRNX](https://dataservices.gfz-potsdam.de/panmetaworks/showshort.php?id=escidoc:1577894)、[georinex](https://github.com/geospace-code/georinex)、[GAMIT/GLOBK]()、[GraphGNSSLib](https://github.com/weisongwen/GraphGNSSLib)、[Net_Diff](https://github.com/YizeZhang/Net_Diff)、[laika](https://github.com/commaai/laika)、[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)、[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)、[RobustGNSS](https://github.com/wvu-navLab/RobustGNSS)、[GAMPII-GOOD](https://github.com/zhouforme0318/GAMPII-GOOD)、[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)、[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)、[PPP-BayesTree](https://github.com/wvu-navLab/PPP-BayesTree)、[FAST](https://github.com/ChangChuntao/FAST)、[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)、[GDDS](https://geodesy.noaa.gov/gps-toolbox/gdds.shtml)、[QGOPDD](https://github.com/yhw605/QGOPDD)、[groops](https://github.com/groops-devs/groops)、[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)、[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)、[mphw](https://github.com/fgnievinski/mphw)、[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)、[cssrlib](https://github.com/hirokawa/cssrlib)、[HASlib](https://github.com/nlsfi/HASlib)、[OSNMA](https://github.com/Algafix/OSNMA)、[galileo-osnma](https://github.com/daniestevez/galileo-osnma)、[GNSSAMS](https://github.com/GanAHE/GNSSAMS)、[ppp-tools](https://github.com/aewallin/ppp-tools)、[cssrlib](https://github.com/hirokawa/cssrlib)、[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)、[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) | | **[GNSS 信号处理](导航定位开源项目记录/02-GNSS信号处理.md)** | **[GNSS-SDR](https://github.com/gnss-sdr/gnss-sdr)**、**[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)、[FlyDog_SDR_GPS](https://github.com/flydog-sdr/FlyDog_SDR_GPS)、[FlyCat_SDR_GPS](https://github.com/flydog-sdr/FlyCat_SDR_GPS)、[BDS-3-B1C-B2a-SDR-receiver](https://github.com/lyf8118/BDS-3-B1C-B2a-SDR-receiver)、[FGI-GSRx](https://github.com/nlsfi/FGI-GSRx)、[sydr](https://github.com/aproposorg/sydr)、[multi-channel-gnss](https://github.com/dasdboot/multi-channel-gnss)、[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-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)、[SignalSim](https://github.com/globsky/SignalSim)、[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) | | **[INS、组合导航](导航定位开源项目记录/03-INS、GNSS组合导航.md)** | **[PSINS](http://www.psins.org.cn/)**、**[KF-GINS](https://github.com/i2Nav-WHU/KF-GINS)**、**[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_v2.0](https://github.com/kaichen686/GINav_v2.0-test)、[GINAV](https://github.com/kaichen686/GINav)、[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)、[gnss-ins-zupt](https://github.com/wvu-navLab/gnss-ins-zupt)、[kalibr](https://github.com/ethz-asl/kalibr)、[kalibr_allan](https://github.com/rpng/kalibr_allan)、[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)、[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)、[nav_matlab](https://github.com/yandld/nav_matlab)、[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)、[IMU-study 整理](https://github.com/Staok/IMU-study) | | **[视觉 SLAM](导航定位开源项目记录/04-视觉SLAM.md)** | **[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)、[NeRF](https://github.com/bmild/nerf)、[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)、[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/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) | | **[激光 SLAM](导航定位开源项目记录/05-激光SLAM.md)** | [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)、[CloudViewer](https://github.com/nightn/CloudViewer)、[LT-Mapper](https://github.com/gisbi-kim/lt-mapper)、[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) | | **[多源融合](导航定位开源项目记录/06-多源融合.md)** | **[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)、[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)、[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)、[NaveGo](https://github.com/rodralez/NaveGo)、[robot_localization](https://github.com/cra-ros-pkg/robot_localization)、[YabLoc](https://github.com/tier4/YabLoc)、[multi_sensor_calibration](https://github.com/tudelft-iv/multi_sensor_calibration)、[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) | | **[参数估计](导航定位开源项目记录/07-参数估计.md)** | [kalman](https://github.com/mherb/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)、[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) | | **[室内定位、手机定位](导航定位开源项目记录/08-室内定位.md)** | [uwb-localization](https://github.com/lijx10/uwb-localization)、[Location](https://github.com/yyccR/Location)、[SensorServer](https://github.com/umer0586/SensorServer)、[Indoor-Positioning](https://github.com/GXW19961104/Indoor-Positioning)、[UWB-Node](https://github.com/KitSprout/UWB-Node)、[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)、[Awesome-Human-Activity-Recognition 整理](https://github.com/iGNSS/Awesome-Human-Activity-Recognition)、[Awesome-WiFi-CSI-Research 整理](https://github.com/wuzhiguocarter/Awesome-WiFi-CSI-Research) | | **[规划控制](导航定位开源项目记录/09-规划控制.md)** | [**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)、[Awesome-Self-Driving 整理](https://github.com/iGNSS/Awesome-Self-Driving)、[Autopilot-Notes 整理](https://github.com/gotonote/Autopilot-Notes) | | **[AI](导航定位开源项目记录/10-AI.md)** | [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)、[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) | | **[常用库](导航定位开源项目记录/11-常用库.md)** | [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) | | **[开源数据集](导航定位开源项目记录/12-开源数据集.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)、[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)、[Awesome_list_of_free_smartphone_GNSS_datasets](https://github.com/mvarga1989/Awesome_list_of_free_smartphone_GNSS_datasets)、[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)、[vio-gnss-dataset](https://github.com/AaltoVision/vio-gnss-dataset)、[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)、[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)、[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)、[KITTI数据集](http://www.cvlibs.net/datasets/kitti/eval_object.php)、[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) | | **[Github美化](导航定位开源项目记录/13-Github美化.md)** | [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) | | **[工具](导航定位开源项目记录/14-工具.md)** | [zotero](https://github.com/zotero/zotero)、[Captura](https://github.com/MathewSachin/Captura)、[ GitHub520](https://github.com/521xueweihan/GitHub520)、[free](https://github.com/zp-9696/free)、[carrot](https://github.com/xx025/carrot)、[aliyunpan](https://github.com/gaozhangmin/aliyunpan) | | **[开源程序作者](导航定位开源项目记录/15-开源程序作者.md)** | [池澄](https://github.com/chichengcn/gici-open)、[周峰](https://github.com/zhouforme0318)、[陈超](https://github.com/heiwa0519)、[严恭敏](https://psins.org.cn/sy)、[李政](https://github.com/lizhengnss)、[苏景岚](https://github.com/Erensu)、[陈凯](https://github.com/kaichen686)、[欧阳明俊](https://github.com/ouyangmingjun-work)、[余义](https://github.com/wustyuyi)、[张欣](https://github.com/shenshikexmu)、[任乾](https://github.com/Little-Potato-1990)、[王晗](https://github.com/wh200720041)、[刘国庆](https://github.com/DreamWaterFound)、[高翔](https://github.com/gaoxiang12)、[杨熙](https://github.com/yandld)、[张春杰](https://github.com/kongtian-SiBu)、[魏源](https://github.com/hui-Scholarliness)、[方文涛](https://github.com/2013fangwentao)、[吕少麟](https://github.com/shaolinbit)、[布树辉](https://link.zhihu.com/?target=http%3A//www.adv-ci.com/blog/)、[谢立华](https://link.zhihu.com/?target=https%3A//wanghan.pro/)、[邹丹平](https://link.zhihu.com/?target=http%3A//drone.sjtu.edu.cn/dpzou/index.php)、[李英冰](https://github.com/ybli)、[稚晖君]()、[electech6](https://github.com/electech6)、[JzHuai0108](https://github.com/JzHuai0108)、[XikunLiu-huskit](https://github.com/XikunLiu-huskit)、[cggos](https://github.com/cggos)、[Welson WEN](https://www.zhihu.com/people/Welson-WEN)、[cggos](https://github.com/cggos)、[zarathustr](https://github.com/zarathustr)、[YizeZhang](https://github.com/YizeZhang)、[globsky](https://github.com/globsky)、[tomojitakasu](https://github.com/tomojitakasu)、[carlesfernandez](https://github.com/carlesfernandez)、[rtklibexplorer](https://github.com/rtklibexplorer)、[GeoscienceAustralia](https://github.com/GeoscienceAustralia)、[taroz](https://github.com/taroz)、[osqzss](https://github.com/osqzss)、[iliasam](https://github.com/iliasam)、[JonasBchrt](https://github.com/JonasBchrt)、[JakobEngel](https://github.com/JakobEngel)、[priseborough](https://github.com/priseborough)、[Charmve](https://github.com/Charmve) | | **[开源程序团队](导航定位开源项目记录/16-开源程序团队.md)** | [i2Nav-WHU](https://github.com/i2Nav-WHU)、[PrideLab](https://github.com/PrideLab)、[GREAT-WHU](https://github.com/GREAT-WHU)、[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) | | **[编程入门学习](导航定位开源项目记录/17-编程入门学习.md)** | [awesome-cn](https://asmcn.icopy.site/)、[awesome-c](https://github.com/oz123/awesome-c)、[awesome-cpp](https://github.com/fffaraz/awesome-cpp)、[awesome-python-cn](https://github.com/jobbole/awesome-python-cn)、[awesome-c-cn](https://github.com/jobbole/awesome-c-cn)、[awesome-cpp-cn](https://github.com/jobbole/awesome-cpp-cn)、[awesome-cs-books](https://github.com/imarvinle/awesome-cs-books)、[awesome-modern-cpp](https://github.com/rigtorp/awesome-modern-cpp)、[awesome-ios-cn](https://github.com/jobbole/awesome-ios-cn)、[awesome-css-frameworks](https://github.com/troxler/awesome-css-frameworks)、[awesome-cs](https://github.com/CodingDocs/awesome-cs)、[Hacking C++](https://hackingcpp.com/)、[QWidgetDemo](https://github.com/feiyangqingyun/QWidgetDemo) |

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

---

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

| 类型 | 网址 | | :----------------------------------------------------------: | :----------------------------------------------------------: | | **[中文期刊](导航定位相关网站记录/01-中文期刊.md)** | [测绘学报](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) | | **[英文期刊](导航定位相关网站记录/02-英文期刊.md)** | [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/)、 | | **[导航类会议](导航定位相关网站记录/03-导航类会议.md)** | [美国导航年会 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/)、 | | **[文献下载网站](导航定位相关网站记录/04-文献下载网站.md)** | [知网](https://www.cnki.net/)、[万方](https://w.wanfangdata.com.cn/)、[维普](https://www.cqvip.com/)、[Bing学术](https://cn.bing.com/academic/)、[百度学术](https://xueshu.baidu.com/)、[Sci-Hub](https://www.scihub.net.cn/)、[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) | | **[各系统、分析中心官网](导航定位相关网站记录/05-各系统、分析中心官网.md)** | [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)、[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/)、CNES、IAC、SHAO、CODE、[GFZ](https://www.gfz-potsdam.de/)、ESA、[WHU](http://www.igs.gnsswhu.cn/)、[BKG](https://igs.bkg.bund.de/)、[CDDIS](https://cddis.nasa.gov/)、ING、[中国卫星导航系统管理办公室测试评估研究中心](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) | | **[导航软件/设备厂商](导航定位相关网站记录/06-导航软件、设备厂商.md)** | [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/) | | **[芯片厂商](导航定位相关网站记录/07-芯片厂商.md)** | [恩智浦](https://www.nxp.com.cn/)、[微芯](https://www.microchip.com/)、[瑞萨](https://www.renesas.cn/cn/zh)、[高通](https://www.qualcomm.cn/)、[意法半导体](https://www.st.com/content/st_com/zh.html)、[AMD](https://www.amd.com/zh-cn.html)、[ARM](https://www.arm.com/)、[英飞凌](https://www.infineon.com/)、[德州仪器](https://www.ti.com.cn/)、[新唐](https://www.nuvoton.com.cn/)、[罗姆](https://www.rohm.com.cn/)、[三星电子](https://www.samsung.com.cn/)、[东芝](https://www.toshiba.com.cn/)、[海力士](https://www.skhynix.com.cn/)、[美光](https://www.micron.cn/)、[赛普拉斯](https://www.infineon.com/?utm_source=cypress&utm_medium=referral&utm_campaign=202110_globe_en_all_integration-homepage&redirId=test_homepage)、[亚德诺](https://www.analog.com/cn/index.html)、[莱迪思](https://www.latticesemi.com/zh-CN/)、[思佳讯](https://www.skyworksinc.com/?Lang=zh-cn)、[博通](https://www.broadcom.cn/)、[Maevell](https://www.marvell.com/)、[菲菱科思](http://www.phoenixcompany.cn/)、[CISCO](https://www.cisco.com/)、[安森美](https://www.onsemi.cn/)、[兆易创新](https://www.gigadevice.com.cn/)、[乐鑫科技](http://espressif.cn/zh-hans)、[沁恒微电子](https://www.wch.cn/products/CH569.html)、[高云半导体](http://www.gowinsemi.com.cn/)、[复旦微电子](https://www.fmsh.com/products.shtml)、[宏晶科技](http://www.macrosilicon.com/default.asp)、[摩尔线程](https://www.mthreads.com/)、[芯动科技](https://www.innosilicon.cn/)、[海思半导体](https://www.hisilicon.com/en)、[平头哥](https://www.t-head.cn/)、[紫光集团](https://www.unigroup.com.cn/)、[长江存储](https://www.ymtc.com/)、[长鑫存储](https://www.cxmt.com/)、[易灵思](https://www.elitestek.com/index.html) | | **[计算平台](导航定位相关网站记录/08-计算平台.md)** | [Jetson](https://www.nvidia.com/en-us/autonomous-machines/)、[Arduino](https://www.arduino.cc/)、[ESP32](https://www.espressif.com.cn/)、[STC89C51](https://www.stcmicro.com/index.html)、[STM32](https://www.st.com/zh/microcontrollers-microprocessors/stm32-32-bit-arm-cortex-mcus.html)、[GD32](https://www.gd32mcu.com/cn/product/)、[CH32](https://www.wch.cn/products/productsCenter/mcuInterface?categoryId=70)、[ZYNQ](https://china.xilinx.com/products/silicon-devices/soc/zynq-7000.html)、[香橙派](http://www.orangepi.cn/)、[RK3588](https://www.rock-chips.com/a/cn/product/RK35xilie/2022/0926/1656.html)、[NanoPi](https://www.friendlyelec.com/)、[泰山派](https://lckfb.com/project/detail/lctspi-2g-16g?param=baseInfo)、[RockPi](https://rockpi.org/) | | **[淘宝京东店铺](导航定位相关网站记录/09-淘宝京东店铺.md)** | [北天](https://beitianznsb.tmall.com/)、[墨子号科技](https://mzhtek.taobao.com/)、[南方测绘](https://south.tmall.com/)、[体感中国](https://shop36983089.taobao.com/)、[移远](https://yiyuanznsb.tmall.com/)、[千寻位置](https://qianxunweizhi.tmall.com/)、[全方](https://qfrtk.taobao.com/)、[集思宝](https://jisibaohw.tmall.com/)、[深圳天工测绘](https://shop471758324.taobao.com/)、[思南导航](https://sinognss.tmall.com/)、[浩如科技](https://shop456096856.taobao.com/)、[维特智能](https://weitezhineng.tmall.com/)、[北云科技](https://shop382665129.taobao.com/)、[原极科技](https://shop69172801.taobao.com/)、[凌思科技](https://shop578921739.taobao.com/)、[啊路比电子](https://shop264805684.taobao.com/)、[超核电子](https://hipnuc.tmall.com/)、[瑞芬科技](https://rion-tech.taobao.com/)、[蓝尊科技](https://shop433492811.taobao.com/)、[北微传感](https://bewis.taobao.com/)、[精讯畅通](https://shop116671741.taobao.com/)、[华信](https://hx002.taobao.com/)、[红心天线](https://shop278992037.taobao.com/)、[维信天线](https://shop106012054.taobao.com/)、[亚博智能](https://yabozhineng.tmall.com/)、[微雪电子](https://weixuesm.tmall.com/)、[轮趣科技](https://wheeltec.tmall.com/)、[幻尔机器人](https://lobot-zone.taobao.com/)、 [youyeetoo开源硬件商城](https://shop113286404.taobao.com/)、[天之博特](https://tianbot.taobao.com/)、[合宙](https://luat.taobao.com/)、[正点原子](https://zhengdianyuanzi.tmall.com/)、[野火](https://yehuosm.tmall.com/)、[Speed](https://sipeed.taobao.com/)、[seeed](https://seeedstudio.taobao.com/)、[芯板坊](https://shop599532105.taobao.com/)、[Abrobt](https://shop264518119.taobao.com/)、[创乐博](https://chuanglebo.tmall.com/)、[米尔科技](https://shop108478821.taobao.com/)、[嘉立创](https://shop400371330.taobao.com/)、[微相科技](https://esoc.taobao.com/)、[我爱开发板](https://shop580004668.taobao.com/)、[璞致电子](https://shop275566416.taobao.com/)、[香橙派](https://xiangchengpaidn.tmall.com/)、[EAI](https://eaibot.taobao.com/)、[北醒](https://jxlyt520.taobao.com/)、[司岚](https://shop152221712.taobao.com/)、[SenkyLaser](https://senkylaser.taobao.com/)、[宇树](https://unitree.tmall.com/)、[科恩光电](https://shop254986868.taobao.com/)、 [骆鸵互娱科技](https://shop148383984.taobao.com/)、[奥比中光](https://shop142544700.taobao.com/)、 [韦东山老师个人店 ](https://100ask.taobao.com/)、[WeAct Studio](https://weactstudio.taobao.com/?spm=a1z10.1-c.0.0.888c78f2VOna3u)、[OpenJumper](https://shop555818949.taobao.com/?spm=a1z10.1-c-s.0.0.5a0b778cLIkmxU)、[开源SDR实验室](https://opensourcesdrlab.taobao.com/)、[友善](https://nanopi.taobao.com/)、[alinx](https://alinx.tmall.com/) | | **[知乎博主](导航定位相关网站记录/10-知乎博主.md)** | [Random Walker](https://www.zhihu.com/people/dao-ge-92-60)、[迷途小书童](https://www.zhihu.com/people/mei-xi-31-99)、[任乾](https://www.zhihu.com/people/ren-gan-16)、[吴桐](https://www.zhihu.com/people/wu-tong-15-20)、[Hyperion](https://www.zhihu.com/people/TheTengda)、[yangongmin](https://www.zhihu.com/people/yangongmin)、[曹小白](https://www.zhihu.com/people/luchilushi)、[左家垅宋威龙](https://www.zhihu.com/people/wang-hao-nan-46-18)、[咖啡萝卜丝](https://www.zhihu.com/people/ka-pei-luo-bu)、[杨熙](https://www.zhihu.com/people/yang-xi-97-90)、[Welson WEN](https://www.zhihu.com/people/Welson-WEN)、[枯荣有常](https://www.zhihu.com/people/zun-yu-9)、[计算机视觉life](https://www.zhihu.com/people/cheng-xu-yuan-10)、[半闲居士](https://www.zhihu.com/people/gao-xiang-24-90)、[邱笑晨](https://www.zhihu.com/people/ji-zhi-de-xiao-chen)、[Churlaaaaaaa](https://www.zhihu.com/people/xi-men-dou-dou-65)、[Realcat](https://www.zhihu.com/people/i_vincent)、[刘国庆](https://www.zhihu.com/people/guoqingliu)、[泰伦斯-Ternence](https://www.zhihu.com/people/xiu-xue-chu-neng-ing)、[鱼香ROS](https://www.zhihu.com/people/fishros)、[行知SLAM](https://www.zhihu.com/people/yue-guang-qin-liao-cheng)、[Hyperion](https://www.zhihu.com/people/TheTengda)、[Yusheng](https://www.zhihu.com/people/wang-yu-sheng-84-10)、[李想](https://www.zhihu.com/people/li-xiang-62-60-61)、[清风](https://www.zhihu.com/people/qing-feng-77-90) | | **[CSDN博主](导航定位相关网站记录/11-CSDN博主.md)** | [Random-Walker](https://blog.csdn.net/daoge2666)、[辉——书生意气](https://blog.csdn.net/qq_45391544)、[GISer.Wang](https://blog.csdn.net/LoveCarpenter)、[他人是一面镜子,保持谦虚的态度](https://blog.csdn.net/hltt3838)、[随心乐行](https://blog.csdn.net/qq_35099602)、[十八与她](https://blog.csdn.net/absll)、[Lucid_Sheep](https://blog.csdn.net/Lucid_Sheep)、[卡尔曼的BD SLAMer](https://blog.csdn.net/u011344545)、[梧桐Fighting](https://blog.csdn.net/dong20081991)、[路痴导航员](https://blog.csdn.net/weixin_42918498)、[魔方的块](https://blog.csdn.net/Pro2015)、[枯荣有常](https://blog.csdn.net/wuwuku123)、[WHU-学渣](https://blog.csdn.net/weixin_42474500)、[GNSS初学者](https://blog.csdn.net/qq_38607471)、[LZ_CUMT](https://blog.csdn.net/sinat_39238867)、[icebear](https://blog.csdn.net/icebear____?type=blog)、[tyst08](https://blog.csdn.net/tyst08)、[hyisoe](https://blog.csdn.net/hyisoe?type=blog)、[unbiliverbal](https://blog.csdn.net/unbiliverbal)、[My.科研小菜鸡](https://blog.csdn.net/qq_41861406)、[沃斯故我在](https://blog.csdn.net/weixin_45476865)、[什么都不会的小澎友](https://blog.csdn.net/weixin_45432823?type=blog)、[李太白lx](https://blog.csdn.net/tiancailx?type=blog)、[非正式定位算法人](https://blog.csdn.net/fangwentaowhu)、[不学习就落后](https://blog.csdn.net/zhaolewen?type=blog)、[学测绘的小王](https://blog.csdn.net/wys3101492902)、[GNSS-by flying fish](https://blog.csdn.net/weixin_44294660)、[如阳光如你](https://blog.csdn.net/weixin_44126988?type=blog)、[Manii](https://blog.csdn.net/qq_41839222)、[Charmve](https://blog.csdn.net/Charmve)、[jr9910](https://blog.csdn.net/jr9910?type=blog)、[开源SDR实验室](https://blog.csdn.net/OpenSourceSDR)、[difudan4777](https://blog.csdn.net/difudan4777?type=blog)、[Amentia outsider](https://blog.csdn.net/cxy0711)、[JANGHIGH](https://blog.csdn.net/jppdss) | | **[微信公众号](导航定位相关网站记录/12-微信公众号.md)** | [不迷途导航程序员](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzg2NjcwMTIzMg==&scene=124#wechat_redirect)、[慧天地](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIwNDE1NjM2NA==&scene=124#wechat_redirect)、[自动驾驶之心](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzg2NzUxNTU1OA==&scene=124#wechat_redirect)、[3D视觉工坊](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzU1MjY4MTA1MQ==&scene=124#wechat_redirect)、[中国北斗卫星导航系统](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzI5NDAwMzc2OA==&scene=124#wechat_redirect)、[古月居](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzU1NjEwMTY0Mw==&scene=124#wechat_redirect)、[中国测绘学会](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzI1NTA2MzYxMg==&scene=124#wechat_redirect)、[计算机视觉life](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIxOTczOTM4NA==&scene=124#wechat_redirect)、[卫星导航国际期刊](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzg4OTE0NTA4MQ==&scene=124#wechat_redirect)、[卫星应用](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzA4MTMyODUyNw==&scene=124#wechat_redirect)、[泡泡机器人SLAM](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzI5MTM1MTQwMw==&scene=124#wechat_redirect)、[经纬石旁话遥测](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzAwMDA0Njk3Mw==&scene=124#wechat_redirect)、[i2Nav多源智能导航实验室](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzg3OTU4MDExOA==&scene=124#wechat_redirect)、[GNSS与自动驾驶](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzUzOTQ4ODM4Ng==&scene=124#wechat_redirect)、[导航员学习札记](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=Mzg2NjcwMTIzMg==&scene=124#wechat_redirect)、[测绘家](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzUyOTU4NjQ2Mw==&scene=124#wechat_redirect)、[绘长安](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzU1MzQxNTc0Nw==&scene=124#wechat_redirect)、[中国卫星导航年会](https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzAxNTEwNDYxNw==&scene=124#wechat_redirect) | | **[个人网站](导航定位相关网站记录/13-个人网站.md)** | [无处不在的小土](https://gaoyichao.com/Xiaotu/)、[吴言吴语](https://wym.netlify.app/)、[小孙同学](https://sunguoqi.com/)、[R2Coding](https://www.r2coding.com/#/)、[RealCat](https://vincentqin.tech/)、[UinIO](http://www.uinio.com/)、[plt-labs](https://www.plt-labs.com/)、[廖雪峰](https://www.liaoxuefeng.com/)、[bugstack](https://bugstack.cn/)、[酷壳](https://coolshell.cn/)、[Jakob Engel](https://jakobengel.github.io/)、[鱼香ROS](https://fishros.com/)、[LazyTomatoLab](https://www.lazytomatolab.com/) | | **[技术社区论坛](导航定位相关网站记录/14-技术社区论坛.md)** | [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) | | **[电子书下载](导航定位相关网站记录/15-电子书下载.md)** | [书栈网](https://www.bookstack.cn/)、[脚本之家](https://www.jb51.net/)、[码农之家](https://www.xz577.com/)、[绿色资源网](http://www.downcc.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/)、[极客图书](https://jikbook.com/)、[搬书匠](http://www.banshujiang.cn/) | | **[导航视频教程](导航定位相关网站记录/16-导航视频教程.md)** | [严恭敏-卡尔曼滤波与组合导航](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)、[泰伦斯-GNSS伪距单点定位](https://space.bilibili.com/688837845/channel/seriesdetail?sid=3823979)、[大胡子刘师傅-组合导航入门](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)、[计算机视觉life-付费课程](https://cvlife.net/)、[深蓝学院-付费课程](https://www.shenlanxueyuan.com/)、[硬禾学堂-付费课程](https://class.eetree.cn/)、[古月居-付费课程](https://www.guyuehome.com/) | | **[导航考研院校](导航定位相关网站记录/20-考研院校官网.md)** | [长安大学测绘学院](https://dcxy.chd.edu.cn/xb/sy.htm)、[浙工大信息工程学院](https://ie.zjut.edu.cn/jsp/index.jsp)、[安理工测绘学院](https://chxy.aust.edu.cn/)、[中山大学地科学院](https://gs.sysu.edu.cn/)、[中山大学电子通信学院](https://sece.sysu.edu.cn/)、[西工大自动化](https://zdhxy.nwpu.edu.cn/)、[徐矿测绘学院](https://cesi.cumt.edu.cn/)、[合工大测绘学院](http://geomatics.hfut.edu.cn/)、[滁州学院地信学院](https://dxxy.chzu.edu.cn/_s9/main.psp)、[河海地科学院](https://dxy.hhu.edu.cn/)、[南航自动化学院](https://cae.nuaa.edu.cn/)、[南航航空学院](http://aero.nuaa.edu.cn/)、[南理工自动化学院](https://au.njust.edu.cn/)、[南信大自动化学院](https://auto.nuist.edu.cn/_t10/main.htm)、[南信大遥感测绘学院](https://ycxy.nuist.edu.cn/main.htm)、[南邮自动化学院](https://coa.njupt.edu.cn/)、[南邮地信学院](https://cgb.njupt.edu.cn/)、[南师大地科学院](http://dky.njnu.edu.cn/)、[东南大学仪科学院](https://ins.seu.edu.cn/)、[东南大学交通学院](https://tc.seu.edu.cn/)、[清华仪科学系](https://www.dpi.tsinghua.edu.cn/)、[北大遥感地信研究所](https://www.irsgis.pku.edu.cn/)、[北大地空学院](https://sess.pku.edu.cn/xygk/xyjj.htm)、[武大测绘学院](http://www.sgg.whu.edu.cn/)、[武大GNSS中心](http://gpscenter.whu.edu.cn/index.shtml)、[武大测绘遥感国重](https://liesmars.whu.edu.cn/)、[武大遥感学院](https://rsgis.whu.edu.cn/)、[武大珞珈实验室](https://luojia.whu.edu.cn/)、[武大南极研究中心](https://pole.whu.edu.cn/cn/)、[中国测绘科学研究院](http://www.casm.ac.cn/)、[中国科学院精密测量研究所](https://apm.cas.cn/)、[中国科学院国家授时中心](http://www.ntsc.ac.cn/)、[中国科学院空天信息创新研究院](http://www.aircas.ac.cn/)、[华东师范地信学院](https://geo.ecnu.edu.cn/)、[哈工大智能学院](http://cisse.hrbeu.edu.cn/)、[同济测绘学院](https://celiang.tongji.edu.cn/)、[同济电信学院](https://see.tongji.edu.cn/)、[北建测绘学院](https://chxy.bucea.edu.cn/)、[武理工航运学院](http://sn.whut.edu.cn/)、[武理工资环学院](http://sree.whut.edu.cn/)、[山科大测绘学院](https://gc.sdust.edu.cn/)、[山建测绘学院](https://www.sdjzu.edu.cn/cedlxx/)、[上交感知学院](https://ssse.sjtu.edu.cn/)、[北理工自动化学院](https://ac.bit.edu.cn/)、[国科大智科学院](http://hias.ucas.ac.cn/znkxyjs/index.htm)、[西南交大地环学院](https://gsee.swjtu.edu.cn/)、[河南理工测绘学院](http://chxy.hpu.edu.cn/)、[兰州交通测绘学院](https://cdxy.lzjtu.edu.cn/)、[中南地信学院](https://gip.csu.edu.cn/)、[东北大学自动化学院](http://www.me.neu.edu.cn/)、[湖南科技大学资环学院](https://zaxy.hnust.edu.cn/index.htm)、[重邮自动化学院](http://ac.cqupt.edu.cn/)、[华中科技自动化学院](http://aia.hust.edu.cn/)、[浙大控制学院](http://www.cse.zju.edu.cn/)、 | | **[国内知名团队官网](导航定位相关网站记录/17-国内知名团队官网.md)** | [武大牛小骥i2NAV](http://www.i2nav.com/)、[武大耿江辉Pride](http://pride.whu.edu.cn/index.shtml#)、[武大钟燕飞RSIDEA](http://rsidea.whu.edu.cn/index.html)、[武大姚剑CVRS](https://cvrs.whu.edu.cn/)、[武大郭迟BRAIN](https://zhiyuteam.com/html/web//index.html)、[武大张祖勋数字摄影测量与计算机视觉研究中心](https://dpcv.whu.edu.cn/jj/zxjj.htm)、[上交感知与导航研究所](https://isn.sjtu.edu.cn/web/index)、[同济李博峰GNSS研究团队](https://gnss.tongji.edu.cn/)、 | | **[SLAM研究团队](导航定位相关网站记录/18-SLAM研究团队.md)** | [香港科技大学空中机器人实验室](https://uav.hkust.edu.hk/)、[香港科技大学机器人与多感知实验室 RAM-LAB](https://www.ram-lab.com/)、[香港中文大学天石机器人实验室](http://ri.cuhk.edu.hk/)、[浙江大学 CAD&CG 国家重点实验室](http://www.zjucvg.net/)、[美国密歇根大学感知机器人实验室(PeRL)](https://robots.engin.umich.edu/About/)、[美国卡耐基梅陇大学机器人研究所](https://www.ri.cmu.edu/)、 [美国加州大学圣地亚哥分校语境机器人研究所](https://existentialrobotics.org/index.html)、[美国特拉华大学人感知与导航组](https://sites.udel.edu/robot/)、[美国麻省理工学院航空航天实验室](http://acl.mit.edu/)、[美国麻省理工学院 SPARK 实验室](http://web.mit.edu/sparklab/)、[美国麻省理工学院海洋机器人组](https://marinerobotics.mit.edu/)、[美国明尼苏达大学多元自主机器人系统实验室](http://mars.cs.umn.edu/index.php)、[美国宾夕法尼亚大学 Vijay Kumar 实验室](https://www.kumarrobotics.org/)、[美国麻省理工学院 Robust Robotics Group]()、[美国佐治亚理工学院智能视觉与自动化实验室](https://link.zhihu.com/?target=http%3A//ivalab.gatech.edu/)、[加拿大蒙特利尔大学机器人与嵌入式 AI 实验室](http://groups.csail.mit.edu/rrg/index.php)、[加拿大舍布鲁克大学智能、交互、综合、跨学科机器人实验室](https://introlab.3it.usherbrooke.ca/)、[瑞士苏黎世大学机器人与感知课题组](http//3A//rpg.ifi.uzh.ch/index.html)、[瑞士苏黎世联邦理工 Vision for Robotics Lab](https://v4rl.ethz.ch/the-group.html)、[瑞士苏黎世联邦理工计算机视觉与几何实验室](https://link.zhihu.com/?target=http%3A//www.cvg.ethz.ch/index.php)、[瑞士苏黎世联邦理工自主系统实验室](https://cvg.ethz.ch/index)、[英国帝国理工学院戴森机器人实验室](https://www.imperial.ac.uk/dyson-robotics-lab/)、[英国牛津大学信息工程学](https://www.robots.ox.ac.uk/)、[德国慕尼黑工业大学计算机视觉组](https://github.com/tum-vision)、[德国马克斯普朗克智能系统研究所嵌入式视觉组](https://ev.is.mpg.de/)、[德国弗莱堡大学智能自主系统实验室](http://ais.informatik.uni-freiburg.de/index_en.php)、[德国波恩大学摄影测量与机器人实验室](https://www.ipb.uni-bonn.de/)、[西班牙萨拉戈萨大学机器人、感知与实时组 SLAM 实验室](http://robots.unizar.es/slamlab/)、[西班牙马拉加大学机器感知与智能机器人课题组](http://mapir.uma.es/mapirwebsite/)、[奥地利格拉茨技术大学计算机图形学与视觉研究所](https://www.tugraz.at/institutes/icg/home/)、[波兰波兹南工业大学移动机器人实验室](http://lrm.put.poznan.pl/)、[澳大利亚昆士兰科技大学机器人技术中心](https://www.qut.edu.au/research/centre-for-robotics)、[澳大利亚机器人视觉中心](https://www.roboticvision.org/)、[日本国立先进工业科学技术研究所](https://www.airc.aist.go.jp/en/intro/) | | **[实用工具](导航定位相关网站记录/19-实用工具.md)** | [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/)、 |

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

---

📚 推荐书籍 📚

image-20240125155004417 这些都值得买本纸质书反复看,但为了方便随时看和复制公式,我也找来了电子版,文件较大,所以放在了另一个仓库里,有需要可以下载,侵删!!!

 👆👆👆  转到项目   or   回到开头   👆👆👆

---

本仓库介绍的开源程序

### 01-RTKLIB:最知名的 GNSS 数据处理 RTKLIB 是全球导航卫星系统 GNSS 开源定位解算程序包,由日本东京海洋大学的高须知二(Tomoji Takasu)开发,由一个**核心程序库**和多个**命令行程序**、**界面程序**组成;代码规范、功能完善、可拓展性好,许多 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)

 👆👆👆  转到文件夹   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)

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

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

 👆👆👆  转到文件夹   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   回到开头   👆👆👆

--- ### 05-goGPS:MATLAB-GNSS 数据处理 **goGPS**是一个处理GNSS原始数据的软件,最初支持单频低成本GPS接收机数据,但现在也可以用来处理多频多系统GNSS数据。它实现了多种算法来解算,目前包括两个主要的最小二乘法(LS)引擎:一个基于于组合观测数据(例如无电离层观测);另一个能够使用所有的频率和记录的信号数据,而不进行任何组合(电离层延迟是正常方程的参数)。组合和不组合的引擎都支持PPP、NET解算。目前只支持静态测站的解算,还不能动态解算。 goGPS Main Window

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

--- ### 06-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 紧组合模式。

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

--- ### 07-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   回到开头   👆👆👆

--- ### 08-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   回到开头   👆👆👆

--- ### 09-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   回到开头   👆👆👆

--- ### 10-GNSS-SDR:基于 GNURadio 的 GNSS 软件接收机 GNSS-SDR(**GNSS:** **G**lobal **N**avigation **S**atellite **S**ystems、**SDR:** **S**oftware **D**efined **R**eceiver),在 GitHub 上搜索 “GNSS” 排第一的仓库,收藏量也高达 1.3k。与上面列举的 RTKLIB、GAMP 等 GNSS 数据处理软件不同,GNSS-SDR 直接对信号进行处理,是一个用 C++ 实现的 GNSS 软件接收机开源项目。有了 GNSS-SDR,用户可以通过创建一个图来构建 GNSS 软件接收器,图中的节点是信号处理块,线条代表它们之间的数据流。该软件为不同的合适射频前端提供接口,并实现从接收器一直到 PVT 解算的所有功能。它的设计允许任何形式的定制,包括信号源、信号处理算法、与其他系统的互操作性、输出格式的互换,并为所有中间信号、参数和变量提供接口。 软件旨在促进新信号处理技术的发展,提供一种简便的方法来衡量这些技术对接收机整体性能的影响。通过对每个软件模块进行系统功能验证,以及使用真实和合成信号对整个接收机进行实验验证,对所有流程进行测试。 目前的技术仍无法以卫星发射频率(约 1.5 GHz)对信号进行数字处理,因此我们仍需要一个射频前端,将信号降频到较低频率,在此过程中进行一些滤波和放大,并以一定的速率进行采样,将量化的数字原始采样流传输到计算平台(通过 USB、以太网等)。 软件接收机可在普通的 PC 中运行,并通过 USB 和以太网总线为各种市售或定制的射频前端提供接口,使处理算法适应不同的采样频率、中间频率和采样分辨率。它还可以处理存储在文件中的原始数据样本。软件对可用的卫星信号进行信号采集和跟踪,对导航信息进行解码,并计算定位算法所需的观测值,最终实现完整导航解决方案。处理输出可存储在 RINEX 文件中,或通过 TCP/IP 服务器以 RTCM 3.2 消息形式实时传输。导航结果以 KML 和 GeoJSON 格式存储。 GeneralBlockDiagram

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

--- ### 11-TGINS:基于 RTKLIB 的 GNSS/INS-EKF 紧组合

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

--- ### 12-KF-GINS:GNSS/INS-EKF 松组合 Demo 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   回到开头   👆👆👆

--- ### 13-OB-GINS:GNSS/INS-FGO 松组合 Demo 武大 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). [下载](https://sci-hub.se/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   回到开头   👆👆👆

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

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

--- ### 15-北斗GPS双模软件接收机:GPS-L1/BDS-B1 软件接收机 《北斗GPS双模软件接收机》书配套程序,MATLAB 编写,程序运行相当耗时,70s 的示例程序要算几个小时。 ![GnssRcvr_V14程序文件结构](https://pic-bed-1316053657.cos.ap-nanjing.myqcloud.com/img/GnssRcvr_V14%E7%A8%8B%E5%BA%8F%E6%96%87%E4%BB%B6%E7%BB%93%E6%9E%84.png) * 网址:http://www.gnssbook.cn/book2/index.html * 程序下载:http://www.gnssbook.cn/book2/GnssRcvr_V14.rar * 实例北斗GPS双模中频数据文件下载:[UTREK210_16369000_70s.DAT](https://pan.baidu.com/s/1EWB0oQxDneNDk9iqExLuqQ),提取码: 829c

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

--- ### 16-PocketSDR:带射频前端的后处理 GNSS 软件接收机 PocketSDR 是 RTKLIB 作者写的一款 GNSS 软件接收机,包含一个射频前端和一套后处理 GNSS 接收机程序(只支持后处理),实现了一整套完整的 GNSS 接收机功能,采用 C、Python 编写,支持几乎所有的 GNSS 信号(比商业接收机支持的还要多),目前 0.8 版本的程序支持的信号如下: * **GPS**: L1C/A, L1CP, L1CD, L2CM, L5I, L5Q, * **GLONASS**: L1C/A, L2C/A, L3OCD, L3OCP, * **Galileo**: E1B, E1C, E5aI, E5aQ, E5bI, E5bQ, E6B, E6C, * **QZSS**: L1C/A, L1C/B, L1CP,L1CD, L1S, L2CM, L5I, L5Q, L5SI, L5SQ, L6D, L6E, * **BeiDou**: B1I, B1CP, B1CD, B2I,B2aD, B2aP, B2bI, B3I, * **NavIC**: L5-SPS, SBAS: L1C/A, L5I, L5Q image-20240110092301571

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