Virginia Commonwealth University. Helo UAS. Helicopter Unmanned Aircraft System. Authors: Robert A.Gleich III Robert C. DeMott II James W.

Size: px
Start display at page:

Download "Virginia Commonwealth University. Helo UAS. Helicopter Unmanned Aircraft System. Authors: Robert A.Gleich III Robert C. DeMott II James W."

Transcription

1 Helo UAS Helicopter Unmanned Aircraft System Authors: Robert A.Gleich III Robert C. DeMott II James W. Homan Advisor: Dr. Robert H. Klenke Submitted: 1 June 2007 Abstract This paper discusses s design and implementation of an unmanned aircraft system (UAS) to compete in the 2007 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 resolution digital 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 19

2 Table of Contents Abstract...1 Table of Contents...2 Design Overview...3 Custom Flight Control System...4 COTS Component Selection...4 Vehicle...5 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...10 GCS Server...10 GCS Control Client...10 Map Display...11 Telemetry Panel...11 Telemetry Gauges...11 Parameter Control Forms...11 Intelligent Reconnaissance Imaging System...12 Camera...12 Video System...13 Video Tx/Rx...13 Digital Video Recorder...13 Gimbal...13 Control Unit...13 Wireless Image Transfer...14 IRIS Workstations and Software...14 Power System...15 Operational Setup...16 Flight Control Operator...16 Video System Operator...17 Intelligence Analysts...17 Safety...17 Fail-safe flight modes...17 Return Home...17 Stability Augmentation Mode...17 Flight Terminate...18 Batteries...18 Transmission Loss...18 Failure Modes Analysis...18 Conclusion...19 Acknowledgements...19 Page 2 of 19

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 imagery and Wifi communications systems have also been developed, both firsts for the VCU UAS program. Commercial-off-the-shelf (COTS) components have been utilized for digital imaging 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 2007 AUVSI UAV Competition. System Architecture Overview Page 3 of 19

4 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 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 Page 4 of 19

5 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. 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 19

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. In addition to meeting the above requirements, the FCS is capable of autonomous takeoff and adjustment of control algorithm parameters in real time. 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. 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 Page 6 of 19

7 control of each algorithm, with the RC pilot controlling the remaining aspects of flight. Since 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 19

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 19

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

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 19

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 19

12 Intelligent Reconnaissance Imaging System The AUVSI rules state that the Imagery System must be capable of the following features: 1) The system will locate and display images of targets to the judges. 2) The system will be able to identify target parameters from various altitudes. 3) The system will be able to capture images and identify target parameters up to sixty degrees from directly below the vehicle. 4) The system will be able to provide actionable intelligence: imagery, location, and parameters to the judges. The requirements above dictate that the system must be equipped with an imaging system that is capable of locating targets and identifying unique features of those targets. Furthermore, the system must be high-resolution, be able to be pointed independent from the vehicle s orientation, and ideally, be able to provide images in real-time. To provide this real-time, actionable intelligence, the team has developed an Intelligent Reconnaissance Imaging System, or IRIS. The IRIS components include a digital camera, gimbal, video system, control unit, and ground station software, as shown in the figure below. Intelligent Reconnaissance Imaging System Architecture Camera The team elected to use the Canon S2 IS digital camera. The S2, known as an advanced point and shoot camera, was selected over smaller point and shoot cameras and more sophisticated SLR cameras for its greater zoom capability, faster lens and shutter speed, and its lighter weight and lower cost when compared to SLR cameras. The camera s image resolution is capable of identifying target parameters from high altitudes; from 500, the image will have a pixel Page 12 of 19

13 resolution of less than 1.5. The table below illustrates the effective distance per pixel for images captured at various altitudes. Altitude Horizontal Vertical Dist/Pixel - X Dist/Pixel - Y (Feet) Feet Inches Feet Inches Feet Inches Feet Inches Video System Video Tx/Rx The camera is utilized twofold; in addition to taking high resolution images, the camera s composite video out (TV connection) is used to transmit what the camera sees to the GCS using the 1.2 GHz video transmitter. The ground station portion of this link consists of a wireless video receiver connected to a high gain flat panel antenna. The video system aids operators with target identification and discrimination. Digital Video Recorder To assist the video system operator in his or her task of reviewing the incoming images in realtime, the video system includes a commercial Digital Video Recorder (DVR). The DVR allows the operator to not only record the video of the entire flight, but also to pause, rewind, and fastforward the live video stream without disturbing the recording. Thus, at any time, when the operator sees something that may be of interest, he or she can stop the playback and rewind to the point where the object was seen. Then when identification of the object is complete, the operator can fast-forward through the recorded video to re-sync with the live stream. Gimbal A unique gimbal system is constructed of a lightweight, high-strength material known as G-10. The gimbal provides two axes of movement, pan and tilt, with 360 and 180 degrees of motion, respectively. The gimbal structure also acts as the landing gear, elevating the aircraft and allowing the camera to be mounted directly under the drive shaft, the area of least vibration and instability. Additionally, the entire landing gear pans with the camera, ensuring that the landing gear never obstructs the camera s field of view. Control Unit The IRIS control unit (ICU) is a small single board computer (SBC) which includes a 400 MHz processor running a Linux distribution. The ICU provides serial and USB communication ports, and is outfitted with a 2.4 GHz WiFi communication package. The FCS communicates with the ICU through the serial port, sending ground station commands and telemetry data. Communicating with the camera through USB, the ICU sends commands and can also modify Page 13 of 19

