激光雷达和毫米波雷达数据融合基于无迹卡尔曼滤波算法c++工程项目
SensorFusion-UKF
激光雷达和毫米波雷达数据融合基于无迹卡尔曼滤波算法c++工程项目
基于无迹卡尔曼滤波,改成ROS协议下的
#你需要配置ROS环境以及C++编译
Unscented Kalman Filter Project Starter Code
Self-Driving Car Engineer Nanodegree Program
Dependencies
cmake >= v3.5
make >= v4.1
gcc/g++ >= v5.4
Basic Build Instructions
Clone this repo.
Make a build directory: mkdir build && cd build
Compile: cmake .. && make
Run it: ./UnscentedKF path/to/input.txt path/to/output.txt. You can find
some sample inputs in 'data/'.
e
基于EKF的雷达与红外数据融合,通过状态向量融合与量测融合两种方法对多目标进行跟踪-EKF-based data fusion and infrared radar, through state vector fusion and measurement fusion of two methods for multi-target tracking