Skip to content

Latest commit

 

History

History

truck_detection

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Truck Detection

LIDAR Data Processing

  • The system receives LIDAR point cloud data representing the surroundings.

Point Analyzer

  • The PointAnalyzer class processes the point cloud data to identify valid segments that represent the back of the front truck. It uses linear regression to analyze the points and determine the position of the truck.
  • All points that produce the same angle within a tolerance are grouped together.
  • The system then takes the average of these points to afterwards count the distance to next truck's position.

Dependency