Virginia Commonwealth University. Helo UAS. Helicopter Unmanned Aircraft System

Size: px
Start display at page:

Download "Virginia Commonwealth University. Helo UAS. Helicopter Unmanned Aircraft System"

Transcription

1 Helo UAS Helicopter Unmanned Aircraft System Authors: Robert A.Gleich III, Robert C. DeMott II, James W. Homan Lucas Libraro, Skylar Roebuck, Phillip Diana Gus Mancone, David Supola, David West Advisor: Dr. Robert H. Klenke Submitted: 25 May 2010 Abstract This paper discusses s design and implementation of an unmanned aircraft system (UAS) to compete in the 2010 Association for Unmanned Vehicle Systems International (AUVSI) UAV competition. The system is able to autonomously fly a series of waypoints to reach a search area. Once in the search area, the vehicle is able to locate ground targets and identify target characteristics, communicating this information to operators in near real-time. The vehicle platform is an electrically powered, radio controlled helicopter. The complete solution includes a custom developed autopilot, or flight control system (FCS), an ISR payload featuring a gimbal-stabilized, high-definition (720P HD) video camera, and a ground control system (GCS) that provides mission planning, control, and analysis capabilities. The system has been designed with utmost importance placed on operator, observer, and vehicle safety. Testing, operating, and failure procedures have been implemented to ensure safety throughout development and competition. Page 1 of 25

2 Table of Contents ABSTRACT... 1 TABLE OF CONTENTS... 2 DESIGN OVERVIEW... 3 Custom Flight Control System... 3 COTS Component Selection... 4 VEHICLE... 4 FLIGHT CONTROL SYSTEM... 6 SOFTWARE... 6 HARDWARE... 7 Main Control Unit... 7 Sensors... 7 Communication... 8 UAV Safety Switch... 8 Overall FCS Architecture... 9 GROUND CONTROL SYSTEM GCS SERVER GCS CONTROL CLIENT Map Display Telemetry Gauges Parameter Control Forms TARGET GEOREFERENCING AND IMAGE CLIENT SYSTEM GIMBAL Function of Subsystem 1: Network communication with Ground Station Function of Subsystem 2: Controlling the Servo Function of Subsystem 3: Interlacing the FCS data Function of Subsystem 4: Tracking the Servo Position IMAGE CLIENT SOFTWARE Video Viewer Client Image Analysis Client OPERATIONAL SETUP FLIGHT CONTROL OPERATOR VIDEO SYSTEM OPERATOR INTELLIGENCE ANALYST SAFETY FAIL-SAFE FLIGHT MODES Stability Augmentation Mode BATTERIES TRANSMISSION LOSS FAILURE MODES ANALYSIS CONCLUSION ACKNOWLEDGEMENTS Page 2 of 25

3 Design Overview At the competition banquet in 2005, RADM Jack Chenevey USN Retired stated that "a helicopter is the right vehicle for the competition." Analyzing mission objectives, current technology, and the operation of unmanned aircraft in the Global War on Terror, the team agreed with RADM Chenevey. The ability to maneuver in confined spaces, loiter in a location for extended periods of time and perform vertical take-off and landings are features that fixed wing aircraft do not possess. Several different design approaches were utilized to develop and integrate the various subsystems. Based upon previous fixed-wing unmanned aircraft systems (UAS) research, the team developed a custom flight control system (FCS). High-resolution video and Wifi communications systems have also been implemented. Commercial-off-the-shelf (COTS) components have been utilized for digital video and wireless communications hardware. These systems have been designed, integrated, and tested under a thorough review process focused on mission functionality and overall safety. The Helo Unmanned Aircraft System (Helo UAS) is designed to meet all requirements to compete in the 2010 AUVSI UAV Competition. System Architecture Overview Custom Flight Control System In general, systems utilizing COTS products realize a savings in development time and cost. However, a custom FCS was developed in favor of using a commercially available unit for Page 3 of 25

4 several reasons. Previous experience and research of unmanned systems at VCU has been utilized in the creation of custom FCS hardware and software for the Helo UAS. When considering the black-box nature of many commercial systems and issues such as expandability and debugging, a custom FCS was the logical design choice. Additionally, many commercial systems do not easily adapt to various helicopter airframes. The Helo FCS has been tailored to the unique flight characteristics of the helicopter, but can be adjusted to autonomously control other airframes without difficulty. Lastly, the Helo FCS is produced at a fraction of the cost of comparable commercial systems. COTS Component Selection Many components of the UAS are COTS products. A COTS Analysis Process was created to ensure that the product selected would best meet the mission requirements. Baseline specifications were established for each component. Using this baseline, the team compiled a list of several candidate products. A point-scale system, awarding to products based on their mission pertinent features, was then used to determine the winning product. The winning product then underwent a thorough review to verify that it met all system requirements. A simplified example of the point-scale system used to select an omni-directional antenna is shown below. This antenna is mounted on the helicopter, making product weight the most important factor in the design decision. COTS Analysis Example Features Gain Input Pwr. Weight Dims Price 2.4 GHz compact, vertical omni 8 dbi 100 W 198 g 16" $ GHz compact, vertical omni 11.8 dbi 150 W 976 g 36" $99.95 High Gain Omni Wireless Antenna 15 dbi 50 W 100 g 16 $ Wireless Network High Gain Omni 12 dbi 50 W 800 g 16 $ Magnetic Mount Mobile WiFi 7.8 dbi 50 W 680 g 12" $49.95 Medium sized Magnetic Mount 5.5 dbi 50 W 544 g 6" $ Mobile WiFi Antenna 5.5 dbi 50 W 284 g 4" $19.95 Total Scoring 20% 5% 40% 20% 15% 100% 2.4 GHz compact, vertical omni GHz compact, vertical omni High Gain Omni Wireless Antenna Wireless Network High Gain Omni Magnetic Mount Mobile WiFi Medium sized Magnetic Mount Mobile WiFi Antenna Vehicle The vehicle chosen is a Miniature Aircraft X-Cell Ion-X electrically powered helicopter. To maximize flight time and payload capacity, the helicopter is equipped with longer rotor blades (800mm vs. stock 690mm) and a longer tail boom. The helicopter is also upgraded with a Hacker motor using single stage gear reduction, improving performance and reducing vibration. Page 4 of 25

5 With two 8 AH lithium polymer motor batteries, the helicopter, equipped with a ten pound payload, still achieves a fifteen minute flight time. If the helicopter is configured with four 8AH batteries, the maximum flight time increases to 25 minutes. This capability coincides with the competition s twenty minute mission objective. Although a gas powered helicopter of similar size provides a longer flight time and increased payload weight, electric power is used for several reasons. Electric motors produce less vibration than their gas equivalents. High-frequency vibrations have proven to be detrimental to sensors used in the flight control and imaging systems. Electric motors also do not produce exhaust, which can be problematic for optical sensors, such as cameras. X-Cell Ion-X Helicopter (Shown Without Video Gimbal) Page 5 of 25

6 Flight Control System The AUVSI mission rules require the flight control system to be capable of the following abilities: 1) Navigate a predetermined flight path consisting of a series of GPS coordinates and altitudes. 2) Allow for ground station operators to dynamically change the vehicle s target altitude and airspeed in real time. 3) Allow for ground station operators to specify new waypoints and search areas in real time. In order to meet these requirements, a custom rotor-wing based autopilot system was developed by VCU students. This system is based on previous work conducted at VCU in the area of fixedwing UAVs and adapted to handle the intricacies of a rotor-wing aircraft. Software The FCS software consists of a main control program that runs at 50Hz and is responsible for reading from all sensors, running the control algorithms and handling radio communication with the ground station. This 50Hz operation allows for smooth control of the helicopter and rapid response to both sensor readings and ground station commands. The flight control algorithms are based on standard PID (Proportional, Integral, and Derivative) control loops using feedback from both onboard and external sensors. Autonomous flight of the helicopter is divided into the following aspects, each being controlled by one or more PID loops: Heading, Altitude, Lateral Movement, and Forward Flight. Start Get Sensor Reading Error = SetPoint Measurement; If ( abs(error) < Deadband ) Error = 0; If ( Error > pband ) perror = 1.0F; Else if ( Error < -pband ) perror = -1.0F; Else perror = Error/pBand; Calculate Error Calculate Proportional Error Calculate Derivative Error Calculate PID Output derror = (perror - lasterror) / dt; output = pgain * perror + igain * ierror + dgain * derror; if ( output > 1.0F ) output = 1.0F; else if ( output < -1.0F ) output = -1.0F; ierror += perror * dt; if ( ierror > imax ) ierror = imax; else if ( ierror < imin ) ierror = imin; Calculate Integral Error Calculate PWM Values End Standard PID Control Algorithm Because of this division of control, each algorithm could be thoroughly tested and tuned independent of the other algorithms. This was achieved by selectively toggling autonomous control of each algorithm, with the RC pilot controlling the remaining aspects of flight. Since Page 6 of 25

