Giter VIP home page Giter VIP logo

sensor-fusion-engineer-overall's Introduction

Sensor Fusion Engineer

Now I will gather all my finished codes about the projects of Sensor Fusion Engineer of four projects. Learn to detect obstacles in lidar point clouds through clustering and segmentation, apply thresholds and filters to radar data in order to accurately track objects, and augment your perception by projecting camera images into three dimensions and fusing these projections with other sensor data. Combine this sensor data with Kalman filters to perceive the world around a vehicle and track objects over time.

Overview
P1: Lidar
(code)

Overview
P3: Camera
(code1) (code2)

Overview
P2: Radar
(code)

Overview
P4: UKF
(code)

Summary: Process raw lidar data with PCL library to detect other vehicles on the road. Firstly, filter raw data using VoxGrid so as to compute rapidly and crop the interesting region . Secondly, RanSac with a plane model to segment the Point Cloud Data into pointd that are part of road and points that are not. And then, cluster the obstacle points using KD-Trees.

Keywords: PCL, VoxGrid, RanSac, KD-Trees

Summary: Analyze FMCW radar signatures to detect and track objects. Using processing techniques like Range/Doppler FFT, CFAR to create the Range Doppler Maps (RDM). Estimate the range and velocity of target using FMCW radar.

Keywords: FMCW, FFT, Doppler, CFAR

Summary: Find the best detector/descriptor combination from camera images and project the lidar data into two dimensions to fuse with camera image. Combine the yolov3 model to group the keypoints and lidar data belong to the preceding car to compute TTC(time-to-collision).

Keywords: YOLOv3, homogeneous coordinate, Camera intrinsic and extrinsic matrix

Summary: Fuse data from multiple sources using Kalman filters, and build extended and Unscented Kalman Filters(UKF) for tracking nonlinear movement. UKF model combining with sigma points generation, sigma point prediction, state mean and covariance prediction and measurement prediction to track the objections. NIS is used to check KF model consistency.

Keywords: Kalman Filter, UKF, Sigma points, CTRV model, NIS consistency

sensor-fusion-engineer-overall's People

Contributors

lilyhuang-hz avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.