UKF-Sensor-Fusion

所属分类:雷达系统
开发工具:C++
文件大小:786KB
下载次数:0
上传日期:2017-11-22 20:13:06
上 传 者sh-1993
说明:  使用无中心卡尔曼滤波器(C++特征)的激光雷达和雷达传感器融合。
(LiDAR and RADAR sensors fusion using Unscented Kalman Filter (C++ Eigen).)

文件列表:
CMakeLists.txt (604, 2017-11-23)
build (0, 2017-11-23)
build\CMakeCache.txt (11861, 2017-11-23)
build\CMakeFiles (0, 2017-11-23)
build\CMakeFiles\3.5.1 (0, 2017-11-23)
build\CMakeFiles\3.5.1\CMakeCCompiler.cmake (2002, 2017-11-23)
build\CMakeFiles\3.5.1\CMakeCXXCompiler.cmake (4556, 2017-11-23)
build\CMakeFiles\3.5.1\CMakeDetermineCompilerABI_C.bin (8640, 2017-11-23)
build\CMakeFiles\3.5.1\CMakeDetermineCompilerABI_CXX.bin (8656, 2017-11-23)
build\CMakeFiles\3.5.1\CMakeSystem.cmake (406, 2017-11-23)
build\CMakeFiles\3.5.1\CompilerIdC (0, 2017-11-23)
build\CMakeFiles\3.5.1\CompilerIdC\CMakeCCompilerId.c (16423, 2017-11-23)
build\CMakeFiles\3.5.1\CompilerIdC\a.out (8800, 2017-11-23)
build\CMakeFiles\3.5.1\CompilerIdCXX (0, 2017-11-23)
build\CMakeFiles\3.5.1\CompilerIdCXX\CMakeCXXCompilerId.cpp (16406, 2017-11-23)
build\CMakeFiles\3.5.1\CompilerIdCXX\a.out (8808, 2017-11-23)
build\CMakeFiles\CMakeDirectoryInformation.cmake (759, 2017-11-23)
build\CMakeFiles\CMakeOutput.log (43734, 2017-11-23)
build\CMakeFiles\Makefile.cmake (1681, 2017-11-23)
build\CMakeFiles\Makefile2 (3528, 2017-11-23)
build\CMakeFiles\TargetDirectories.txt (370, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir (0, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\CXX.includecache (69836, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\DependInfo.cmake (1202, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\build.make (9665, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\cmake_clean.cmake (354, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\depend.internal (79458, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\depend.make (51659, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\flags.make (190, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\link.txt (182, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\progress.make (85, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\src (0, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\src\main.cpp.o (179368, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\src\tools.cpp.o (203432, 2017-11-23)
build\CMakeFiles\UnscentedKF.dir\src\ukf.cpp.o (2418776, 2017-11-23)
build\CMakeFiles\cmake.check_cache (85, 2017-11-23)
build\CMakeFiles\feature_tests.bin (12696, 2017-11-23)
build\CMakeFiles\feature_tests.c (688, 2017-11-23)
... ...

# Sensor Fusion using Unscented Kalman Filter Combined Image The main goal of the project is to apply Unscented Kalman Filter to fuse data from LiDAR and Radar sensors mounted on a self-driving vehicle (noisy environment). The pipeline is implemented using C++. For more details, please, check out the [source code directory](https://github.com/wafarag/UKF-Sensor-Fusion/tree/master/src) and the [testing data file](https://github.com/wafarag/UKF-Sensor-Fusion/blob/master/data/obj_pose-laser-radar-synthetic-input.txt). ## Content of this repo - `scr` a directory with the project code: - `main.cpp` - reads in data, calls a function to run the Kalman filter, calls a function to calculate RMSE - `ukf.cpp` - implements everything in the filter: initializes it, defines and calls the predict function for both lidar and radar, defines and calls the update function for both lidar and radar - `tools.cpp` - a function to calculate RMSE - `data` a directory with the input and output data files and records of the results - `build` a directory with object and executable files ## Result The results of the UKF fusion algorithm for: * Both [LiDAR and RADAR](https://github.com/wafarag/UKF-Sensor-Fusion/blob/master/data/Accuracy_Result_Both.txt): RMS => [0.0***759, 0.080944, 0.145182, 0.15924]. * For [LiDAR alone](https://github.com/wafarag/UKF-Sensor-Fusion/blob/master/data/Accuracy_Result_Lidar.txt): RMS => [0.161211, 0.1463***, 0.208204, 0.212872]. * For [RADAR alone](https://github.com/wafarag/UKF-Sensor-Fusion/blob/master/data/Accuracy_Result_Radar.txt): RMS => [0.20313, 0.253866, 0.304843, 0.22708].

近期下载者

相关文件


收藏者