7 each algorithm was tuned both individually and in combination with the others, more optimum flight performance was achieved. Hardware Main Control Unit The FCS software runs onboard an embedded computer known as the Suzaku. The Suzaku features a 48MHz softcore processor, 16MB of RAM and a 1 million gate FPGA. Since the Suzaku features an FPGA, it can easily be reprogrammed to communicate with multiple sensors and I/O devices through its onboard peripheral bus (OPB). In addition to interfacing with sensors and communication equipment, the Suzaku is also capable of monitoring and generating the PWM signals necessary for controlling the helicopter servos. This unit is mounted on a custom designed PCB motherboard along with the barometric sensors and the radio modem. FCS Main Control Unit Sensors For attitude, position and velocity information, the MIDG II - INS/GPS unit from Microbotics was used. The MIDG II is a compact, lightweight unit that combines a 5Hz GPS, 3-Axis Rate Gyro, 3-Axis Accelerometer and 3-Axis Magnetometer with an advanced Kalman filter capable of operating at 50Hz. With proper mounting and vibration dampening, this unit has proven extremely reliable, providing the FCS with accurate and precise sensor readings. Attitude accuracy is within 0.4 degrees and position accuracy is within 2 meters. Because the MIDG II can run at 50 Hz (same as FCS), it will always provide up-to-date information to the FCS algorithms, improving system response. Page 7 of 25

8 Microbotics MIDG II INS/GPS Unit Although the MIDG II also provides altitude information, a temperature compensated barometric pressure sensor was chosen as the source for this information. This choice was necessary due to the fact that the MIDG II relies on its GPS to determine altitude. In the event that GPS communication is lost, this data would no longer be valid. Communication The Communication System provides a link to transfer commands, parameters, and sensor data between the FCS and the GCS. A MaxStream 900Mhz OEM RF module was selected for the FCS side of the link and communicates at 9600 baud. This OEM module was chosen for its ability to mount directly on the FCS motherboard, significantly reducing the total size and weight of the FCS when compared to the use of an external modem. MaxStream OEM RF Module UAV Safety Switch The AUVSI mission rules state that the vehicle must be capable of manual override by the safety pilot at any time. To achieve this objective, a UAV safety switch from Electro Dynamics is utilized. This device is essentially a 5 channel, optically isolated switch for PWM signals. One set of inputs is from the RC receiver (safety pilot) and the other set is from the FCS. The set of signals that are forwarded to the servos is controlled by the auto/manual channel from the RC receiver. This allows control of the helicopter to be selected independently of the FCS. Even if the FCS fails completely, the safety pilot can regain control. This device operates on a separate power supply from the FCS to further minimize risk of failure. Page 8 of 25

9 UAV Safety Switch Overall FCS Architecture The overall configuration of the FCS components is shown below. FCS Architecture Page 9 of 25

10 Ground Control System The AUVSI rules state that the GCS must be capable of the following features: 1) The system will display all no fly zones and search areas to the operators and judges. 2) The system will display vehicle position with respect to no fly zones and search areas. 3) The system will display current vehicle altitude above mean sea level. 4) The system must be capable of dynamically adding waypoints and modifying the vehicle s flight-path. The ground control system software has been designed to meet these requirements in a user friendly manner. GCS Server The Ground Control System consists of a server component and a client component. The server connects to a radio modem on the ground to communicate with the helicopter FCS. The server component is responsible for sending all commands and parameters to the FCS and receiving and processing all sensor readings/data. The server allows a potentially unlimited number of specialized Ground Control clients to connect to the system and coordinates connections between the clients and the helicopter FCS. GCS Control Client The control client consists of the following components: Map Display Telemetry Panel Telemetry Gauges Parameter Adjustment Forms GCS Control Client Page 10 of 25

11 Map Display The map display features a satellite image of the flight area overlaid with the vehicle s current position, heading and flight path, the competition search areas, no fly zones and identified targets. Flight control operators can add new waypoints and modify the flight path using a simple point and click interface. Search areas and no fly zones can be modified in a similar manner. When entering waypoints, the interface will take no fly zones into account to prevent the operator from planning routes that would lead the vehicle out of the competition area. Waypoint changes will automatically be uploaded to the helicopter and confirmed on the map display. Telemetry Panel The left hand side of the control client displays the following telemetry data: Mode of vehicle operation (Manual/Autonomous) Vehicle Altitude (above sea level and above ground level) Vehicle Position (Latitude, Longitude) Vehicle Orientation (Pitch, Roll, Yaw) Vehicle Velocity Info (Air Speed, Ground Speed, Ground Track) Vehicle Battery Levels and approximate flight time remaining Status of wireless communications link Diagnostic information Units of measure can also be toggled between English, Metric and Nautical where appropriate. Telemetry Gauges Selected telemetry data is also shown in the form of graphical instrument gauges for easier reading by the operators and judges. The following gauges are available: Altimeter: Displays both current altitude and target altitude Speedometer: Displays both current air speed and target air speed. Compass: Displays vehicle s current heading and ground track. Attitude: Displays vehicle s current pitch and roll. Gauge position, size and units of measure can also be adjusted by the user. Parameter Control Forms The control client also features collapsible parameter entry forms along the right hand side of the display. This allows for quick access to flight parameters without cluttering the display area. In addition to allowing adjustments to target air speed and altitude, the flight operator can make adjustments to PID control parameters and servo trim values if necessary. Page 11 of 25

12 Target Georeferencing and Image Client System The AUVSI rules state that the Imagery System must be capable of the following features: The system will locate and display images of targets to the judges. The system will be able to identify target parameters from various altitudes. The system will be able to capture images and identify target parameters up to sixty degrees from directly below the vehicle. The system will be able to provide actionable intelligence: imagery, location, and parameters to the judges. System Overview The Flight Control System (FCS) on the UAV is capable of relaying information about its location and current orientation in 3D space to the Ground Control Station (GCS) where image analysis is performed. The information that the FCS sends includes the altitude, latitude, longitude, roll, pitch and yaw of the UAV. This information, while useful, is meaningless in its raw state when trying to determine the location of a target object as seen from the camera in the UAV s payload. The new Image Client, a program that is part of the GCS, will have access to Page 12 of 25

13 the data from the UAV s flight system along with data from the payload describing the camera s current pan and tilt angles. Once the operator captures an image from the UAV s camera, the new Image Client program then calculates the actual longitude and latitude of the area that the camera was viewing at the time of the capture. In the case where the camera is looking directly down at the ground, this calculation will be of limited use as the longitude and latitude calculated will be near the same as that of the UAV s current longitude and latitude. This is not always so, however, because the camera could be looking at a location in front of, behind or to the side of the UAV s actual location. This situation is where the utility of the calculation performed by the new program is evident. The program will also provide the operator on the ground with a few other very important abilities. The program will display the video received from the HD camera that is part of the UAV s payload. The operator then uses this video stream to look for targets in the search zone. When the operator determines that the UAV has found a target, he/she can issue a command to the program to capture the current frame of the video being displayed. The operator can also control the pan and tilt of the camera gimbal through this interface, as well as command the video camera to zoom in and zoom out. The second component to this program is an image analysis client. This separate program allows another operator to review the images captured from the high definition video camera and determine if a target has been found. If it is determined that a target has been found, the image analysis client then has the ability to store information about this target (such as color, shape and alphanumeric data). This stored information can then be used to output a formatted report containing information on every discovered target along with a thumbnail of the image where the target was discovered. The image analysis client is also where the georeferencing calculation will be performed. The operator of the analysis client can click anywhere in the image that has been flagged as suspicious and will be given a corresponding latitude and longitude. This is done using an integrated version of the Google Earth rendering system that is running in sync with the video being received from the helicopter. With every image, meta-data from the helicopter is stored in a database. When the image is loaded, this meta-data is sent to the Google Earth rendering engine and is used to locate the virtual camera exactly where the physical camera was when the image was retrieved. With the Google Earth image synched to the physical helicopter, it is then a trivial matter to send a pixel location in the image to the Google Earth rendering engine and retrieve a corresponding latitude and longitude. This second program will make the analysis of images from the UAV far simpler and more efficient than having one operator do both the target recognition and the analysis of the image with the target. Camera The VCU AUVSI competition team elected to use a Sanyo High Definition (HD 4000) video camera. This camera had a few special features that made it attractive. First and foremost, it is capable of outputting H.264 video over an Ethernet link with no specialized internal hardware. This makes it very easy to interface with the video camera and receive high definition video using a compression algorithm that allows for both quality and speed. This camera is also has a separate input that allows an external system to control its zoom level. Through this, the camera gimbal will not only be able to control the pan and tilt of the camera, but also its zoom. While the camera is capable of producing video at resolutions greater than 1080p, for the purpose of this competition and to keep bandwidth usage to a minimum, we will only be operating it at 720p. Page 13 of 25

14 Gimbal Gimbal Control Unit The RoBoard serves as the center of the system. It processes all data for the project s scope. A PC running a test program is used to emulate the FCS box sending serial data. A real FCS box could be easily dropped into the system at this point. The PC program was written to produce packets that look exactly like FCS packets by reading data logs that were provided by FCS box developers. The RoBoard was chosen for many reasons in addition to its fast processor and large ram capacity. The RoBoard has an Ethernet input that allows it to communicate directly with the router. It was assumed that data would be passed between the gimbal system and the ground station in VACS format. The code can be rewritten to output KLV packets if necessary. The servos are brought through a small initialization routine when the client connects to center the servos. This wasn t strictly necessary after servo feedback was finished, but does provide for a more uniform starting position for the camera. The servo feedback is used to verify Page 14 of 25

15 that the servos are at the positions that correspond to what the ground station thinks is 0 degrees pan and tilt. Function of Subsystem 1: Network communication with Ground Station The function of this subsystem is to open a socket through which communication with a ground station can take place. The socket opens over any specified port and the client then connects, give instructions and receive data. The packet format is a modified VACS packet, removing unnecessary components for TCP/IP communication, such as the sync bits, the destination and the source. The pan and tilt are stitched into the FCS meta-data (in another subsystem) and the length and checksum are updated appropriately. The modified packet is send to the connected client as frequently as the FCS box sends metadata in. Ground Station to RoBoard Packet Byte Field 0 Message ID 1 Length (N)... Payload (N Bytes) N+2 Checksum A N+3 Checksum B Message types: Message ID Message Type Payload 0 Initiate - 1 Move Camera 2 Meta data packet First two bytes will be pan of camera, second two bytes will be tilt, last two bytes will be zoom Instrument Report Packet plus camera position data (See XML below for details) Function of Subsystem 2: Controlling the Servo The first function of the project is controlling a servo based gimbal using instructions sent wirelessly from a ground station. The RoBoard will be running a server which the ground station will connect to in order to interact with it. The packet will be sent in a modified VACS format Page 15 of 25

16 through the wireless router where the server will receive it and check it for validity. Upon receiving a valid packet, the server will check the checksum of the packet and the message ID to determine what to do with the packet. If the received packet is valid and a movement packet, the server will begin moving the servos to the appropriate positions, reading the location of the servos as they move. The validity of the packet is determined by Message ID and Checksum. Once those are verified the data payload of the specified length is pulled from the packet and can be used. The pan and tilt is be extracted from this data and the servos can be moved. The correct pulse width is calculated and generated to move the servos. This is done gradually using feedback to determine the current servo position and incrementing that in order to achieve more controlled movement speeds. If the data indicating the actual positions of the servos shows they are incorrectly oriented a new pulse width will be generated to correct it. The RoBoard's built in PWM controller will generate the waveforms needed to keep the servos in the proper positions. The server software opens a socket and listens for connections from a client over a specified port. Once a client is connected that client is listened to in its own thread. Once the client is connected to the server it can begin sending packets; the server is immediately ready to respond. Listening to the client in a thread allowed for reading from the socket to be blocking, which took out the need to constantly poll the socket for new information to read, making a simpler program. Function of Subsystem 3: Interlacing the FCS data The data from the FCS box will conform to the VCU Aerial Communications Standard serial packet format: Byte Field 0 Sync1_Byte 1 Sync2_Byte 2 Destination address 3 Source Address 4 Message ID (Low Byte) 5 Message ID (High Byte) 6 Length N (Low Byte) 7 Length N (High Byte)... Data Payload (N Bytes) N+8 Checksum A N+9 Checksum B The "Instrument Report Packet," which is the packet containing the aircraft orientation data, has a message ID of 150, and is the packet containing the relevant data. Receiving Packets from the FCS Box A PC program was written to produce FCS Data packets. This PC program would read in Page 16 of 25

17 a.data file which contained sample FCS data logs from past helicopter flights. Once communication was open between the program (Windows PC) and the RoBoard then FCS packets could be sent. The program reads the log until a full packet has been found and sends it over serial. Later on it was found that this wasn t strictly necessary; the program could have simply sent the data over serial byte by byte and achieved the same result. During design and testing of this subsystem we verified that in fact we were receiving each packet in its entirety and that all verification bits looked correct. Some tasks completed during the phase were to verify the sync1, sync2 and check-sum on each packet from the FCS were correct. When receiving a packet on the RoBoard, the serial port listener thread will forward the raw data to a parsing algorithm. The parsing algorithm will verify Sync1, Sync2, Message ID, Length, Data Payload and it will calculate its own checksum and verify that against the one sent in the packet. Once the packet is deemed valid the function will store the packet into a data storage array for stitching. Receiving Data from the Servo Receiving data from the servo was also part of Subsystem 3 in our project implementation. The RoBoard has a built in A/D converter that is able to read the analog voltage drop over the servos potentiometers. This is done by reading the voltage on one side of the potentiometer and subtracting that from the read voltage on the other side of the potentiometer. The relationship between this reading and the servo s position was found to be linear. The RoBoard had a function available in the library that returned the digital value from the A/D converter. Once the digital data was available it could be processed and converted into useful, degree based measurements. The servo is constantly polled for the voltage drop over the potentiometer and an average over 30 samples is used to determine the most accurate position. This is because there is a very slight amount of variance from one reading to the next due to noise and this helps to remove that; though a hardware filter might have been more appropriate. Interlacing the FCS data and the data from the Servo In our system there is a function dedicated to stitching the pan and tilt into the FCS Packet. This function will modify a char[] that is passed into it. The function requires that the array passed in is an FCS packet in VACS format. The function will stitch pan and tilt to the data payload as two new bytes and then will update the Length and Checksum bytes while dropping the sync, source and destination bytes. Sample FCS packet in: A E 93 B E C C6 FB C B E B3 D6 4D CE Modified packet with pan 90 tilt E 93 B E C C6 FB C B E B3 D6 5A 5A Function of Subsystem 4: Tracking the Servo Position As described in Subsystem 2 the servos will provide feedback as they move. The Page 17 of 25

18 RoBoard has a thread dedicated to listening for this feedback. The RoBoard contains a built in Analog to Digital converter and a library of functions to work with this hardware. The value of the A/D converter can be directly read into an integer value using the readchannel command from the RoBoard C++ library. Once that integer value was obtained it was important to find a strong algorithm to associate a degree amount with this digital servo reading. After testing and some calculations it was determined that the relationship was linear or extremely close to being linear. An algorithm that is able to calculate the servo reading to the accuracy of 1 degree, as determined by the project requirements, was developed. It was determined that the bounds of the servo given its position on the gimbal, the range of readings over the potentiometer and the integer value associated with the maximum boundaries of servo movement needed to be known in order to actually calculate the position accurately. Each servo needed to be tested for these numbers and have the numbers manually entered into the algorithm for computing position. Knowing these numbers also allowed for an added fail safe that would not let the servos move beyond their bounds. Image Client Software Video Viewer Client The video viewer client allows the operator to perform two major functions: connect to the video camera to receive streaming video and connect to the gimbal control system to issue commands and retrieve meta data from the helicopter. Once connected to the camera, the video viewer client will begin receiving the H.264 encoded video streaming from the camera attached to the gimbal, decoding and displaying it to the operator for further use. While the operator is viewing the streaming video, the video viewer client is taking screenshots from the video and storing them in a database along with their associated meta data at a rate of 10 images per second. These images will allow the image analyst to go backward and forward in the video stream from a flagged target, in case the video viewer client operator missed the target by a couple of frames and there is a better image of it further back. Once the operator sees a target, he or she need only hit the suspicion button on the client to flag the current image as suspicious. Once an image has been flagged, it will then appear in the image analysis client for further analysis. Page 18 of 25

