Design and Implementation of Emergency Simulated Lighting System Based on Tello UAV

Yexin Pan,Yong Xu,Bo Ma,Chuanhuang Li
2023-05-15
Abstract:In recent years, with the increasing maturity of UAV technology, the application of UAV in the civilian field has seen explosive growth due to their low cost, high flexibility, and wide adaptability. In order to address the drawbacks of current tethered UAV lighting, which necessitates manual operation and coordination with tethered cables, this paper presents a rapid reaction and autonomous deployment emergency lighting system prototype based on Tello UAV. The system design is divided into three modules. First, the lighting module has designed the protogype lighting extensions for the Tello UAV. By selecting and installing LED light sources reasonably, the stability of the UAV's takeoff, landing, and flight is not affected, while ensuring good lighting effects; Second, the addressing module extracts the optimization objective function based on the optimization deployment requirements of UAV, and uses simulated annealing algorithm to iteratively optimize for different distribution scenarios and user needs, calculating the optimal deployment location of UAV and planning flight missions for UAV. Third, the flight control module has designed a specialized command control framework based on Tello UAV's API, which converts the planned flight path into command statements, forms flight text, and controls the flight of unmanned aerial vehicles accordingly. The test results of the emergency lighting system show that the system can respond quickly to both densely distributed and sparsely distributed user scenarios, deploying UAV to the best service locations, and providing high-quality services to users. This work represents an early attempt of Python-based real-world UAV lighting system prototype design to associate the UAV hardware and Python algorithms.
Systems and Control
What problem does this paper attempt to address?
The paper attempts to address the shortcomings of existing emergency lighting systems in terms of flexibility, response speed, and automation. Specifically: 1. **Limitations of traditional emergency lighting systems**: Traditional emergency lighting systems (such as telescopic pole lighting) are limited by their own conditions, making it difficult to achieve significant breakthroughs in height and lighting range. Additionally, fixed equipment is challenging to make portable and has poor mobile deployment effects. 2. **Limitations of existing drone emergency lighting systems**: Existing drone emergency lighting systems (such as tethered drones) are efficient and safe but are constrained by tether cables and manual operation, making them unsuitable for all complex environments or disaster scenarios. To overcome these limitations, the paper designs a prototype of a rapid response and autonomous deployment emergency lighting system based on the Tello drone. This system aims to solve the problems through the following aspects: - **Improving emergency response speed**: The system can quickly respond to user requests, automatically plan the optimal path, and control the drone to provide lighting services. - **Enhancing system automation**: The system can automatically complete the entire process from receiving requests to task execution without human intervention or ground equipment constraints. - **Adapting to various application scenarios**: The system can quickly deploy drones to the optimal service location in different user distribution scenarios (dense and sparse distribution) to provide high-quality lighting services. Through the above design, the system not only saves human resource costs but also can function in many scenarios where existing drone systems cannot provide service.