14 camera stored images to embed telemetry data in the image EXIF data. This is essential for imagery analysis on the ground. Wireless Image Transfer The Wireless Image Transfer system is capable of transmitting high-resolution images from the aircraft to the ground station in real time. The g 2.4GHz system is capable of transferring large amounts of data over large distances. Airborne components of the system include the integrated Wifi on the ICU, a 250mW amplifier, and a high-gain omni-directional antenna. A directional antenna, amplifier, and COTS wireless router are the ground based portion of the system. The router is configured with custom software that optimizes transfer parameters, such as packet size and transmit power based on link status. The system is designed to be capable of image transfer from any location within the mission area of operation. IRIS Workstations and Software Imagery collection and analysis computers are organized in a server-client architecture much like the Ground Control system. The imagery server (which doubles as an analysis workstation) is connected to the Wireless Image Transfer system and collects images from the IRIS Control Unit. As images are loaded into the server, custom software parses the EXIF telemetry and location data. Using this information, the image is orthographically rectified and geographically located to allow for easy interpretation by the analysts. The imagery analysis client software displays high-resolution images from the server and is capable of displaying the real-time video feed. In addition to these displays, analysts are provided an overview map of the mission area and several point-and-click tools. Analysts can pan, rotate, and scale images, measure features, and process and classify targets. Automated target filing and error checking ensure that analysts provide the most accurate and complete intelligence, even when facing the stress from the mission. The software is capable of creating individual target reports on the fly, as well as producing a final report of all target locations and parameters. Imagery Analysis Client Page 14 of 19

15 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. Helo UAS Power System Page 15 of 19

16 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 Image Analysis Image Analysis Intelligence Analyst Intelligence Analyst Video Control Operator Video Station 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 16 of 19

17 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 Analysts 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 17 of 19

18 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 18 of 19

19 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. Jeremy Crews Mr. Mark Schon Mr. Brian Thomas Page 19 of 19

2008 AUVSI Student Competition Helicopter Unmanned Aircraft System

2008 AUVSI Student Competition Helicopter Unmanned Aircraft System 2008 AUVSI Student Competition Helicopter Unmanned Aircraft System Authors: Robert C. DeMott II Joshua S. Grinnan Jose E. Ortiz Advisor: Dr. Robert H. Klenke Submitted: May 28, 2008 Abstract The following

More information

ISTANBUL TECHNICAL UNIVERSITY TEAM HEZARFEN AUVSI 2013 Journal Paper

ISTANBUL TECHNICAL UNIVERSITY TEAM HEZARFEN AUVSI 2013 Journal Paper ISTANBUL TECHNICAL UNIVERSITY TEAM HEZARFEN AUVSI 2013 Journal Paper Abstract UAS of Team Hezarfen from Istanbul Technical University is explained in this paper. Aerial vehicle is a multicopter (hexacopter)

More information

INSPIRE 1 Quick Start Guide V1.0

INSPIRE 1 Quick Start Guide V1.0 INSPIRE Quick Start Guide V.0 The Inspire is a professional aerial filmmaking and photography platform that is ready to fly right out of the box. Featuring an onboard camera equipped with a 0mm lens and

More information

UAS of Team Hezarfen from Istanbul Technical University is explained in this paper. Aerial

UAS of Team Hezarfen from Istanbul Technical University is explained in this paper. Aerial ISTANBUL TECHNICAL UNIVERSITY TEAM HEZARFEN Auvsi 2014 Journal Paper Abstract UAS of Team Hezarfen from Istanbul Technical University is explained in this paper. Aerial vehicle is a multicopter(hexacopter)

More information

UCSD AUVSI Unmanned Aerial System Team. Joshua Egbert Shane Grant

UCSD AUVSI Unmanned Aerial System Team. Joshua Egbert Shane Grant UCSD AUVSI Unmanned Aerial System Team Joshua Egbert Shane Grant Agenda Project background and history System design overview Gimbal Stabilization Target Recognition Lessons Learned Future Work Q&A UCSD

More information

LibrePilot GCS Tutorial

LibrePilot GCS Tutorial LibrePilot GCS Tutorial BY Wirginia Tomczyk page 1 of 13 Introduction The first dron of Drone Team project use Open Pilot Copter Control (CC). It is the flight controller supported by LibrePilot firmware.

More information

INSPIRE 1 Release Notes

INSPIRE 1 Release Notes 2017.07.10 1. All-in-One firmware version updated to v01.11.01.50. 2. Remote Controller firmware version updated to v1.7.80. 3. DJI GO app ios version updated to v3.1.13. 4. DJI GO app Android version

More information

INSPIRE 1 Release Notes

INSPIRE 1 Release Notes 2016.12.15 1. All-in-One firmware version updated to v1.10.1.40. 2. DJI GO app ios version updated to v3.1.1. 3. DJI GO app Android version updated to v3.1.1. What s New: 1. Optimized Flight Restriction

More information

Trimble UAS Portfolio Update. August 25 th 2015

Trimble UAS Portfolio Update. August 25 th 2015 Trimble UAS Portfolio Update August 25 th 2015 Trimble UAS Portfolio Updates Trimble UX5 Setting the Standard in Mapping Trimble UX5 HP High Precision Surveying and Mapping Solution Trimble ZX5 Flexible

More information

Camera gimbal control system for unmanned platforms

Camera gimbal control system for unmanned platforms 8 th International Symposium Topical Problems in the Field of Electrical and Power Engineering Pärnu, Estonia, January 11-16, 2010 Camera gimbal control system for unmanned platforms Kristjan Tiimus, Mart

More information

Epic Made Easy The Redesigned 350 QX3

Epic Made Easy The Redesigned 350 QX3 Available November 2014 350 QX3 AP Combo BLH8160 (APC) Epic Made Easy The Redesigned 350 QX3 Capturing spectacular aerial video and stills is even easier with the new Blade 350 QX3. Its simplified controls,

More information

ŀnorth Carolina State University Aerial Robotics Club

ŀnorth Carolina State University Aerial Robotics Club Aerial Robotics Club ŀnorth Carolina State University Monday, May 24, 2010 The North Carolina State Aerial Robotics Club is entering the ArcWulf Unmanned Aircraft System (UAS) into the 2010 Association

More information

DJI Ace One product release notes

DJI Ace One product release notes Date : 26 July 2012 Ace One firmware version : 4.02 Ace Assistant software version : 2.4 Low Voltage Warning Semi Auto Takeoff & Landing (Optional) Ground Station chargeable functions: View (optional)

More information

UAV Hyperspectral system for remote sensing application

UAV Hyperspectral system for remote sensing application UAV Hyperspectral system for remote sensing application The system consists airborne imaging spectrophotometer placed on a frame suitable for use aircraft, a UAV helicopter and all components needed for

More information

THE VANGUARD LONG RANGE SURVEILLANCE DRONE BEST USED FOR SURVEILLANCE & SECURITY INSPECTION & DETECTION WILDLIFE & GAME

THE VANGUARD LONG RANGE SURVEILLANCE DRONE BEST USED FOR SURVEILLANCE & SECURITY INSPECTION & DETECTION WILDLIFE & GAME THE VANGUARD LONG RANGE SURVEILLANCE DRONE The Vanguard, our most popular UAV, is a long range surveillance drone with a configurable Data Link video Range and flight times. The Vanguard drone system is

More information

Project: UAV Payload Retract Mechanism. Company Background. Introduction

Project: UAV Payload Retract Mechanism. Company Background. Introduction Ascent Vision Technologies LLC 90 Aviation Lane Belgrade, MT 59714 Tel 406.388.2092 Fax 406.388.8133 www.ascentvision.com Project: UAV Payload Retract Mechanism Company Background Ascent Vision Technologies

More information

Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application

Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application Multi-Band (Ku, C, Wideband - Satcom, Narrowband Satcom) Telemetry Test System for UAV Application Murat IMAY Turkish Aerospace Ind, Inc. Ankara, Turkey mimay@tai.com.tr, muratimay@gmail.com ABSTRACT "This

More information

STEP 1: MODULE MOUNTING / WIRING:

STEP 1: MODULE MOUNTING / WIRING: VER1.0 PINOUT DIAGRAM: PORT 1 - INPUT 1 (S.BUS, PWM, PPM INPUT) PORT 2 - INPUT 2 (PWM MODE INPUT OR AUX OUTPUT DEFINED IN SOFTWARE) PORT 3 - OUTPUT 1 (S.BUS OUTPUT) PORT 4 - OUTPUT 2 (SERVO OUTPUT) PORT

More information

PixHawk and Marvelmind Integration Manual. PixHawk/APM Integration with Marvelmind mobile beacon

PixHawk and Marvelmind Integration Manual. PixHawk/APM Integration with Marvelmind mobile beacon PixHawk and Marvelmind Integration Manual PixHawk/APM Integration with Marvelmind mobile beacon The guide assumes that: 1) The user has configured the copter according to the recommendations available

More information

DJI MATRICE 600 Release Notes

DJI MATRICE 600 Release Notes Date : 2018.04.17 Aircraft Firmware : V 1.0.1.66 DJI GO App : ios V 3.1.31, Android V 3.1.30 DJI Assistant 2 : V 1.1.7 Aircraft Firmware: Improved altitude measuring precision by lowering barometer drift

More information

MAVIC PRO. Quick Start Guide V1.4

MAVIC PRO. Quick Start Guide V1.4 MAVIC PRO Quick Start Guide V1.4 Aircraft The DJITM MAVICTM Pro is DJI's smallest flying camera, featuring a fully stabilized camera, Intelligent Flight Modes and Obstacle Avoidance inside a revolutionary

More information

ipad Navigation Map and FPV live video can be displayed with P-in-P (above) or Side-by-Side (below) layout. Custom Telemetry can be shown in either

ipad Navigation Map and FPV live video can be displayed with P-in-P (above) or Side-by-Side (below) layout. Custom Telemetry can be shown in either Camera Overview FPV Camera brings a complete new FPV flying experience for DJI Phantom 3 Pro/Adv and Inspire 1 with innovative Navigation Map to let experienced pilots flying safer and more enjoyable.

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2018.04.18 Remote Controller Firmware: DJI GO 4 app: V01.02.0100 V01.01.0010 ios V 4.2.12 or above, Android V 4.2.12 or above Added support for adjusting the maximum velocity of aircraft s real-time

More information

User s Guide. SmartAP 4. Flight Control System. SmartAP AutoPilot User s Guide. All rights reserved

User s Guide. SmartAP 4. Flight Control System.  SmartAP AutoPilot User s Guide. All rights reserved SmartAP 4 Flight Control System User s Guide All rights reserved Contents Contents... 2 Introduction... 3 Description... 3 Flight performance... 3 General... 3 Processor... 3 Sensors... 3 Interfaces...

More information

Make a Quadcopter using KK Flight Controller

Make a Quadcopter using KK Flight Controller Make a Quadcopter using KK 2.1.5 Flight Controller 1 Typical Applications A quadcopter, also called a quadrotor helicopter or quadrotor, is a multirotor helicopter that is lifted and propelled by four

More information

DJI MATRICE 600 PRO Release Notes

DJI MATRICE 600 PRO Release Notes Date : 2017.10.24 Aircraft Firmware : V 1.0.1.65 DJI GO App : ios V 3.1.18, Android V 3.1.11 DJI Assistant 2 : V 1.1.6 Aircraft Firmware: Increased flight safety. Fixed issue of output error when F channel

More information

THE AIVA FLY-BY-WIRELESS UAV PLATFORM

THE AIVA FLY-BY-WIRELESS UAV PLATFORM THE AIVA FLY-BY-WIRELESS UAV PLATFORM The AIVA project concerns to an UAV aimed to perform aerial surveillance, forest fire detection and also to monitor high voltage cables for stress or failures. The

More information

SAE AERO TELEMETRY SYSTEM. Catherine Kanama

SAE AERO TELEMETRY SYSTEM. Catherine Kanama SAE AERO TELEMETRY SYSTEM Catherine Kanama SAE Aero Advanced Class Competition The advanced class involves designing and building a cargo plane to simulate remotely dropping humanitarian aid packages onto

More information

ESTGIS 2012 Priit Leomar 1

ESTGIS 2012 Priit Leomar 1 5.12.2012 ESTGIS 2012 Priit Leomar 1 ELI 1995 Haljas tee 25 Tallinn 12012 Estonia +372 6480242 eli@eli.ee 5.12.2012 ESTGIS 2012 Priit Leomar 2 MAIN ACTIVITIES ELI ELI MILITARY SIMULATIONS ELI ENGINEERING

More information

ZLog Z6R Altitude Data Recording and Monitoring System

ZLog Z6R Altitude Data Recording and Monitoring System ZLog Z6R Altitude Data Recording and Monitoring System 2014-04-28 Page 1 of 24 Introduction ZLog was designed to provide a lightweight, compact device for measuring and recording altitude over time. It

More information

ZYX User Manual V Revision

ZYX User Manual V Revision ZYX User Manual V.00 206.07.26 Revision Contents Warning and Disclaimer... 3 I. Product Introduction... 4 II. Product List... 5. Package Contents... 5 III. Mounting & Configuration... 6. Gimbal Controller

More information

Attach the propeller, install the battery and you enter the fascinating world of photography and aerial video.

Attach the propeller, install the battery and you enter the fascinating world of photography and aerial video. XPLORER V - XIRO - HD XPLORER V Platform 3-axis stabilized HD Camera 1080 Manufacturer:XIRODRONE Reference:AXR-16001 Loyalty points offered:291 Price:699.00 XPLORER V - XIRO - HD EVERYTHING YOU NEED IN

More information

9 Degrees of Freedom Inertial Measurement Unit with AHRS [RKI-1430]

9 Degrees of Freedom Inertial Measurement Unit with AHRS [RKI-1430] 9 Degrees of Freedom Inertial Measurement Unit with AHRS [RKI-1430] Users Manual Robokits India info@robokits.co.in http://www.robokitsworld.com Page 1 This 9 Degrees of Freedom (DOF) Inertial Measurement

More information

Unmanned Aerial Vehicle Competition Team Fixed Wing

Unmanned Aerial Vehicle Competition Team Fixed Wing Unmanned Aerial Vehicle Competition Team Fixed Wing May 31, 2007 Faculty Advisor: Dr. Charles Reinholtz Graduate Teaching Assistants: Ben Dingus Rick Bis Shane Barnett Undergraduate Team Members: David

More information

TG VR Gimbal User Manual V Accsoon. All Rights Reserved.

TG VR Gimbal User Manual V Accsoon. All Rights Reserved. TG20 360 VR Gimbal User Manual V1.0 20161209 www.accsoon.com E-mail: salse@accsoon.com 0 Disclaimers and Warnings Congratulations on purchasing you new VR Gimbal. Please read this manual and disclaimer

More information

FPVMODEL. Rescue-2. Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions USER MANUAL

FPVMODEL. Rescue-2. Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions USER MANUAL FPVMODEL Rescue-2 USER MANUAL Integrated with 1 OX Zoom HD Camera Intended for Search and Rescue Missions FP IU n-= WWW.FPVMODEL.COM Copyright 201 7 FPVMODEL LIMITED WARNING AND DISCLAIMER Make sure not

More information

Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter

Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter Estimation of Altitude and Vertical Velocity for Multirotor Aerial Vehicle using Kalman Filter Przemys law G asior, Stanis law Gardecki, Jaros law Gośliński and Wojciech Giernacki Poznan University of

More information

Navigational Aids 1 st Semester/2007/TF 7:30 PM -9:00 PM

Navigational Aids 1 st Semester/2007/TF 7:30 PM -9:00 PM Glossary of Navigation Terms accelerometer. A device that senses inertial reaction to measure linear or angular acceleration. In its simplest form, it consists of a case-mounted spring and mass arrangement

More information

ROBOT TEAMS CH 12. Experiments with Cooperative Aerial-Ground Robots

ROBOT TEAMS CH 12. Experiments with Cooperative Aerial-Ground Robots ROBOT TEAMS CH 12 Experiments with Cooperative Aerial-Ground Robots Gaurav S. Sukhatme, James F. Montgomery, and Richard T. Vaughan Speaker: Jeff Barnett Paper Focus Heterogeneous Teams for Surveillance

More information

UNIVERSAL CONTROL METHODOLOGY DESIGN AND IMPLEMENTATION FOR UNMANNED VEHICLES. 8 th April 2010 Phang Swee King

UNIVERSAL CONTROL METHODOLOGY DESIGN AND IMPLEMENTATION FOR UNMANNED VEHICLES. 8 th April 2010 Phang Swee King UNIVERSAL CONTROL METHODOLOGY DESIGN AND IMPLEMENTATION FOR UNMANNED VEHICLES 8 th April 2010 Phang Swee King OUTLINES Introduction Platform Design Helicopter Avionics System Ground Station Sensors Measurement

More information

DJI GS PRO. User Manual V

DJI GS PRO. User Manual V DJI GS PRO User Manual V1.4 2017.03 Video Tutorials Virtual Fence Mission 3D Map Area Mission Waypoint Flight Mission 2 2017 DJI All Rights Reserved. Contents Video Tutorials 2 Disclaimer 4 Warning 4 Introduction

More information

FAQ. (frequently asked questions)

FAQ. (frequently asked questions) CONTROL modes FAQ (frequently asked questions) When will the MōVI M10, MōVI MR, MōVI M5 ship? The MōVI M10 and MR ships next day and the MōVI M5 will begin shipping in the end of the first quarter of

More information

An Arduino-Based System for Controlling UAVs through GSM

An Arduino-Based System for Controlling UAVs through GSM An Arduino-Based System for Controlling UAVs through GSM Perla Krishnakanth Department of Embedded Systems, Nova College of Engineering and Technology, Hyderabad, Telangana 501512, India. Abstract: Long

More information

Leica Geosystems UAS Airborne Sensors. MAPPS Summer Conference July 2014 Alistair Stuart

Leica Geosystems UAS Airborne Sensors. MAPPS Summer Conference July 2014 Alistair Stuart Leica Geosystems UAS Airborne Sensors MAPPS Summer Conference July 2014 Alistair Stuart 1 Sensors for UAS! Promise of UAS is to expand aerial data acquisition capabilities for traditional and non-traditional

More information

The MK Proven technology, redefined (0) MikroKopter.de

The MK Proven technology, redefined (0) MikroKopter.de The MK8-3500 Proven technology, redefined 10 years MikroKopter HiSystems GmbH Flachsmeerstr. 2 26802 Moormerland www. contact@hisystems.de 0049 (0) 4954 8932 520 Compact, robust and clever designed: The

More information

7.58 lbs (3440 g, including two batteries, without gimbal and camera)

7.58 lbs (3440 g, including two batteries, without gimbal and camera) Appendix Specifications Aircraft Weight Max Takeoff Weight GPS Hovering Accuracy Max Angular Velocity Max Tilt Angle Max Ascent Speed Max Descent Speed Max Takeoff Sea Level Max Wind Speed Resistance T650

More information

PHANTOM 3. Quick Start Guide ADVANCED V1.2

PHANTOM 3. Quick Start Guide ADVANCED V1.2 PHANTOM 3 ADVANCED Quick Start Guide V.2 Phantom 3 Advanced It s time to meet your Phantom. The Phantom 3 Advanced s camera records video at up to 080p/60fps and captures 2 megapixel photos. Review the

More information

Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle

Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle Design and Development of Unmanned Tilt T-Tri Rotor Aerial Vehicle K. Senthil Kumar, Mohammad Rasheed, and T.Anand Abstract Helicopter offers the capability of hover, slow forward movement, vertical take-off

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2018.11.16 DJI GO 4 app: v01.02.0300 v01.01.0050 ios v4.3.0 or above, Android v4.3.0 or above Fixed a rare issue where compass interference altered the orientation of the aircraft. Fixed a rare issue

More information

CAMERA GIMBAL PERFORMANCE IMPROVEMENT WITH SPINNING-MASS MECHANICAL GYROSCOPES

CAMERA GIMBAL PERFORMANCE IMPROVEMENT WITH SPINNING-MASS MECHANICAL GYROSCOPES 8th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING 19-21 April 2012, Tallinn, Estonia CAMERA GIMBAL PERFORMANCE IMPROVEMENT WITH SPINNING-MASS MECHANICAL GYROSCOPES Tiimus, K. & Tamre, M.

More information

TEST RESULTS OF A GPS/INERTIAL NAVIGATION SYSTEM USING A LOW COST MEMS IMU

TEST RESULTS OF A GPS/INERTIAL NAVIGATION SYSTEM USING A LOW COST MEMS IMU TEST RESULTS OF A GPS/INERTIAL NAVIGATION SYSTEM USING A LOW COST MEMS IMU Alison K. Brown, Ph.D.* NAVSYS Corporation, 1496 Woodcarver Road, Colorado Springs, CO 891 USA, e-mail: abrown@navsys.com Abstract

More information

QBALL-X4 QUICK START GUIDE

QBALL-X4 QUICK START GUIDE QBALL-X4 QUICK START GUIDE A STEP BY STEP GUIDE TO FLY THE QBALL-X4 UAV This is a step by step guide to fly the Qball-X4 unmanned aerial vehicle. It is highly recommended to follow this guide particularly

More information

AUVSI SUAS Project Jatayu, RV College of Engineering

AUVSI SUAS Project Jatayu, RV College of Engineering AUVSI SUAS 2018 Project Jatayu, RV College of Engineering ABSTRACT In preparation for AUVSI SUAS 2018, Project Jatayu s objective was to design, develop, fabricate and verify an improved system that surpassed

More information

Autonomous Landing of an Unmanned Aerial Vehicle

Autonomous Landing of an Unmanned Aerial Vehicle Autonomous Landing of an Unmanned Aerial Vehicle Joel Hermansson, Andreas Gising Cybaero AB SE-581 12 Linköping, Sweden Email: {joel.hermansson, andreas.gising}@cybaero.se Martin Skoglund and Thomas B.

More information

Specifications. Inspire 2. Aircraft (Model: T650) 7.25 lbs (3290 g, including two batteries, without gimbal and camera)

Specifications. Inspire 2. Aircraft (Model: T650) 7.25 lbs (3290 g, including two batteries, without gimbal and camera) Specifications Inspire 2 Aircraft (Model: T650) Diagonal Distance(propeller excluded) Max Takeoff 8.82 lbs (4000 g) 7.25 lbs (3290 g, including two batteries, without gimbal and camera) 18 inch (605 mm,

More information

Mavic Pro Release Notes

Mavic Pro Release Notes Date : 2017.04.11 v01.03.0600 v4.0.7 v4.0.6 Added Fixed-Wing mode. For details about Fixed-Wing mode, please refer to the Intelligent Flight Mode section in user manual v1.6. Added an option to turn off

More information

Camera Drones Lecture 2 Control and Sensors

Camera Drones Lecture 2 Control and Sensors Camera Drones Lecture 2 Control and Sensors Ass.Prof. Friedrich Fraundorfer WS 2017 1 Outline Quadrotor control principles Sensors 2 Quadrotor control - Hovering Hovering means quadrotor needs to hold

More information

Multi-agent Collaborative Flight Experiment. Karl Hedrick UC Berkeley

Multi-agent Collaborative Flight Experiment. Karl Hedrick UC Berkeley Multi-agent Collaborative Flight Experiment Karl Hedrick UC Berkeley 1 Operated by the Naval Post Graduate School 2 !!" " #! " " $! %&!! % " ' "!! " $! %" " " %" $ " ' "!!" ("!! " $" " " ' $ " ' ) " $!*

More information

The 2011 AUVSI SUAS Competition Patuxent River, MD

The 2011 AUVSI SUAS Competition Patuxent River, MD The University of Texas at Austin Department of Aerospace Engineering and Engineering Mechanics UT Umanned Aerial Vehicle Group The 2011 AUVSI SUAS Competition Patuxent River, MD Authors: Project Manager:

More information

MINISTAB SYSTEM DESCRIPTION

MINISTAB SYSTEM DESCRIPTION MINISTAB SYSTEM DESCRIPTION Quote From Grampaw Pettibone: When you are flying a helicopter with an AFCS, you re not flying the helicopter you are flying the AFCS! The sooner you learn that, the sooner

More information

The mobile device holder can be tilted at different positions and angles. DO NOT force an overlarge mobile device into the mobile device holder.

The mobile device holder can be tilted at different positions and angles. DO NOT force an overlarge mobile device into the mobile device holder. Remote Controller Profile The Phantom 3 Standard remote controller features a 2.4 GHz WiFi Video Downlink, 5.8 GHz aircraft transmission system, and a built-in battery. It is capable of transmitting signals

More information

Vision-Based Navigation Solution for Autonomous Indoor Obstacle Avoidance Flight

Vision-Based Navigation Solution for Autonomous Indoor Obstacle Avoidance Flight Vision-Based Navigation Solution for Autonomous Indoor Obstacle Avoidance Flight Kirill E. Shilov 1, Vladimir V. Afanasyev 2 and Pavel A. Samsonov 3 1 Moscow Institute of Physics and Technology (MIPT),

More information

G2-AS100. Presents: A mid-format fully integrated photogrammetric camera

G2-AS100. Presents: A mid-format fully integrated photogrammetric camera Presents: G2-AS100 A mid-format fully integrated photogrammetric camera Designed and manufactured by Global Geo Supplies, Inc. Lone Tree, Colorado USA 1 TABLE OF CONTENTS CAMERA SPECIFICATIONS LENSES PERFORMANCE

More information

2002 Intelligent Ground Vehicle Competition Design Report. Grizzly Oakland University

2002 Intelligent Ground Vehicle Competition Design Report. Grizzly Oakland University 2002 Intelligent Ground Vehicle Competition Design Report Grizzly Oakland University June 21, 2002 Submitted By: Matt Rizzo Brian Clark Brian Yurconis Jelena Nikolic I. ABSTRACT Grizzly is the product

More information

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS

THIS IS THE CURRENT FF USER GUIDE AS OF PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS THIS IS THE CURRENT FF USER GUIDE AS OF 05-04-2012 PLEASE DO NOT USE ANY PREVIOUSLY DATED VERSIONS INTRODUCTION: I compiled this guide from information posted on RCGroups.COM and from GoodLuckBuy.COM where

More information

Leica Systems Overview

Leica Systems Overview RC30 AERIAL CAMERA SYSTEM Leica Systems Overview The Leica RC30 aerial film camera is the culmination of decades of development, started with Wild's first aerial camera in the 1920s. Beautifully engineered

More information

The Modern Archetype of Drones. Symmetrical facet design radiates a brilliance in the sky

The Modern Archetype of Drones. Symmetrical facet design radiates a brilliance in the sky The Modern Archetype of Drones Symmetrical facet design radiates a brilliance in the sky INSTANT FLYING The Xiro Xplorer is ready to fly right out of the box. Attach the propellers, install the battery

More information

Maintenance. Every Flying Session:

Maintenance. Every Flying Session: Maintenance Maintenance The Draganflyer series aircraft feature a direct drive system requiring minimal maintenance as compared to a tradition style helicopter with servo linkages, gears, drive shafts,

More information

Build and Test Plan: IGV Team

Build and Test Plan: IGV Team Build and Test Plan: IGV Team 2/6/2008 William Burke Donaldson Diego Gonzales David Mustain Ray Laser Range Finder Week 3 Jan 29 The laser range finder will be set-up in the lab and connected to the computer

More information

Overview of the Trimble TX5 Laser Scanner

Overview of the Trimble TX5 Laser Scanner Overview of the Trimble TX5 Laser Scanner Trimble TX5 Revolutionary and versatile scanning solution Compact / Lightweight Efficient Economical Ease of Use Small and Compact Smallest and most compact 3D

More information

User s Guide. SmartAP 3.x Pro. Flight Control System. SmartAP AutoPilot User s Guide. All rights reserved

User s Guide. SmartAP 3.x Pro. Flight Control System.  SmartAP AutoPilot User s Guide. All rights reserved SmartAP 3.x Pro Flight Control System User s Guide All rights reserved Contents Introduction... 3 Description... 3 General... 3 Sensors... 3 Firmware capabilities... 4 Flight Modes Overview... 4 Parts...

More information

Northwest UAV A GLOBAL COMPANY

Northwest UAV A GLOBAL COMPANY FULLY AUTONOMOUS CONTROL FOR UNMANNED VEHICLES Northwest UAV A GLOBAL COMPANY Where Precision and Reliability Soar! Fully Autonomous Control Hybrid, Multirotor, Fixed-wing, Heli, Missile, Ground Vehicle,

More information

1 P a g e. P13231 UAV Test Bed Flight Procedures

1 P a g e. P13231 UAV Test Bed Flight Procedures 1 P a g e P13231 UAV Test Bed Flight Procedures Table of Contents Introduction....3 One Time Operations... 3-4 Automated Flight... 5-6 FPV System 7 Seeded Faults.. 7 Data Management 8 On-Board Flash Memory

More information

Merging of Flight Test Data within the UMAT TDS

Merging of Flight Test Data within the UMAT TDS Merging of Flight Test Data within the UMAT TDS Tjorven Gerhard 1, Tobias Paul 1 1 ESG Elektroniksystem- und Logistik GmbH, Fürstenfeldbruck, Germany tobias.paul@esg.de Abstract: In close cooperation with

More information

The BOM [Broadcasting Outer Module]

The BOM [Broadcasting Outer Module] Avionics Reimagined The BOM [Broadcasting Outer Module] The first and only ALL-IN-ONE AVIONICS SUITE Distributed by: Adams Aviation Supply Co Ltd mail@adamsaviation.com www.adamsaviation.com BOM (Broadcasting

More information

DEFLECTION AND TWIST MEASUREMENT SYSTEM (DTMS) Model 47

DEFLECTION AND TWIST MEASUREMENT SYSTEM (DTMS) Model 47 Features DEFLECTION AND TWIST MEASUREMENT SYSTEM (DTMS) Model 47 Results are not affected by the motion or acceleration of the structure being tested Three or five degrees of freedom are measured between

More information

Zenmuse Z15-BMPCC User Manual

Zenmuse Z15-BMPCC User Manual Zenmuse Z15-BMPCC User Manual 2014.12 V1.2 Warning & Disclaimer Do not modify or adjust the Z15-BMPCC. The Z15-BMPCC has been calibrated specifically for the designated Camera and Lens before it leaves

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

Test Report iµvru. (excerpt) Commercial-in-Confidence. imar Navigation GmbH Im Reihersbruch 3 D St. Ingbert Germany.

Test Report iµvru. (excerpt) Commercial-in-Confidence. imar Navigation GmbH Im Reihersbruch 3 D St. Ingbert Germany. 1 of 11 (excerpt) Commercial-in-Confidence imar Navigation GmbH Im Reihersbruch 3 D-66386 St. Ingbert Germany www.imar-navigation.de sales@imar-navigation.de 2 of 11 CHANGE RECORD Date Issue Paragraph

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2017.12.13 Remote Controller Firmware: DJI GO 4 app: V01.01.0300 V01.01.0002 ios V 4.1.18 or above, Android V 4.1.18 or above Optimized Zenmuse X7 lens connection stability to fix an issue where

More information

Autopilot System. Specification V1.1

Autopilot System. Specification V1.1 Autopilot System Specification V1.1 Catalog Summary... 1 Specification... 2 1. Hardware... 3 MCU... 3 Sensors... 3 Communication... 3 Power... 3 Extension... 3 2. Interface... 5 1) PIN... 5 2) Looper...