19 Shows current metadata received from the GCS Suspicion button Connect to Gimbal Control Server Connect to video stream received from Roboard Image Analysis Client The image analysis client complements the video viewer client and allows for better workflow during the competition. This program will be running on a separate computer from the video viewer client (though it is possible to run both programs on the same computer) and have a separate operator. This operator can concentrate solely on analyzing flagged images from the streaming video, instead of have to analyze images while still looking for new targets. The image analysis client connects to the database that the video viewer client is storing its images and meta data in. Every 5 seconds the image analysis client poles the database looking for new targets. If a new one is found, the client updates the viewing pane to have a thumbnail of this target image. The operator then clicks on this thumbnail to view a full size version of the same image and perform further analysis on it. If the image contains a target, the operator has the capability of storing information about this image to a database for future use. This information includes the latitude and longitude of the target as well as the alphanumeric it contains, its shape and its color. This information in the database can then be used to produce a formatted report on the found targets that includes thumbnail images of the target itself. The image analysis client uses the Google Earth rendering system in the background to get an accurate reading on the latitude and longitude of the target that has been found. When the operator clicks on an image to view it full size, the meta data associated with that image is used to sync the Google Earth engine with the physical location of the helicopter in the virtual map. Whenever the user clicks on a location in the image, the pixel information of that click is sent to Page 19 of 25

20 the Google Earth engine. The Google Earth engine then returns the exact latitude and longitude of the location that the user clicked in the image. All of this is performed in the background, as the Google Earth engine is not actually displaying anything. To the operator, this process is completely seamless. User can click on viewer to pull up the target data form User can submit info to acquired image database and it will save the georeferenced local Suspicious images appear in the filmstrip Filmstrip is updated 1once/sec Clicking an image will cause it to appear in viewer Power System In order to power the Helo UAS, several different batteries are required. The most critical of these are the 18.5 volt lithium polymer batteries used to power the helicopter s motor and the 5 volt nickel metal hydride receiver battery. The 5V NiMH battery also powers the helicopter servos and the UAV safety switch. The FCS, including the radio modem and sensors, are run off of an 11.1V LiPo battery. The IRIS system is powered from a 14.8V LiPo and uses two battery elimination circuits (BECs) to step down the voltage to the required levels. The overall configuration of the power system is shown below. Page 20 of 25

21 18.5V LiPo 18.5V LiPo 5V NiMH Helo Motor UAV Switch RC Receiver Servos 11.1V LiPo 14.8V LiPo 5V FCS Imaging Control Unit MIDG II IMU 12v BEC Video TX Wifi Amplifier 7.2v BEC Canon S2 Helo UAS Power System Page 21 of 25

22 Operational Setup In order to increase efficiency, team members will be given specific tasks and work in parallel to complete the mission. In addition to the RC Safety Pilot, the mission team will consist of the following members: Flight Control Operator Video System Operator Two Intelligence Analysts During the competition they will work in and around the team s trailer as shown below. Trailer 72'-8" Image Analysis Image Analysis 30'-0" Intelligence Analyst Intelligence Analyst Video Control Operator Video Station 35'-0" 15'-9" 900 MHz Antenna 2.4 GHz Antenna Status Monitor Control Client Flight Control Operator RC Safety Pilot Flight Control Operator The flight control operator will be in charge of running the GCS Control Client and communicating with the RC safety pilot. He will be responsible for entering waypoints, adjusting target altitude and airspeed and plotting flight paths through the search area. Additionally, he will make any changes to the no-fly zones and search areas as required by the judges during the mission. The flight control operator will be located closest to the RC safety Page 22 of 25

23 pilot to allow for efficient communication about the status of the helicopter. Should a problem be detected with the FCS or wireless link, he can quickly notify the RC safety pilot to take manual control. A second monitor will be connected to the flight control operator s computer in order to allow the judges to easily view the current status of the mission at any time. Video System Operator The video system operator will be located inside the trailer and be in charge of running the video system. He will be able to control the level of autonomy of both the camera aiming process and the image capture process. By analyzing the live video feed, he will be able to flag certain locations as high or low priority based on the presence of potential targets. By flagging these locations, the flight control operator and the intelligence analysts will be automatically notified through their respective GCS clients. The flight control operator can then modify the flight path to get a closer look at the targets if necessary. Intelligence Analyst Two intelligence analysts will also be located inside the trailer and be in charge of analyzing the high resolution images captured by the IRIS. When they locate a target, they will record all the relevant parameters (size, shape, location, etc) and prepare actionable intelligence for the judges. Like the video system operator, they will also have the ability to flag certain areas for further analysis. Safety Fail-safe flight modes The flight control system incorporates additional flight modes that ensure maximum safety in the event of a system failure. These flight modes can also be activated by the safety pilot or the Flight Control Operator. Return Home The return home system allows the aircraft to safely fly to a set of GPS coordinates designated as the home location. Home coordinates are set automatically during autonomous takeoff unless manually entered by the Flight Control Operator before flight. The coordinates can also be modified after takeoff if necessary. Stability Augmentation Mode Stability augmentation is an additional mode of operation intended to assist the RC safety pilot in returning the helicopter safely, should it be necessary. In this mode of operation, the FCS will hold the last set altitude, heading and orientation set by the RC pilot. The RC pilot will be able to command changes in the FCS parameters using the RC transmitter. For instance, increasing the throttle/collective stick will command the FCS to increase the target altitude. Returning the stick to center will lock in the helicopter s current altitude. Similar adjustments can be made to the helicopter s heading and orientation. This is similar to the stability augmentation mode of the Yamaha RMAX Helicopter. Page 23 of 25

24 Flight Terminate The exact definition of flight termination depends on status of available sensors and batteries. In any flight termination event, the aircraft will conduct a minimum energy landing within the specified 500 ft radius. Batteries Battery voltages are continuously monitored by the FCS (and transmitted to the GCS) to ensure they remain in safe operating regions. Safe operating thresholds are calculated based upon the current aircraft distance from the home location, with an additional safety margin. If any battery voltage drops below this safety threshold, the FCS enters Return Home mode. In the event that the flight critical motor batteries become depleted before the aircraft is able to return home, the aircraft will perform a minimum energy landing. Transmission Loss Transmission loss events have been divided into two categories depending on the type of signals lost. Loss of signal from the Safety Pilot RC transmitter results in the UAV switch entering FCS mode. This event also triggers the FCS to enter Return Home mode. Transmission loss from the GCS can be detected by both the FCS and GCS. In this event, the FCS enters Return Home mode and the Flight Control Operator is notified. Failure Modes Analysis Failure Response Loss of RC Ground operators are notified and FCS enters return home mode. Communication (Initial) Loss of RC Aircraft will execute flight termination procedure. Communication (30 sec) Loss of GCS Ground operators are notified and FCS enters return home mode. Communication (30 sec) Loss of GPS Link (Initial) Aircraft will hold zero degrees pitch and roll and attempt to maintain a hover. If helicopter begins to drift into a no fly zone, RC safety pilot will take manual or stability augmented control. Loss of GPS Link (1 min) RC safety pilot will take manual or stability augmented control. Loss of IRIS Link Image system will continue to capture images automatically. Images will be analyzed after landing. FCS, Receiver or Motor Ground operators are notified and FCS enters return home mode. Battery approaches RC safety pilot may choose to take manual or stability augmented minimum safety level control. Motor or Receiver Aircraft will execute flight termination procedure. Battery voltage falls below critical level FCS battery dies RC safety pilot will take manual control. Page 24 of 25

25 Conclusion Throughout the process, design decisions were made to based upon the rules and mission objectives of the AUVSI competition. A helicopter was chosen as the ideal vehicle for the mission, primarily for its ability to loiter in a given location and efficiently gather actionable intelligence. The flight control system is capable of autonomously flying the aircraft, while the imagery system provides actionable intelligence to ground control operators and judges. Furthermore, an iterative testing process with emphasis on safety has served to minimize the risk of failure. The team has recognized the educational value of the project and is proud to be participating in the competition. In conclusion, the VCU believes they have been successful in creating a complete Unmanned Aircraft System capable of meeting the objectives of the AUVSI competition. Acknowledgements The would like to acknowledge the following individuals for their support. Dr. Robert H. Klenke, Advisor Mr. Mark Sternheimer Mr. Mark Schon Page 25 of 25

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

Classical Control Based Autopilot Design Using PC/104

Classical Control Based Autopilot Design Using PC/104 Classical Control Based Autopilot Design Using PC/104 Mohammed A. Elsadig, Alneelain University, Dr. Mohammed A. Hussien, Alneelain University. Abstract Many recent papers have been written in unmanned

More information

VCU Skyline. Team Members: Project Advisor: Dr. Robert Klenke. Last Modified May 13, 2004 VCU SKYLINE 1

