UAV Subsystem Progress

Update: UAV subsystem Fall performance (Dec. 13, 2019)

The UAV can realize motion control, localization, GPS waypoint navigation, and temperature measurement. The UAV is integrated into the ROS environment so that it can be controlled and provides real-time feedback via ROS Message. To ensure safety, the UAV requires manual control to take off. Once the UAV is hovering successfully, it would go to the target waypoint after receiving the ROS command, which contains the information of latitude, longitude, and height of the waypoint. The UAV would hover at the waypoint until the convergence of GPS and temperature data. The accuracy of waypoint navigation is within ± 0.5m. The accuracy of temperature measurement is about ± 1.2°C (when measuring ambient temperature).

By Preliminary Design Review (Mar. 18, 2019), the progress on UAV includes:

  • Finished setting up the high-level processor
  • Finished registration
  • Finished setting up the ROS environment
  • Implemented temperature sensor reading script
  • Finished UAV indoor takeoff test and motor test
  • Implemented UAV waypoint navigation using ROS
  • Test UAV waypoint navigation using Xbee

UAV High-level Processor Setup

We set up the high-level processor and the ROS environment on the onboard computer of Asctec Pelican.  The setup guide can be found here:

Asctec Pelican Setup Guide

Navigation Algorithm

The waypoint navigation algorithm of the UAV uses the GPS data to do the localization and takes the data from the pressure sensor to estimate the height. It contains three major parts: ROS Interface, Autopilot system, and PID motor controller. The ROS interface is able to transfer ROS Messages into corresponded serial commands. After receiving the serial command, the Autopilot system will be able to generate the command of motor speed which will be fed to the PID motor controller.

The Autopilot system contains the feedback control loop which will make sure that the stop position is within the tolerance range of the target waypoint. The UAV will hover at the target waypoint until the GPS data is converged and then go to the next waypoint.

Temperature Measurement

The temperature measurement is performed using an NTC thermistor based USB temperature sensor. We implemented a ROS wrapper for the temperature sensing on board which reads temperature data from the sensor (an HID device) and publish the temperature data. The temperature sensor is placed at the bottom of the UAV.

Current Status (By SVD)

The UAV is able to realize motion control, localization, GPS waypoint navigation, and temperature measurement. The UAV is integrated into the ROS environment so that it is able to be controlled and provide real-time feedback via ROS Message. For safety concern, the UAV requires manual control to take-off. Once the UAV is hovering successfully, it will go to the target waypoint after receiving the ROS command which contains the information of latitude, longitude, and height of the waypoint. The UAV will hover at the waypoint until the convergence of GPS and temperature data. The accuracy of waypoint navigation is lower than 0.5m. The accuracy of temperature measurement is about 1.2°C.

UAV Motor Test Using ROS

UAV Height Mode Flight Test

UAV Waypoint Navigation Test Using XBee