More information

Adding New Instrumentation to Aircraft Platforms

Adding New Instrumentation to Aircraft Platforms Mark Jordan AV-8B Weapon Separation Test Team Lead NAVAIR 5.1.6.6 Air Vehicle Stores Compatibility Division Fighter and Attack Branch 2 HGR 201, Suite 1A 21960 Nickles Rd Patuxent River, MD 20670 Mark.Jordan@navy.mil

More information

hperry - 5/2/01 1 Real Time System Testing (MIT Lecture 31)

hperry - 5/2/01 1 Real Time System Testing (MIT Lecture 31) 1 Real Time System Testing (MIT 16.070 Lecture 31) MIT 16.070 Real Time System Testing The next three lectures will focus on: Lecture 30: (R 11.3) How to minimize failure in real time systems Methods used

More information

RTK. Quick Start Guide. v1.2

RTK. Quick Start Guide. v1.2 RTK Quick Start Guide v1.2 Phantom 4 RTK The PHANTOM TM 4 RTK is a smart mapping and imaging drone capable of highly accurate mapping functions. The aircraft has a built-in DJI TM Onboard D-RTK*, which

More information

OSMO. Quick Start Guide V1.0

OSMO. Quick Start Guide V1.0 OSMO Quick Start Guide V1.0 Overview The Osmo is a professional handheld gimbal that combines mobility and stability in one device. Its camera shoots sharp 12MP still photos and stable video at up to 4K.

More information

HALO 2000 GIMBAL SILENT MOTOR DRIVE TECHNOLOGY DIRECT DRIVE BRUSHLESS MOTORS HIGH PERFORMANCE IMU, GPS AND COMPASS