VCU Skyline. Team Members: Project Advisor: Dr. Robert Klenke. Last Modified May 13, 2004 VCU SKYLINE 1 VCU Skyline Last Modified May 13, 2004 Team Members: Abhishek Handa Kevin Van Brittiany Wynne Jeffrey E. Quiñones Project Advisor: Dr. Robert Klenke VCU SKYLINE 1 * Table of Contents I. Abstract... 3 II.

More information

Improvements to an Autonomous Unmanned Aerial Reconnaissance System

Improvements to an Autonomous Unmanned Aerial Reconnaissance System Improvements to an Autonomous Unmanned Aerial Reconnaissance System Andrew Bourassa, Marcus Jones, James Roberson, Matthew Ryan, and Andrew Spear Faculty Advisor: Dr. Robert Klenke June 1, 2006 Electrical

More information

2007 AUVSI Competition Paper Near Space Unmanned Aerial Vehicle (NSUAV) Of

2007 AUVSI Competition Paper Near Space Unmanned Aerial Vehicle (NSUAV) Of 1 2007 AUVSI Competition Paper Near Space Unmanned Aerial Vehicle (NSUAV) Of University of Colorado at Colorado Springs (UCCS) Plane in flight June 9, 2007 Faculty Advisor: Dr. David Schmidt Team Members:

More information

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg

OughtToPilot. Project Report of Submission PC128 to 2008 Propeller Design Contest. Jason Edelberg OughtToPilot Project Report of Submission PC128 to 2008 Propeller Design Contest Jason Edelberg Table of Contents Project Number.. 3 Project Description.. 4 Schematic 5 Source Code. Attached Separately

More information

North Carolina State University Aerial Robotics Club

North Carolina State University Aerial Robotics Club North Carolina State University Aerial Robotics Club 2007 AUVSI Student UAS Competition Journal Paper Entry June 1, 2007 by Matthew Hazard (NCSU 08) with thanks to Alan Stewart and James Scoggins NCSU

More information

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014

TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 TEAM AERO-I TEAM AERO-I JOURNAL PAPER DELHI TECHNOLOGICAL UNIVERSITY DELHI TECHNOLOGICAL UNIVERSITY Journal paper for IARC 2014 2014 IARC ABSTRACT The paper gives prominence to the technical details of

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

More information

Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles

Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles Recent Progress in the Development of On-Board Electronics for Micro Air Vehicles Jason Plew Jason Grzywna M. C. Nechyba Jason@mil.ufl.edu number9@mil.ufl.edu Nechyba@mil.ufl.edu Machine Intelligence Lab

More information

Heterogeneous Control of Small Size Unmanned Aerial Vehicles

Heterogeneous Control of Small Size Unmanned Aerial Vehicles Magyar Kutatók 10. Nemzetközi Szimpóziuma 10 th International Symposium of Hungarian Researchers on Computational Intelligence and Informatics Heterogeneous Control of Small Size Unmanned Aerial Vehicles

More information

Massachusetts Institute of Technology Unmanned Aerial Vehicle Team

Massachusetts Institute of Technology Unmanned Aerial Vehicle Team . Massachusetts Institute of Technology Unmanned Aerial Vehicle Team Jonathan Downey, Buddy Michini Matt Doherty, Carl Engel, Jacob Katz, Karl Kulling 2006 AUVSI Student UAV Competition Journal Paper,

More information

The Next Generation Design of Autonomous MAV Flight Control System SmartAP

The Next Generation Design of Autonomous MAV Flight Control System SmartAP The Next Generation Design of Autonomous MAV Flight Control System SmartAP Kirill Shilov Department of Aeromechanics and Flight Engineering Moscow Institute of Physics and Technology 16 Gagarina st, Zhukovsky,

More information

North Carolina State University. Aerial Robotics Club. Autonomous Reconnaissance System

North Carolina State University. Aerial Robotics Club. Autonomous Reconnaissance System North Carolina State University Aerial Robotics Club Autonomous Reconnaissance System Author: Dan Edwards Submitted: 2 July, 2005 Abstract This paper describes the North Carolina State University Aerial

More information

Aerial Photographic System Using an Unmanned Aerial Vehicle

Aerial Photographic System Using an Unmanned Aerial Vehicle Aerial Photographic System Using an Unmanned Aerial Vehicle Second Prize Aerial Photographic System Using an Unmanned Aerial Vehicle Institution: Participants: Instructor: Chungbuk National University

More information

BRB900 GPS Telemetry System August 2013 Version 0.06

BRB900 GPS Telemetry System August 2013 Version 0.06 BRB900 GPS Telemetry System August 2013 Version 0.06 As of January 2013, a new model of the BRB900 has been introduced. The key differences are listed below. 1. U-blox GPS Chipset: The Trimble Lassen IQ

More information

University of Minnesota. Department of Aerospace Engineering & Mechanics. UAV Research Group

University of Minnesota. Department of Aerospace Engineering & Mechanics. UAV Research Group University of Minnesota Department of Aerospace Engineering & Mechanics UAV Research Group Paw Yew Chai March 23, 2009 CONTENTS Contents 1 Background 3 1.1 Research Area............................. 3

More information

Digiflight II SERIES AUTOPILOTS

Digiflight II SERIES AUTOPILOTS Operating Handbook For Digiflight II SERIES AUTOPILOTS TRUTRAK FLIGHT SYSTEMS 1500 S. Old Missouri Road Springdale, AR 72764 Ph. 479-751-0250 Fax 479-751-3397 Toll Free: 866-TRUTRAK 866-(878-8725) www.trutrakap.com

More information

SELF-AWARE UNMANNED AERIAL VEHICLE

SELF-AWARE UNMANNED AERIAL VEHICLE SELF-AWARE UNMANNED AERIAL VEHICLE COMPUTER ENGINEERING SENIOR PROJECT 2010 http://pisco.flux.utah.edu/uav GRANT E. AYERS grant.ayers@utah.edu NICHOLAS G. MCDONALD nic.mcdonald@utah.edu DECEMBER 23, 2010

More information

IPRO 312: Unmanned Aerial Systems

IPRO 312: Unmanned Aerial Systems IPRO 312: Unmanned Aerial Systems Kay, Vlad, Akshay, Chris, Andrew, Sebastian, Anurag, Ani, Ivo, Roger Dr. Vural Diverse IPRO Group ECE MMAE BME ARCH CS Outline Background Approach Team Research Integration

More information

Operating Handbook For FD PILOT SERIES AUTOPILOTS

Operating Handbook For FD PILOT SERIES AUTOPILOTS Operating Handbook For FD PILOT SERIES AUTOPILOTS TRUTRAK FLIGHT SYSTEMS 1500 S. Old Missouri Road Springdale, AR 72764 Ph. 479-751-0250 Fax 479-751-3397 Toll Free: 866-TRUTRAK 866-(878-8725) www.trutrakap.com

More information

Project Number: 13231

Project Number: 13231 Multidisciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: 13231 UAV GROUND-STATION AND SEEDED FAULT DETECTION

More information

OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P. Datasheet Rev OS3D-FG Datasheet rev. 2.

OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P. Datasheet Rev OS3D-FG Datasheet rev. 2. OS3D-FG OS3D-FG MINIATURE ATTITUDE & HEADING REFERENCE SYSTEM MINIATURE 3D ORIENTATION SENSOR OS3D-P Datasheet Rev. 2.0 1 The Inertial Labs OS3D-FG is a multi-purpose miniature 3D orientation sensor Attitude

More information

Digiflight II SERIES AUTOPILOTS

Digiflight II SERIES AUTOPILOTS Operating Handbook For Digiflight II SERIES AUTOPILOTS TRUTRAK FLIGHT SYSTEMS 1500 S. Old Missouri Road Springdale, AR 72764 Ph. 479-751-0250 Fax 479-751-3397 Toll Free: 866-TRUTRAK 866-(878-8725) www.trutrakap.com

More information

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION Journal of Young Scientist, Volume IV, 2016 ISSN 2344-1283; ISSN CD-ROM 2344-1291; ISSN Online 2344-1305; ISSN-L 2344 1283 ARDUINO BASED CALIBRATION OF AN INERTIAL SENSOR IN VIEW OF A GNSS/IMU INTEGRATION

More information

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG

Inertial Systems. Ekinox Series TACTICAL GRADE MEMS. Motion Sensing & Navigation IMU AHRS MRU INS VG Ekinox Series TACTICAL GRADE MEMS Inertial Systems IMU AHRS MRU INS VG ITAR Free 0.05 RMS Motion Sensing & Navigation AEROSPACE GROUND MARINE EKINOX SERIES R&D specialists usually compromise between high

More information

A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis

A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis A Mini UAV for security environmental monitoring and surveillance: telemetry data analysis G. Belloni 2,3, M. Feroli 3, A. Ficola 1, S. Pagnottelli 1,3, P. Valigi 2 1 Department of Electronic and Information

More information

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance)

Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Study of M.A.R.S. (Multifunctional Aero-drone for Remote Surveillance) Supriya Bhuran 1, Rohit V. Agrawal 2, Kiran D. Bombe 2, Somiran T. Karmakar 2, Ninad V. Bapat 2 1 Assistant Professor, Dept. Instrumentation,

More information

FLIGHT DATA MONITORING

FLIGHT DATA MONITORING FLIGHT DATA MONITORING RECORD REPLAY REVIEW FLIGHT DATA MONITORING FLIGHT TRAINING INCIDENT INVESTIGATION APPAREO S TURN-KEY FLIGHT DATA MONITORING SUITE When it comes to flight safety, there s nothing

More information

Pitlab & Zbig FPV System Version 2.60a. Pitlab&Zbig OSD. New functions and changes in v2.60. New functions and changes since version 2.

Pitlab & Zbig FPV System Version 2.60a. Pitlab&Zbig OSD. New functions and changes in v2.60. New functions and changes since version 2. Pitlab & Zbig FPV System Version 2.60a since version 2.50a Pitlab&Zbig OSD in v2.60a Added support for new Pitlab airspeed sensor. Sensor is connected to yellow OSD socket and is configured in similar

More information

Auvsi 2012 Journal Paper. Abstract ISTANBUL TECHNICAL UNIVERSITY CONTROL & AVIONICS LABORATORY TEAM HEZARFEN

Auvsi 2012 Journal Paper. Abstract ISTANBUL TECHNICAL UNIVERSITY CONTROL & AVIONICS LABORATORY TEAM HEZARFEN ISTANBUL TECHNICAL UNIVERSITY CONTROL & AVIONICS LABORATORY TEAM HEZARFEN Auvsi 2012 Journal Paper Abstract UAS of Team Hezarfen from Istanbul Technical University is explained in this paper. Aerial vehicle

More information

Long Range Wireless OSD 5.8G FPV Transmitter

Long Range Wireless OSD 5.8G FPV Transmitter Long Range Wireless OSD 5.8G FPV Transmitter Built-in 10 Axis AHRS + MAVLINK + 600mW Support all flight controller and GPS 1 / 14 User's Guide Catalogue Product Instruction 3 Features 3 Specifications.4

More information

Introducing the Quadrotor Flying Robot

Introducing the Quadrotor Flying Robot Introducing the Quadrotor Flying Robot Roy Brewer Organizer Philadelphia Robotics Meetup Group August 13, 2009 What is a Quadrotor? A vehicle having 4 rotors (propellers) at each end of a square cross

More information

HELISIM SIMULATION CREATE. SET. HOVER

HELISIM SIMULATION CREATE. SET. HOVER SIMULATION HELISIM CREATE. SET. HOVER HeliSIM is the industry-leading high-end COTS for creating high-fidelity, high-quality flight dynamics simulations for virtually any rotary-wing aircraft in the world

More information

MICRO AERIAL VEHICLE PRELIMINARY FLIGHT CONTROL SYSTEM

MICRO AERIAL VEHICLE PRELIMINARY FLIGHT CONTROL SYSTEM Multi-Disciplinary Senior Design Conference Kate Gleason College of Engineering Rochester Institute of Technology Rochester, New York 14623 Project Number: 09122 MICRO AERIAL VEHICLE PRELIMINARY FLIGHT

More information

University of Alberta Aerial Robotics Group

University of Alberta Aerial Robotics Group University of Alberta Aerial Robotics Group 2008 AUVSI Student UAS Competition Journal Paper Submission May 28, 2008 Abstract. This paper describes the 2008 foray of the University of Alberta Aerial Robotics

More information

Hardware in the Loop Simulation for Unmanned Aerial Vehicles

Hardware in the Loop Simulation for Unmanned Aerial Vehicles NATIONAL 1 AEROSPACE LABORATORIES BANGALORE-560 017 INDIA CSIR-NAL Hardware in the Loop Simulation for Unmanned Aerial Vehicles Shikha Jain Kamali C Scientist, Flight Mechanics and Control Division National

More information

SMART BIRD TEAM UAS JOURNAL PAPER

SMART BIRD TEAM UAS JOURNAL PAPER SMART BIRD TEAM UAS JOURNAL PAPER 2010 AUVSI STUDENT COMPETITION MARYLAND ECOLE POLYTECHNIQUE DE MONTREAL Summary 1 Introduction... 4 2 Requirements of the competition... 4 3 System Design... 5 3.1 Design

More information

Team Breaking Bat Architecture Design Specification. Virtual Slugger

Team Breaking Bat Architecture Design Specification. Virtual Slugger Department of Computer Science and Engineering The University of Texas at Arlington Team Breaking Bat Architecture Design Specification Virtual Slugger Team Members: Sean Gibeault Brandon Auwaerter Ehidiamen

More information

Attack on the drones. Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague

Attack on the drones. Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague Attack on the drones Vectors of attack on small unmanned aerial vehicles Oleg Petrovsky / VB2015 Prague Google trends Google trends This is my drone. There are many like it, but this one is mine. Majority

More information

Testing Autonomous Hover Algorithms Using a Quad rotor Helicopter Test Bed

Testing Autonomous Hover Algorithms Using a Quad rotor Helicopter Test Bed Testing Autonomous Hover Algorithms Using a Quad rotor Helicopter Test Bed In conjunction with University of Washington Distributed Space Systems Lab Justin Palm Andy Bradford Andrew Nelson Milestone One

More information

Lightweight Fixed Wing UAV

Lightweight Fixed Wing UAV Lightweight Fixed Wing UAV Joseph Patton, Paul Owczarczyk, Mattias Dreger, Jason Bui, Cameron Lee, Cindy Xiao, Rijesh Augustine, Sheldon Marquis, Ryan Kapteyn, Nicholas Kwan Wong, Mark Pollock, Andrew

More information

DESIGN CONSTRAINTS ANALYSIS

