Skip to content

Hankyu-Kim/RobotPlatform-LineDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMG_3046 (1) IMG_3094

Hardware : LIMO robot

There are depth camera, LiDAR, IMU sensor on LIMO platform.

LIMO






What is LiDAR??

LiDAR

➡️ LiDAR sensor keeps rotating rapidly and detect obstacle nearby.






LIMO2

➡️ You need some abilities to understand this document.






perpective_transform

➡️ perspective transform : It let us see the road above like bird view





HSV_filter

➡️ HSV filter : We will detect yellow line only, so we can adjust Saturation through trackbar on screen





ROI

➡️ ROI : It stands for 'Region Of Interest', we do not care about noise that has yellow color. ex) yellow car and pedestrian





Sliding_Window

➡️ Sliding Window : After all those data processing, now we will detect the lane gradient from 'Sliding Window'. It makes histogram and make small box on that axe, so that we can calculate gradient between those boxes.






Any question, contact me : [email protected]

About

Summer internship program for autonomous driving platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages