This project aims to design a system that has the ability to detect objects that could interfere with a drone that is in the process of landing. The implementation of this system includes the use of a 3D Velodyne LiDAR Puck VLP-16, MATLAB, and an Arduino Uno. The system outputs a green light once the program determines it is safe to land and a red light when an object is detected, thus determining it is not safe to land. This project is a continuation and evolution of a past system that used a 2D LiDAR with a tilting mechanism. Current outcomes include running a MATLAB program to receive two values: whether an object is detected, and the distance of that object from the LiDAR. These values are then sent to an Arduino Uno to be displayed to the user through an LCD display. The LiDAR sends UDP packets through the Ethernet port to the computer. These UDP points make up the point clouds (PCs) that the MATLAB code reads. Overall, this abstract seeks to provide a comprehensive understanding of building object detection for a drone with a 3D LiDAR sensor
Is data on this page outdated, violates copyrights or anything else? Report the problem now and we will take corresponding actions after reviewing your request.