This is a Lane line tracking algorithm for multifunctional smart logistics trolleys based on Jetson nano, which needs to have various functions including LIDAR map navigation, obstacle avoidance, shortest path planning, and traffic light and lane line recognition. In this project, I realized the UNet-based lane line recognition, and used the coordinates of the points on the lane line for curve fitting, combined with the horizontal offset of the cart from the lane line, to calculate the turning angle needed by the cart so as to realize the cart’s automatic tracking along the lane line. The algorithm finally realizes the stable recognition of the lane line under different lighting conditions and the trajectory at a speed of 1m/s.
Two schemes are used for the lane line recognition part, one is a scheme that uses UNet to implement semantic segmentation of lane lines, and the other is a scheme that uses normal image processing algorithms and uses sliding window detection to implement it.
The complete process of vehicle tracking is as follows: