Skip to content

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 th…

Notifications You must be signed in to change notification settings

collector-m/Sensor_Fusion

Repository files navigation

Sensor Fusion

  • Process raw lidar data with filtering, segmentation, and clustering to detect other vehicles on the road.

  • Fuse camera images together with lidar point cloud data. You'll extract object features, classify objects, and project the camera image into three dimensions to fuse with lidar data.

  • Analyze radar signatures to detect and track objects. Calculate velocity and orientation by correcting for radial velocity distortions, noise, and occlusions.

  • Fuse data from multiple sources using Kalman filters, and build extended and unscented Kalman filters for tracking nonlinear movement.


Projects

  • Implemented RANSAC algorithm to separated ground plane from obstacles
  • Euclidean clustering algorithm is used to identify obstacles. KD tree implemented from scratch is used to speed up searching point cloud
Drawing

Lidar Obstcle Detection

Drawing

Tracking a bicyclist riding in front of the car

Drawing

Tracking a bicyclist riding in front of the car


Various combination of keypoint detectors, descriptors and matching schemes are explored.

Drawing

2D_Features


  • Various combination of keypoint detectors, descriptors and matching schemes are explored.
  • Object detection using the pre-trained YOLO deep-learning framework
  • Methods to track objects by matching keypoints and bounding boxes across successive images
  • Associating regions in a camera image with lidar points in 3D space
Drawing

TTC Calculation

About

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 th…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •