├── 20220323, 30-QR504_Dr. Wen_1530-1830.pdf ├── README.md ├── coding ├── CPP00 │ ├── README.md │ ├── hello_world │ └── test.cpp ├── CPP01 │ ├── README.md │ ├── hello_world │ ├── researchDatasets │ │ └── DailyWindowsWorkspace.code-workspace │ ├── test.cpp │ └── test2.cpp ├── CPP02 │ ├── README.md │ ├── hello_world │ └── test.cpp ├── CPP03 │ ├── README.md │ ├── hello_world │ └── test.cpp ├── Calibration_IMUCamera │ ├── README1.md │ ├── cornerdetect1.png │ ├── cornerdetect2.png │ ├── cornerdetect3.png │ ├── cornerdetect4.png │ ├── sk.jpg │ ├── sk1.jpg │ └── smallSensorKit.jpg ├── GDB │ └── README.md ├── GithubUsage │ └── README.md ├── Matlab_command │ └── README.md ├── VS_Code │ └── README.md ├── camera_imu_collection │ ├── README.md │ └── convert_nmea.m ├── code_notes_for_VINS │ └── README.md ├── convert_nmea │ ├── README.md │ └── convert_nmea.m ├── data2csv │ └── README.md ├── deliverROSHandle │ └── README.md ├── eigen_usage │ └── README.md ├── evo │ └── README.md ├── getJacobian │ └── README.md ├── map_operation │ └── README.md ├── plotGMM │ ├── GMM.png │ ├── README.md │ ├── SR_residual.m │ └── error_im_all.csv ├── rosbagOperation │ └── README.md ├── rosmessageFilter │ └── README.md ├── ubuntuInstall │ └── README.md └── vectorOperation │ └── README.md ├── paperReview ├── 20200106 │ ├── README.md │ ├── framework.png │ └── result.png ├── 20200107 │ ├── README.md │ ├── bxw.png │ ├── framework.png │ └── result.png ├── 20200217 │ ├── BIEestimator_1.pdf │ ├── README.md │ ├── framework.png │ └── s00190-003-0344-3.pdf ├── 20200218 │ ├── 20191225_ionitm_e_v9_2.pdf │ ├── README.md │ ├── framework1.png │ └── result1.png ├── README.md └── gnss_technique │ ├── Galileo.png │ ├── README.md │ ├── dop.png │ ├── gpsOrbit.png │ ├── propogation.png │ ├── satellite.pn │ └── satellite.png └── research_tools_workspace.code-workspace /20220323, 30-QR504_Dr. Wen_1530-1830.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/20220323, 30-QR504_Dr. Wen_1530-1830.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/README.md -------------------------------------------------------------------------------- /coding/CPP00/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP00/README.md -------------------------------------------------------------------------------- /coding/CPP00/hello_world: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP00/hello_world -------------------------------------------------------------------------------- /coding/CPP00/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP00/test.cpp -------------------------------------------------------------------------------- /coding/CPP01/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP01/README.md -------------------------------------------------------------------------------- /coding/CPP01/hello_world: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP01/hello_world -------------------------------------------------------------------------------- /coding/CPP01/researchDatasets/DailyWindowsWorkspace.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP01/researchDatasets/DailyWindowsWorkspace.code-workspace -------------------------------------------------------------------------------- /coding/CPP01/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP01/test.cpp -------------------------------------------------------------------------------- /coding/CPP01/test2.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /coding/CPP02/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP02/README.md -------------------------------------------------------------------------------- /coding/CPP02/hello_world: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP02/hello_world -------------------------------------------------------------------------------- /coding/CPP02/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP02/test.cpp -------------------------------------------------------------------------------- /coding/CPP03/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP03/README.md -------------------------------------------------------------------------------- /coding/CPP03/hello_world: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP03/hello_world -------------------------------------------------------------------------------- /coding/CPP03/test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/CPP03/test.cpp -------------------------------------------------------------------------------- /coding/Calibration_IMUCamera/README1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Calibration_IMUCamera/README1.md -------------------------------------------------------------------------------- /coding/Calibration_IMUCamera/cornerdetect1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Calibration_IMUCamera/cornerdetect1.png -------------------------------------------------------------------------------- /coding/Calibration_IMUCamera/cornerdetect2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Calibration_IMUCamera/cornerdetect2.png -------------------------------------------------------------------------------- /coding/Calibration_IMUCamera/cornerdetect3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Calibration_IMUCamera/cornerdetect3.png -------------------------------------------------------------------------------- /coding/Calibration_IMUCamera/cornerdetect4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Calibration_IMUCamera/cornerdetect4.png -------------------------------------------------------------------------------- /coding/Calibration_IMUCamera/sk.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Calibration_IMUCamera/sk.jpg -------------------------------------------------------------------------------- /coding/Calibration_IMUCamera/sk1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Calibration_IMUCamera/sk1.jpg -------------------------------------------------------------------------------- /coding/Calibration_IMUCamera/smallSensorKit.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Calibration_IMUCamera/smallSensorKit.jpg -------------------------------------------------------------------------------- /coding/GDB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/GDB/README.md -------------------------------------------------------------------------------- /coding/GithubUsage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/GithubUsage/README.md -------------------------------------------------------------------------------- /coding/Matlab_command/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/Matlab_command/README.md -------------------------------------------------------------------------------- /coding/VS_Code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/VS_Code/README.md -------------------------------------------------------------------------------- /coding/camera_imu_collection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/camera_imu_collection/README.md -------------------------------------------------------------------------------- /coding/camera_imu_collection/convert_nmea.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/camera_imu_collection/convert_nmea.m -------------------------------------------------------------------------------- /coding/code_notes_for_VINS/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/code_notes_for_VINS/README.md -------------------------------------------------------------------------------- /coding/convert_nmea/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/convert_nmea/README.md -------------------------------------------------------------------------------- /coding/convert_nmea/convert_nmea.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/convert_nmea/convert_nmea.m -------------------------------------------------------------------------------- /coding/data2csv/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/data2csv/README.md -------------------------------------------------------------------------------- /coding/deliverROSHandle/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/deliverROSHandle/README.md -------------------------------------------------------------------------------- /coding/eigen_usage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/eigen_usage/README.md -------------------------------------------------------------------------------- /coding/evo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/evo/README.md -------------------------------------------------------------------------------- /coding/getJacobian/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/getJacobian/README.md -------------------------------------------------------------------------------- /coding/map_operation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/map_operation/README.md -------------------------------------------------------------------------------- /coding/plotGMM/GMM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/plotGMM/GMM.png -------------------------------------------------------------------------------- /coding/plotGMM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/plotGMM/README.md -------------------------------------------------------------------------------- /coding/plotGMM/SR_residual.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/plotGMM/SR_residual.m -------------------------------------------------------------------------------- /coding/plotGMM/error_im_all.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/plotGMM/error_im_all.csv -------------------------------------------------------------------------------- /coding/rosbagOperation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/rosbagOperation/README.md -------------------------------------------------------------------------------- /coding/rosmessageFilter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/rosmessageFilter/README.md -------------------------------------------------------------------------------- /coding/ubuntuInstall/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/ubuntuInstall/README.md -------------------------------------------------------------------------------- /coding/vectorOperation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/coding/vectorOperation/README.md -------------------------------------------------------------------------------- /paperReview/20200106/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200106/README.md -------------------------------------------------------------------------------- /paperReview/20200106/framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200106/framework.png -------------------------------------------------------------------------------- /paperReview/20200106/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200106/result.png -------------------------------------------------------------------------------- /paperReview/20200107/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200107/README.md -------------------------------------------------------------------------------- /paperReview/20200107/bxw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200107/bxw.png -------------------------------------------------------------------------------- /paperReview/20200107/framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200107/framework.png -------------------------------------------------------------------------------- /paperReview/20200107/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200107/result.png -------------------------------------------------------------------------------- /paperReview/20200217/BIEestimator_1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200217/BIEestimator_1.pdf -------------------------------------------------------------------------------- /paperReview/20200217/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200217/README.md -------------------------------------------------------------------------------- /paperReview/20200217/framework.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200217/framework.png -------------------------------------------------------------------------------- /paperReview/20200217/s00190-003-0344-3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200217/s00190-003-0344-3.pdf -------------------------------------------------------------------------------- /paperReview/20200218/20191225_ionitm_e_v9_2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200218/20191225_ionitm_e_v9_2.pdf -------------------------------------------------------------------------------- /paperReview/20200218/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200218/README.md -------------------------------------------------------------------------------- /paperReview/20200218/framework1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200218/framework1.png -------------------------------------------------------------------------------- /paperReview/20200218/result1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/20200218/result1.png -------------------------------------------------------------------------------- /paperReview/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/README.md -------------------------------------------------------------------------------- /paperReview/gnss_technique/Galileo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/gnss_technique/Galileo.png -------------------------------------------------------------------------------- /paperReview/gnss_technique/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/gnss_technique/README.md -------------------------------------------------------------------------------- /paperReview/gnss_technique/dop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/gnss_technique/dop.png -------------------------------------------------------------------------------- /paperReview/gnss_technique/gpsOrbit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/gnss_technique/gpsOrbit.png -------------------------------------------------------------------------------- /paperReview/gnss_technique/propogation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/gnss_technique/propogation.png -------------------------------------------------------------------------------- /paperReview/gnss_technique/satellite.pn: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /paperReview/gnss_technique/satellite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/paperReview/gnss_technique/satellite.png -------------------------------------------------------------------------------- /research_tools_workspace.code-workspace: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weisongwen/researchTools/HEAD/research_tools_workspace.code-workspace --------------------------------------------------------------------------------