ukf-highway

所属分类:雷达系统
开发工具:C++
文件大小:96048KB
下载次数:0
上传日期:2020-10-04 11:21:51
上 传 者sh-1993
说明:  使用激光雷达和雷达传感器的无中心卡尔曼滤波器
(Unscented Kalman Filter using LiDAR and Radar sensors)

文件列表:
CMakeLists.txt (492, 2020-05-22)
media (0, 2020-05-22)
media\ukf_highway.png (54484, 2020-05-22)
media\ukf_highway_tracked.gif (5391278, 2020-05-22)
src (0, 2020-05-22)
src\Eigen (0, 2020-05-22)
src\Eigen\Array (304, 2020-05-22)
src\Eigen\CMakeLists.txt (607, 2020-05-22)
src\Eigen\Cholesky (775, 2020-05-22)
src\Eigen\CholmodSupport (1670, 2020-05-22)
src\Eigen\Core (12826, 2020-05-22)
src\Eigen\Dense (122, 2020-05-22)
src\Eigen\Eigen (37, 2020-05-22)
src\Eigen\Eigen2Support (3295, 2020-05-22)
src\Eigen\Eigenvalues (1394, 2020-05-22)
src\Eigen\Geometry (1605, 2020-05-22)
src\Eigen\Householder (580, 2020-05-22)
src\Eigen\IterativeLinearSolvers (1594, 2020-05-22)
src\Eigen\Jacobi (645, 2020-05-22)
src\Eigen\LU (983, 2020-05-22)
src\Eigen\LeastSquares (712, 2020-05-22)
src\Eigen\MetisSupport (697, 2020-05-22)
src\Eigen\OrderingMethods (2189, 2020-05-22)
src\Eigen\PaStiXSupport (1467, 2020-05-22)
src\Eigen\PardisoSupport (864, 2020-05-22)
src\Eigen\QR (926, 2020-05-22)
src\Eigen\QtAlignedMalloc (637, 2020-05-22)
src\Eigen\SPQRSupport (930, 2020-05-22)
src\Eigen\SVD (858, 2020-05-22)
src\Eigen\Sparse (594, 2020-05-22)
src\Eigen\SparseCholesky (1433, 2020-05-22)
src\Eigen\SparseCore (1835, 2020-05-22)
src\Eigen\SparseLU (1776, 2020-05-22)
src\Eigen\SparseQR (991, 2020-05-22)
src\Eigen\StdDeque (749, 2020-05-22)
src\Eigen\StdList (682, 2020-05-22)
src\Eigen\StdVector (755, 2020-05-22)
... ...

# Unscented Kalman Filter in Highway simulation ## Overview This project is an implementation of Unscented Kalman Filter to estimate the state of multiple cars on a highway using noisy lidar and radar measurements. The viewer scene is centered around the ego car and the coordinate system is relative to the ego car as well. The ego car is green while the other traffic cars are blue. The traffic cars will be accelerating and altering their steering to change lanes. Each of the traffic car's has it's own UKF object generated for it, and will update each indidual one during every time step. The red spheres above cars represent the (x,y) lidar detection and the purple lines show the radar measurements with the velocity magnitude along the detected angle. The Z axis is not taken into account for tracking, so you are only tracking along the X/Y axis. ## Dependencies * cmake >= 3.5 * All OSes: [click here for installation instructions](https://cmake.org/install/) * make >= 4.1 (Linux, Mac), 3.81 (Windows) * Linux: make is installed by default on most Linux distros * Mac: [install Xcode command line tools to get make](https://developer.apple.com/xcode/features/) * Windows: [Click here for installation instructions](http://gnuwin32.sourceforge.net/packages/make.htm) * gcc/g++ >= 5.4 * Linux: gcc / g++ is installed by default on most Linux distros * Mac: same deal as make - [install Xcode command line tools](https://developer.apple.com/xcode/features/) * Windows: recommend using [MinGW](http://www.mingw.org/) * PCL 1.2 ## Usage 1. Clone this repo. 2. Make a build directory: `mkdir build && cd build` 3. Compile: `cmake .. && make` 4. Run it: `./ukf_highway` ## Editor Settings We've purposefully kept editor configuration files out of this repo in order to keep it as simple and environment agnostic as possible. However, we recommend using the following settings: * indent using spaces * set tab width to 2 spaces (keeps the matrices in source code aligned) ## Code Style Please stick to [Google's C++ style guide](https://google.github.io/styleguide/cppguide.html) as much as possible. ## Generating Additional Data If you'd like to generate your own radar and lidar modify the code in `highway.h` to alter the cars. Also check out `tools.cpp` to change how measurements are taken, for instance lidar markers could be the (x,y) center of bounding boxes by scanning the PCD environment and performing clustering. ## Disclamer This project was cloned from [Udacity UKF project](https://github.com/udacity/SFND_Unscented_Kalman_Filter) in the context of [Sensor Fusion Engineer nanodegree](https://www.udacity.com/course/sensor-fusion-engineer-nanodegree--nd313).

近期下载者

相关文件


收藏者