DESIGN CONSTRAINTS ANALYSIS TEAM 9 -MRAV DESIGN CONSTRAINTS ANALYSIS by Nick Gentry UPDATED PSSC 1. An ability to remotely monitor remaining battery life (fuel gauge). 2. An ability to hover in a stable position (based on autonomous

More information

EEL 4665/5666 Intelligent Machines Design Laboratory. Messenger. Final Report. Date: 4/22/14 Name: Revant shah

EEL 4665/5666 Intelligent Machines Design Laboratory. Messenger. Final Report. Date: 4/22/14 Name: Revant shah EEL 4665/5666 Intelligent Machines Design Laboratory Messenger Final Report Date: 4/22/14 Name: Revant shah E-Mail:revantshah2000@ufl.edu Instructors: Dr. A. Antonio Arroyo Dr. Eric M. Schwartz TAs: Andy

More information

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr.

High Level Design Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Group: RF Detection Group Members: Joey Py e, André Magill, Shane Ryan, John Docalovich, Zack Bennett Advisor: Dr. Jonathan Chisum Table of Contents 1 Introduction 3 2 Problem Statement and Proposed Solution

More information

A3 Pro INSTRUCTION MANUAL. Oct 25, 2017 Revision IMPORTANT NOTES

A3 Pro INSTRUCTION MANUAL. Oct 25, 2017 Revision IMPORTANT NOTES A3 Pro INSTRUCTION MANUAL Oct 25, 2017 Revision IMPORTANT NOTES 1. Radio controlled (R/C) models are not toys! The propellers rotate at high speed and pose potential risk. They may cause severe injury

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse 2 Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse 2 Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

F-104 Electronic Systems

F-104 Electronic Systems Information regarding the Lockheed F-104 Starfighter F-104 Electronic Systems An article published in the Zipper Magazine # 49 March-2002 Author: Country: Website: Email: Theo N.M.M. Stoelinga The Netherlands

More information

Project Name: Tail-Gator

Project Name: Tail-Gator EEL 4924 Electrical Engineering Design (Senior Design) Final Report 22 April 2013 Project Name: Tail-Gator Team Name: Eye in the Sky Team Members: Name: Anthony Incardona Name: Fredrik Womack Page 2/14

More information

THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING GPS/RDS TECHNOLOGY

THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING GPS/RDS TECHNOLOGY ICAS 2 CONGRESS THE DEVELOPMENT OF A LOW-COST NAVIGATION SYSTEM USING /RDS TECHNOLOGY Yung-Ren Lin, Wen-Chi Lu, Ming-Hao Yang and Fei-Bin Hsiao Institute of Aeronautics and Astronautics, National Cheng

More information

Industrial Wireless Systems

Industrial Wireless Systems Application Considerations Don Pretty Principal Engineer Geometric Controls Inc Bethlehem, PA Sheet 1 Ethernet Dominates on the Plant Floor Sheet 2 Recognize Any of These? Sheet 3 Answers: 10 BASE 2 RG

More information

2009 Student UAS Competition. Abstract:

2009 Student UAS Competition. Abstract: UNIVERSITY OF PUERTO RICO MAYAGUEZ CAMPUS COLLEGE OF ENGINEERING 2009 Student UAS Competition Journal Paper Team Members: Pablo R. Mejías, Merqui Galarza Jeancarlo Colón Naldie Torres Josue Comulada Veronica

More information

Flight control Set and Kit

Flight control Set and Kit Flight control Set and Kit Quick Start Guide For MegaPirate NG Version 1.2 Thanks for choosing AirStudio flight control electronics. We have created it based on best-in-class software, hardware and our

More information

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou

U-Pilot can fly the aircraft using waypoint navigation, even when the GPS signal has been lost by using dead-reckoning navigation. Can also orbit arou We offer a complete solution for a user that need to put a payload in a advanced position at low cost completely designed by the Spanish company Airelectronics. Using a standard computer, the user can

More information

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.1 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

Thank you for purchasing this DJI product. Please strictly follow these steps to mount and connect this system on

Thank you for purchasing this DJI product. Please strictly follow these steps to mount and connect this system on NAZA-M LITE User Manual V 1.00 2013.05.28 Revision For Firmware Version V1.00 & Assistant Software Version V1.00 Thank you for purchasing this DJI product. Please strictly follow these steps to mount and

More information

REMOTE AUTONOMOUS MAPPING OF RADIO FREQUENCY OBSTRUCTION DEVICES

REMOTE AUTONOMOUS MAPPING OF RADIO FREQUENCY OBSTRUCTION DEVICES REMOTE AUTONOMOUS MAPPING OF RADIO FREQUENCY OBSTRUCTION DEVICES Team: Jorgen Baertsch, Ian Cooke, Kennedy Harrmann, Mary Landis, Sarah Larson, Harrison Mast, Ethan Morgan, Selby Stout, Jake Ursetta, Justin

More information

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles

Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Implementation of Nonlinear Reconfigurable Controllers for Autonomous Unmanned Vehicles Dere Schmitz Vijayaumar Janardhan S. N. Balarishnan Department of Mechanical and Aerospace engineering and Engineering

More information

School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia

School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia Development of an Unmanned Aerial Vehicle Platform Using Multisensor Navigation Technology School of Surveying & Spatial Information Systems, UNSW, Sydney, Australia Gang Sun 1,2, Jiawei Xie 1, Yong Li

More information

Georgia Tech Aerial Robotics Team 2009 International Aerial Robotics Competition Entry

Georgia Tech Aerial Robotics Team 2009 International Aerial Robotics Competition Entry Georgia Tech Aerial Robotics Team 2009 International Aerial Robotics Competition Entry Girish Chowdhary, H. Claus Christmann, Dr. Eric N. Johnson, M. Scott Kimbrell, Dr. Erwan Salaün, D. Michael Sobers,

More information

RC Altimeter #2 BASIC Altitude data recording and monitoring system 3/8/2009 Page 2 of 11

RC Altimeter #2 BASIC Altitude data recording and monitoring system 3/8/2009 Page 2 of 11 Introduction... 3 How it works... 3 Key features... 3 System requirements... 3 Hardware... 4 Specifications... 4 Using the RC Altimeter #2 BASIC module... 5 Powering the module... 5 Mounting the module...

More information

THE GPS SATELLITE AND PAYLOAD

THE GPS SATELLITE AND PAYLOAD THE GPS SATELLITE AND PAYLOAD Andrew Codik and Robert A. Gronlund Rockwell International Corporation Satellite Systems Division 12214 Lakewood Boulevard Downey, California, USA 90241 ABSTRACT The NAVSTAR/Global

More information

P UAV Telemetry Detailed Design Review Documents February 18, 2010

P UAV Telemetry Detailed Design Review Documents February 18, 2010 P10231 - UAV Telemetry Detailed Design Review Documents February 18, 2010 Chris Barrett Gregg Golembeski Alvaro Prieto Cameron Bosnic Daron Bell Project Manager Interface Manager Radio Concepts Software

More information

GPS-Aided INS Datasheet Rev. 3.0

GPS-Aided INS Datasheet Rev. 3.0 1 GPS-Aided INS The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS, BEIDOU and L-Band navigation

More information

DragonLink Advanced Transmitter

DragonLink Advanced Transmitter DragonLink Advanced Transmitter A quick introduction - to a new a world of possibilities October 29, 2015 Written by Dennis Frie Contents 1 Disclaimer and notes for early release 3 2 Introduction 4 3 The

More information

Specifications Attitude and Heading Specifications. GP9 GPS-Aided AHRS Datasheet, Revision 1.3

Specifications Attitude and Heading Specifications. GP9 GPS-Aided AHRS Datasheet, Revision 1.3 Introduction The GP9 GPS-Aided AHRS combines MEMS inertial sensors and embedded GPS with an Extended Kalman Filter to produce attitude estimates that are immune to long-term angular drift and sustained

More information

Oakland University Microraptor 2009 AUVSI Student UAS Competition Entry

Oakland University Microraptor 2009 AUVSI Student UAS Competition Entry Oakland University Microraptor 2009 AUVSI Student UAS Competition Entry Keith Jones, Maurice Farah, Gentian Godo, Hong Chul Yang, Rami AbouSleiman, and Belal Sababha Faculty Advisor: Dr. Osamah Rawashdeh

More information

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

NovAtel SPAN and Waypoint. GNSS + INS Technology

NovAtel SPAN and Waypoint. GNSS + INS Technology NovAtel SPAN and Waypoint GNSS + INS Technology SPAN Technology SPAN provides continual 3D positioning, velocity and attitude determination anywhere satellite reception may be compromised. SPAN uses NovAtel

More information

DISCO-PRO AG ALL-IN-ONE DRONE SOLUTION FOR PRECISION AGRICULTURE. 80ha COVERAGE PARROT SEQUOIA INCLUDES MULTI-PURPOSE TOOL SAFE ANALYZE & DECIDE

DISCO-PRO AG ALL-IN-ONE DRONE SOLUTION FOR PRECISION AGRICULTURE. 80ha COVERAGE PARROT SEQUOIA INCLUDES MULTI-PURPOSE TOOL SAFE ANALYZE & DECIDE DISCO-PRO AG ALL-IN-ONE DRONE SOLUTION FOR PRECISION AGRICULTURE Powered by 80ha COVERAGE AT 120M * FLIGHT ALTITUDE (200AC @ 400FT) MULTI-PURPOSE TOOL PHOTO 14MPX VIDEO 1080P FULL HD PARROT SEQUOIA RGB

More information

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory

Electronics Design Laboratory Lecture #11. ECEN 2270 Electronics Design Laboratory Electronics Design Laboratory Lecture # ECEN 7 Electronics Design Laboratory Project Must rely on fully functional Lab circuits, Lab circuit is optional Can re do wireless or replace it with a different

More information

Delhi College of Engineering 2009 AUVSI STUDENT UAS COMPETITION. Team UAS DCE Journal Paper

Delhi College of Engineering 2009 AUVSI STUDENT UAS COMPETITION. Team UAS DCE Journal Paper Delhi College of Engineering 2009 AUVSI STUDENT UAS COMPETITION Team UAS DCE Journal Paper ABSTRACT The following paper discusses the design and implementation of an Unmanned Aircraft System (UAS) for

More information

Introduction to Mobile Sensing Technology

Introduction to Mobile Sensing Technology Introduction to Mobile Sensing Technology Kleomenis Katevas k.katevas@qmul.ac.uk https://minoskt.github.io Image by CRCA / CNRS / University of Toulouse In this talk What is Mobile Sensing? Sensor data,

More information

Geo-localization and Mosaicing System (GEMS): Enabling Precision Image Feature Location and Rapid Mosaicing General:

Geo-localization and Mosaicing System (GEMS): Enabling Precision Image Feature Location and Rapid Mosaicing General: Geo-localization and Mosaicing System (GEMS): Enabling Precision Image Feature Location and Rapid Mosaicing General: info@senteksystems.com www.senteksystems.com 12/6/2014 Precision Agriculture Multi-Spectral

More information

Dynamically Adaptive Inverted Pendulum Platfom

Dynamically Adaptive Inverted Pendulum Platfom Dynamically Adaptive Inverted Pendulum Platfom 2009 Colorado Space Grant Symposium Jonathon Cox Colorado State University Undergraduate in Electrical Engineering Email: csutke@gmail.com Web: www.campusaudio.com

More information

Communications message formats

Communications message formats Communications message formats The SP-1 or SP-2 unit communicates via the airtalk compatible communications port. This port consists of a shared, single wire asynchronous link. The link operates with one

More information

ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION

ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION Heinz Jürgen Przybilla Manfred Bäumker, Alexander Zurhorst ENHANCEMENTS IN UAV FLIGHT CONTROL AND SENSOR ORIENTATION Content Introduction Precise Positioning GNSS sensors and software Inertial and augmentation

More information

Aerospace Sensor Suite

Aerospace Sensor Suite Aerospace Sensor Suite ECE 1778 Creative Applications for Mobile Devices Final Report prepared for Dr. Jonathon Rose April 12 th 2011 Word count: 2351 + 490 (Apper Context) Jin Hyouk (Paul) Choi: 998495640

More information

Lightweight Fixed Wing UAV

Lightweight Fixed Wing UAV Lightweight Fixed Wing UAV Cindy Xiao, Rijesh Augustine, Andrew Jowsey, Michael G. Lipsett, Duncan G. Elliott University of Alberta Abstract The University of Alberta Aerial Robotics (UAARG) is a student

More information

Skylark OSD V4.0 USER MANUAL

Skylark OSD V4.0 USER MANUAL Skylark OSD V4.0 USER MANUAL A skylark soars above the clouds. SKYLARK OSD V4.0 USER MANUAL New generation of Skylark OSD is developed for the FPV (First Person View) enthusiasts. SKYLARK OSD V4.0 is equipped

More information

Procedure, Field Replacement, PCU Kit, XX04

Procedure, Field Replacement, PCU Kit, XX04 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the XX04 series PCU assembly. 2. Checklist: Verify Initialization N0 Parameter Pedestal Error Test Motor 3. Theory of

More information

Hardware-in-the-Loop Simulation for a Small Unmanned Aerial Vehicle A. Shawky *, A. Bayoumy Aly, A. Nashar, and M. Elsayed

Hardware-in-the-Loop Simulation for a Small Unmanned Aerial Vehicle A. Shawky *, A. Bayoumy Aly, A. Nashar, and M. Elsayed 16 th International Conference on AEROSPACE SCIENCES & AVIATION TECHNOLOGY, ASAT - 16 May 26-28, 2015, E-Mail: asat@mtc.edu.eg Military Technical College, Kobry Elkobbah, Cairo, Egypt Tel : +(202) 24025292

More information

ReVRSR: Remote Virtual Reality for Service Robots

ReVRSR: Remote Virtual Reality for Service Robots ReVRSR: Remote Virtual Reality for Service Robots Amel Hassan, Ahmed Ehab Gado, Faizan Muhammad March 17, 2018 Abstract This project aims to bring a service robot s perspective to a human user. We believe

More information

Autonomous Optical Guidance System

Autonomous Optical Guidance System Autonomous Optical Guidance System John Ciambriello, Ryan Shoaf, Brandon Staton, and John Fridenmaker Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida,

More information

Mississippi State University Unmanned Aerial Vehicle Entry into the AUVSI 2004 Student UAV Competition

Mississippi State University Unmanned Aerial Vehicle Entry into the AUVSI 2004 Student UAV Competition Mississippi State University Unmanned Aerial Vehicle Entry into the AUVSI 2004 Student UAV Competition Ian Broussard Cornelia Hayes Kelly Lancaster Craig Ross Blake Sanders Mississippi State University

More information

Robotic Vehicle Design

Robotic Vehicle Design Robotic Vehicle Design Sensors, measurements and interfacing Jim Keller July 19, 2005 Sensor Design Types Topology in system Specifications/Considerations for Selection Placement Estimators Summary Sensor

More information

Design and Implementation of FPGA Based Quadcopter

Design and Implementation of FPGA Based Quadcopter Design and Implementation of FPGA Based Quadcopter G Premkumar 1 SCSVMV, Kanchipuram, Tamil Nadu, INDIA R Jayalakshmi 2 Assistant Professor, SCSVMV, Kanchipuram, Tamil Nadu, INDIA Md Akramuddin 3 Project

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

Design of a Remote-Cockpit for small Aerospace Vehicles Design of a Remote-Cockpit for small Aerospace Vehicles Muhammad Faisal, Atheel Redah, Sergio Montenegro Universität Würzburg Informatik VIII, Josef-Martin Weg 52, 97074 Würzburg, Germany Phone: +49 30

More information

Procedure, Field Replacement, PCU Kit, 6003A/6004, 2406 & 4003A

Procedure, Field Replacement, PCU Kit, 6003A/6004, 2406 & 4003A 1. Brief Summary: Troubleshooting document for diagnosing a fault with and replacing the PCU assembly on the 6003A/6004, 2406 & 4003A series antennas. 2. Checklist: Verify Initialization N0 Parameter Pedestal

More information

Sensors and Sensing Motors, Encoders and Motor Control

Sensors and Sensing Motors, Encoders and Motor Control Sensors and Sensing Motors, Encoders and Motor Control Todor Stoyanov Mobile Robotics and Olfaction Lab Center for Applied Autonomous Sensor Systems Örebro University, Sweden todor.stoyanov@oru.se 13.11.2014

More information

User s Guide. SmartAP 2.0 AutoPilot. All rights reserved. 1 SmartAP AutoPilot User s Guide

User s Guide. SmartAP 2.0 AutoPilot.  All rights reserved. 1 SmartAP AutoPilot User s Guide 1 SmartAP AutoPilot User s Guide SmartAP 2.0 AutoPilot User s Guide All rights reserved 2 SmartAP AutoPilot User s Guide Contents Contents... 2 Introduction... 3 Description... 3 Flight Modes Overview...

More information

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG

Inertial Sensors. Ellipse Series MINIATURE HIGH PERFORMANCE. Navigation, Motion & Heave Sensing IMU AHRS MRU INS VG Ellipse Series MINIATURE HIGH PERFORMANCE Inertial Sensors IMU AHRS MRU INS VG ITAR Free 0.2 RMS Navigation, Motion & Heave Sensing ELLIPSE SERIES sets up new standard for miniature and cost-effective

More information

DEVELOPMENT OF AN AUTONOMOUS SMALL SCALE ELECTRIC CAR

DEVELOPMENT OF AN AUTONOMOUS SMALL SCALE ELECTRIC CAR Jurnal Mekanikal June 2015, Vol 38, 81-91 DEVELOPMENT OF AN AUTONOMOUS SMALL SCALE ELECTRIC CAR Amzar Omairi and Saiful Anuar Abu Bakar* Department of Aeronautics, Automotive and Ocean Engineering Faculty

More information

Cedarville University Little Blue

Cedarville University Little Blue Cedarville University Little Blue IGVC Robot Design Report June 2004 Team Members: Silas Gibbs Kenny Keslar Tim Linden Jonathan Struebel Faculty Advisor: Dr. Clint Kohl Table of Contents 1. Introduction...

More information

CMPE490/450 FINAL REPORT DYNAMIC CAMERA STABILIZATION SYSTEM GROUP 7. DAVID SLOAN REEGAN WOROBEC

CMPE490/450 FINAL REPORT DYNAMIC CAMERA STABILIZATION SYSTEM GROUP 7. DAVID SLOAN REEGAN WOROBEC CMPE490/450 FINAL REPORT DYNAMIC CAMERA STABILIZATION SYSTEM GROUP 7 DAVID SLOAN dlsloan@ualberta.ca REEGAN WOROBEC rworobec@ualberta.ca DECLARATION OF ORIGINAL CONTENT The design elements of this project

More information

Fluxgate Magnetometer

Fluxgate Magnetometer 6.101 Final Project Proposal Woojeong Elena Byun Jack Erdozain Farita Tasnim 7 April 2016 Fluxgate Magnetometer Motivation: A fluxgate magnetometer is a highly precise magnetic field sensor. Its typical

More information

GPS-Aided INS Datasheet Rev. 2.7

GPS-Aided INS Datasheet Rev. 2.7 1 The Inertial Labs Single and Dual Antenna GPS-Aided Inertial Navigation System INS is new generation of fully-integrated, combined GPS, GLONASS, GALILEO, QZSS and BEIDOU navigation and highperformance

More information

ARKBIRD-Tiny Product Features:

ARKBIRD-Tiny Product Features: ARKBIRD-Tiny Product Features: ARKBIRD System is a high-accuracy autopilot designed for fixed-wing, which has capability of auto-balancing to ease the manipulation while flying. 1. Function all in one

More information