Zhejiang University UAV Line Patrol Competition
Project overview
Our drone is required to perform a task of patrolling along a black line on the ground. The black line on the ground forms the shape of the letter "M." We built a drone from scratch and fine-tuned the controller to enable the drone to autonomously complete the patrolling mission. We secured the second position in this competition.
In the experimental environment, there were some pillar obstacles. We set up waypoints to assist the drone in completing the patrolling mission. In the video, the real-time visualization in the bottom left corner shows the map stored by the drone and the waypoints we set. The small dark green balls represent the waypoints we set.
Building a drone and tuning the controller
We purchased a flight controller, motors, propellers, ESCs (Electronic Speed Controllers), a receiver, an onboard computer, a camera, and a remote controller. Afterwards, we soldered the components of the drone, fine-tuned the flight controller, and conducted manual flight tests as well as automated flight tests.
VINS Localization
We utilized VINS (Visual-Inertial Systems) as our odometry system, which integrates visual information and IMU (Inertial Measurement Unit) data for localization. In the experiment, we successfully calibrated VINS. To improve the accuracy of the odometry, we increased the frequency of the IMU measurements.