Design and Development of a High-Performance Quadrotor Control Architecture Based on Feedback Linearization

Abstract

The purpose of this thesis is to outline the development of a high-performance quadrotor control system for an AscTec Hummingbird quadrotor using direct motor speed control within a Vicon motion capture system environment. A Ground Control Station (GCS) acts as a user interface for selecting flight patterns and displaying sensor values. An on-board Intel Edison embedded Linux computer acts as the quadrotor\u27s controller. The Vicon system measures the quadrotor\u27s position and orientation, while the Hummingbird\u27s stock AscTec Autopilot board provides inertial measurements and receives motor speed commands. Based on the flight pattern set by the GCS, smooth and di erentiable trajectories are generated. A control program was written for the Edison to obtain measurements, receive flight pattern commands, perform state estimation, calculate control laws, send motor speed commands to the Autopilot board, and log values. The program was written as a multithreaded C++ program for increased performance. A feedback linearization of the quadrotor\u27s dynamics was performed to account for its nonlinearities. A controller structure designed to ensure exponential Lyapunov stability was applied to the input-output linearized dynamics. The simplex method was used to aid the controller in pushing the Hummingbird\u27s actuators for aggressive maneuvers within set input limitations. The Edison\u27s Wi-Fi capabilities enable it to contact the Vicon server directly for position and orientation measurements. Accelerations and angular velocities are measured by the Autopilot\u27s inertial measurement unit (IMU). A quick state estimation process was implemented to filter the measured states, and state prediction was used to compensate for latency in the system. A custom circuit board and communication framework was designed and assembled for interfacing the Edison with the Autopilot. The custom communication framework allowed for a 16 times speed improvement over the default settings while bypassing the stock wireless communication\u27s inherently unreliable timing. The Hummingbird\u27s physical properties, such as propeller performance and rotational inertias, were characterized via static and step response experiments. The control system\u27s flight performance was evaluated through simulation and experimental tests

    Similar works