HALO 2000 GIMBAL SILENT MOTOR DRIVE TECHNOLOGY DIRECT DRIVE BRUSHLESS MOTORS HIGH PERFORMANCE IMU, GPS AND COMPASS HALO 2000 GIMBAL HALO 2000 GIMBAL The Halo 2000 is a three axes stabilised camera Gimbal, constructed from carbon fibre composite and built with leading-edge technology for film industry use. The carbon

More information

CYCLOPS TORNADO OSD V1.0 manual

CYCLOPS TORNADO OSD V1.0 manual CYCLOPS TORNADO OSD V1.0 manual Thanks for buying and using CYCLOPS OSD series products, please read this manual carefully before use. Installation of connections Important: select Jumper instructions:

More information

GPS-Aided Inertial Navigation Systems (INS) for Remote Sensing

GPS-Aided Inertial Navigation Systems (INS) for Remote Sensing GPS-Aided Inertial Navigation Systems (INS) for Remote Sensing www.inertiallabs.com 1 EVOLUTION OF REMOTE SENSING The latest progress in Remote sensing emerged more than 150 years ago, as balloonists took

More information

This was written by a designer of inertial guidance machines, & is correct. **********************************************************************

This was written by a designer of inertial guidance machines, & is correct. ********************************************************************** EXPLANATORY NOTES ON THE SIMPLE INERTIAL NAVIGATION MACHINE How does the missile know where it is at all times? It knows this because it knows where it isn't. By subtracting where it is from where it isn't

More information

07ATC 22 Image Exploitation System for Airborne Surveillance

07ATC 22 Image Exploitation System for Airborne Surveillance 07ATC 22 Image Exploitation System for Airborne Surveillance Karunakaran. P, Frederick Mathews, S.H.Padmanabhan, T.K.Sateesh HCL Technologies, India Copyright 2007 SAE International ABSTRACT The operational

More information

Ronin Release Notes. What s New?

Ronin Release Notes. What s New? Date : 2017.07.12 IMU Firmware : V 3.1 GCU Firmware : V 1.4 DJI Assistant App ios : V 1.1.28 PC Assistant V 2.5 MAC Assistant V 2.5 User Manual V 2.0 GCU firmware v1.4, PC/Mac Assistant v2.5. Added support

More information

Zenmuse Z15-A7. User Manual

Zenmuse Z15-A7. User Manual Zenmuse Z15-A7 User Manual V1.0 2015.4 Warning & Disclaimer The Z15-A7 gimbal has been calibrated specifically for the designated camera and lens before it leaves the factory. Please mount only the designated

More information

P15230 Quadcopter. Detailed Design

P15230 Quadcopter. Detailed Design P15230 Quadcopter Detailed Design Presentation Plan Project Overview Review Customer Needs Review Engineering Requirements Electrical Design Mechanical Design Software Overview Path Planning Design Lidar

More information

Make to Innovate Cardinal Flight Aerodynamics Team

Make to Innovate Cardinal Flight Aerodynamics Team Make to Innovate Cardinal Flight Aerodynamics Team Group Members: Alexander Scott Benjamin Vanduyne Brandon Ganey Joseph Cairo Lyle Sorensen 1 Abstract The purpose for this milestone was to construct an

More information

Inspire 2 Release Notes

Inspire 2 Release Notes Date: 2017.11.13 Remote Controller Firmware: DJI GO 4 app: V01.01.0200 V01.01.0002 ios V 4.1.14 or above, Android V 4.1.14 or above Added support for the Zenmuse X7 gimbal and camera. CineCore 2.1 now

More information

Sensor Fusion: Potential, Challenges and Applications. Presented by KVH Industries and Geodetics, Inc. December 2016

Sensor Fusion: Potential, Challenges and Applications. Presented by KVH Industries and Geodetics, Inc. December 2016 Sensor Fusion: Potential, Challenges and Applications Presented by KVH Industries and Geodetics, Inc. December 2016 1 KVH Industries Overview Innovative technology company 600 employees worldwide Focused

More information

Wireless Rotor Data Acquisition System

Wireless Rotor Data Acquisition System Wireless Rotor Data Acquisition System Item Type text; Proceedings Authors Kpodzo, Elias; DiLemmo, Marc; Wang, Wearn-Juhn Publisher International Foundation for Telemetering Journal International Telemetering

More information

Draganflyer X4 - Base Model SKU: DF-X4-BASE-PKG

Draganflyer X4 - Base Model SKU: DF-X4-BASE-PKG Innovative RC Aircraft & Aerial Video Systems Draganflyer X4 - Base Model SKU: DF-X4-BASE-PKG RTF Basic System With no unnecessary moving parts, the Draganflyer X4 helicopter will operate without maintenance

More information

Nanosatellite Communication Constellation Testbed for Autonomous Scheduling Algorithms to Enable Mission Performance Analysis and Demonstration

Nanosatellite Communication Constellation Testbed for Autonomous Scheduling Algorithms to Enable Mission Performance Analysis and Demonstration SSC17-S2-07 Nanosatellite Communication Constellation Testbed for Autonomous Scheduling Algorithms to Enable Mission Performance Analysis and Demonstration Alonzo E. Jenkins, Peter J. Yoo, and Cherry Y.

More information

DRONE MOUNTED NATURAL GAS PIPELINE LEAK DETECTION AND ASSET SAFETY MONITORING

DRONE MOUNTED NATURAL GAS PIPELINE LEAK DETECTION AND ASSET SAFETY MONITORING DRONE MOUNTED NATURAL GAS PIPELINE LEAK DETECTION AND ASSET SAFETY MONITORING KEY WORDS: Asset monitoring, Safety checks, performance analysis, Mid IR range, Laser based Methane detection, unmanned aerial

More information