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

Size: px
Start display at page:

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

Transcription

1 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 is a modified Senior Telemaster airframe with a custom autopilot system and a flight computer. Autopilot communicates with navigation software on ground via a 900MHz RF link while flight computer manages the payloads and relays images taken by the DSLR camera to the ground station via a 2.4GHz WIFI link. There is also a video camera with a 5.8GHz link with a wide angle lens to achieve better peripheral vision during flight. Two 72 MHz links are used for manual override for safety pilot and gimbal controller for camera. A Thunder Tiger 120 Nitro plane engine is used on the plane. Fuel capacity is 1500ml with %20 nitro and %10 lewis oil content. Payload system is powered via 22.2V 6000 mah LiPo batteries. Expected flight time is about thirty minutes. Best Regards Team HEZARFEN i

2 Table of Contents 1. Mission Overview Aerial Vehicle Vehicle Autopilot Payload Choice Of Camera PC Remote Control and Remote Shooting Aircraft PC Communication Links Communation Link Ground Systems Grand Control Station Command & Monitoring Center GPS Command & Monitoring Software Ground Control Image Processing Station Design Description Autonomy Mission Planning Safety Mechanical Design Electronic systems Design Termination Operation Data Processing & Target Recognition APPENDIX ii

3 1. Mission Overview Air vehicle has a MiniATX flight computer, connected to other avionics by CAN Bus, through interface cards designed in our laboratory. Main navigation and waypoint calculations are done on ground station and transmitted to autopilot via 900 MHz communication link 1. Imagery system consists of a DSLR camera and a lower resolution video camera with a wide angle lens. Output from the video camera is directed to a first person view headset worn by the imagery operator who also uses the gimbal controller on link RC2 to direct the camera. DSLR camera is controlled by flight computer and the pictures are tagged with position and time data and streamed to ground station. The mission could be seen appendix B. Top level block diagrams for the vehicle and the GCS are as follows: Video Camera Composite Video Transmitter 5.8 GHz DSLR Camera USB Flight Computer Ethernet Access Point 2.4GHz Auto Pilot PWM CAN BUS CAN BUS CAN BUS 72MHz Safety RC PWM Flight Computer RS232 PWM Aircraft Servos UART Interface Card UART ANALOG PWM PWM Camera Servos IMU GPS Air Speed RC2 72MHz 900MHz Xtend Figure 1: Block Diagram for Air Vehicle 1

4 2.4 GHz Access Point Ethernet Imagery Computer 900 MHz Xtend RS232 Ground Control & Navigation Computer Video 5.8 GHz Composite FPV Glasses Receiver 72MHz Gimbal Remote Control 72MHz Safety Pilot Remote Control Figure 2: Block Diagram for GCS 2. Aerial Vehicle 2.1. Vehicle Figure 3: Senior Telemaster The aircraft is a Senior Telemaster because it seems the best available option, as it could be seen from Appendix A. There wasn t enough space for all avionics in the hull, so the body is cut to create more space for all components. Gimbal and camera are attached to the bottom of the aircraft body with the help of these modifications. Original landing gear is also changed with a stronger one. Table 2.1. shows aircraft features. 2

5 Aircraft Senior Telemaster Weight 4800gr Payload 4500gr Wingspan 2384mm Body length 1624mm Wing area 86dm 2 Wing loading 108.1gr/dm nitro plane (thunder tiger) 20cc 3.3 Engine horse power 2-stroke Engine RPM RPM Engine weight 950gr with muffler Pressure ratio 10:1 Propeller 16*8 Servo Hitec HS-325 metal gear Servo voltage 7.2V Fuel %20 nitro, %10 lewis oil Fuel capacity 1500ml Gimbal DS01 for dslr Gimbal servo Savox high tork digital Gimbal pan/tilt +/- 60 Battery for avionic 22.2 V LiPo / 6000mAh --(900gr with nonflammable case) 2.2. Autopilot Table 2.1. Aerial Vehicle Components We are using a custom autopilot developed in our laboratory on a Gumstix Earth Computer-on-Module. All sensors are connected to interface cards that manage them and sends data over CAN Bus depending on configurations. Autopilot and flight computer are also connected to the same bus. This allows easy integration for new blocks to the system. For example, to use a different sensor, only the interface card needs to be reconfigured for the new part and with switches on the interface card parts of the system could be changed seamlessly. This gives the freedom to place sensors to optimal positions on the plane and easy replacements if an error occurs Payload It is very essential to design payload properly. Aircraft will be affected by payload directly. Thus, payload shall be designed and implemented within high margin rates. In this project, UAS payload consists of three main units; an imaging component, a processing device and a communication unit. The imaging component is a DSLR camera which was chosen as Canon 7D. Also, a second imaging component is planned to be used for scanning of area. This second camera has a wide angle lens to be got a wide area view 3

6 for imaging operator. Moreover, a pan-tilt mechanism is installed to be controlled of Canon 7D. The processing device points to two main devices. First device is the autopilot controller card and its peripherals, and second device is the PC which is used to be handled aerial photography. In similar way, communication unit includes two link devices. First is functioned for autopilot-ground control communication, and the other is used for photograph transfer Choice of Camera There are some key points for camera selection. Using of a DSLR camera matches project expectations within these key points. One of those is lens flexibility. Flight will be between 100 and 750 feet. Hence, a proper lens for this altitude interval can be selected easily. In addition to lens flexibility, another key point is focus plus shot time. To be got shorter focus plus shot time, a camera which has high performance CPU or even more than one CPU should be selected. Mass of camera has low priority due to the high margin. Some high performance cameras and other cameras, was used by participant teams in previous years, within requirement boundaries are examined in details. Final selection is determined as Canon 7D with mm lens. It is seen that test results meets with project expectations. Table 2.2 shows that timing of JPG burst mode, and Table 2.3represents USB transfer speed. Timing Frame rate Number of frames Write complete 32 GB SanDisk 8.0 fps > 320 ~ 1.0 sec Table 2.2: Timing of JPG burst mode Method EOS 7D USB 2.0 via EOS Utility (WIA) SanDisk Extreme Pro (using built in USB connector) SanDisk Extreme Pro in USB 2.0 reader Table 2.3: USB transfer speed. Transfer rate 15.4 MB/sec 14.3 MB/sec 21.5 MB/sec As a result of timing and speed of Canon 7D, auto focus plus shooting plus transferring to PC takes maximum 1.5 seconds. This is enough to be taken photos in burst mode. Hard disk of PC is a solid state disk, so transfer rate is higher than classical hard disks. 4

7 A video camera is used to supply continuous view. The video operator watches this video camera and sends shoot commands to aircraft s PC PC Remote Control and Remote Shooting To be taken of photographs, a remote control interface shall be built. Communication between ground control station-imaging system and aircraft s PC is done by using ethernet. Remote control of the PC is done by Windows Remote Desktop program. Remote shooting is achieved via Remote Camera Controller software which is prepared with Visual Basic.NET by using Canon EOS SDK. Software has timer to be shot according to an interval. Also, it has manual-one shot mode. Some camera configurations like aperture, ISO, shutter speed can be done with this interface. Figure 4 shows this GUI. Figure 4: EOS Remote Control software Figure 5 shows that a photograph which was taken with EOS Remote Control. The photograph has GPS data in its EXIF. Figure 5: Sample photograph that was taken via EOS Remote Control 5

8 Aircraft PC There are two PC s on aircraft. One is autopilot PC and its peripherals. Autopilot and sensor systems are explained under other section. So, it is not needed to be mentioned about those. Other PC is used to be held photography. Camera and router are connected to this PC. Remote Shooting and Remote Desktop software run on this PC. PC should have enough high performance, and it shall not be heavy. Its dimensions shall be suitable interval. This PC includes mainly Mini-ITX motherboard, and rest of the PC is assembled by us Communication Links Two communication ports are placed on aircraft. One of those is used to transfer commands & data between autopilot and ground station-monitoring. This product is DigiXtend900 1 Watt Link, and it uses 902 Mhz frequency band. Other is used to be linked aircraft-imaging PC and ground station-imaging. This link consists of two main units; router and antenna. The router is Ubiquiti Picostation M-2, and the Omnidirectional λ/4 Whip Antenna Communication Link Communication Link 1 is used for communication between GCS and autopilot. The reason we separated payload link with autopilot link is that payload link has a high bandwidth requirement since it will be transmitting high resolution images to the ground, so it might delay some critical data for autopilot. Operating frequencies are also separated to minimize the interference between autopilot and payload links. We only used standard frequency bands so if there is failure, replacement would be easier. ISM 900Mhz band is selected for communication link 1, because of its better propagation characteristics when compared to 2.4GHz band because communication link 1 carries critical data when compared to link 2. This comes with an increase in antenna size since the wavelength increases, but in our plane, this is not a problem. Figure 6: XTend OEM Module Digi s XTend 1Watt/900 MHz OEM RF modules are used on both ends for communication link 1 with half wave dipole antennas. While there were other options 6

9 that would serve our needs, our main selection criteria for this is ease of obtaining because of customs problems. We choose equipment we can obtain as fast as possible so we could start working on them earlier and if there is a need for replacement, we can replace them easily instead of waiting for week for arrival. 3. Ground Systems 3.1. Grand Control Station Command & Monitoring Center It is planned to be used one PC to transfer autopilot data, including set of commands which are sent to aircraft and set of measurement data which are taken from all sensors. In runtime, PC shall not malfunction. For stable running, a high performance chipset is needed. Also, RAM and GPU levels shall be high, and qualified for this type processing. Monitor of the PC can be clearly seen towards sun. After wide range searching, a PC was found that matches project expectations. The product is Samsung NP300V5A. Product specifications are given in Table 3.1 Part Spesification RAM 6 GB Processor Intel Core i7 2670QM Processor-speed 2.20 GHz Hard-Disc 640 GB Table 3.1: GCS-Monitoring PC spesification Some software are installed to PC. These are Matlab, Microsoft Visual Studio, Notepad++ and backup software GPS Command & Monitoring Software This program is written with C# language under Microsoft Visual Studio The main purpose of this program is to present incoming flight data to staff and, to send flight commands to aircraft. Given figures show ground control station interface. 7

10 Figure 7: Main screen with areas and flight path Figure 8: Waypoint editing mode 8

11 Figure 9: Fast waypoint mode Flight paths, no-flight zones and search areas can be defined, deleted and updated easily. All data are saved into file. Incoming flight data are received from COM port which is used by DigiXtend900 1 Watt Link, 902 Mhz. Instant positions of the aircraft are shown on map. This map is generated by C# extension, named GMAP Ground Control Image Processing Station Ground control image processing station unit consists of a computer that runs image processing algorithms and communication network of this computer and air vehicle. Data processing and target recognition operations and visualization of estimated results are performed in ground control image processing station. Operations will be performed continuous during the contest therefore a high performance PC is chosen. Ground control image processing station has a wireless communication between ground control station and flying air vehicle. Purpose of this communication is to transfer taken photographs to ground control station. Ubiquite rocket access point and 14 db directional antenna are used for communication. Taken photographs are transferred to ground control image processing station and all images saves and holds in a shared folder. Images are used in data processing & target recognition algorithms are pulled from shared folder. Established target images and operation logs are also saved in shared folder. Image processing results is written in a text file that indicates target characteristics and all text files related to main pictures. Moreover, image processing main steps are shown in the pop-up figures while image processing algorithms running. It is aim to finished visual user interface for image processing. User interface will represent real time flight video, processed image and target characteristic on the screen 9

12 4. Design Description 4.1. Autonomy Autonomous flight is expected as a competition requirement. Also autonomy is used in various parts of the system to increase efficiency and performance. Main autonomous parts of the system are: - Autopilot: Altitude hold, waypoint navigation, area search and return home functions. - Gimbal: Gimbal system can autonomously hold camera parallel to the ground. This helps with stable imagery and easier image processing. - Ground station: Automatic target detection as well as shape, color, background color and alphanumeric character, orientation and position properties of the target Mission Planning Mission planning is directly held by GCS-command center. Aircraft positions and states are processed and monitored also in this screen. No-flight zone, search area and flight path can be easily updated, removed, added. This program includes some GPS converting modes which can be needed to convert any GPS string forms. Figure 10 shows communication levels roughly. Figure 10: Get & send data diagram As the first step, communication link is done. Meanwhile, all telemetry data shall be received. Take-off will be manual-mode. So, autopilot is activated after take-off. Search areas, no-flight zones and flight paths are defined in GCS-command center. By clicking upload button, these data are parsed. Parsed data are uploaded part-by-part in order to not overflow CPU of the autopilot. All instant data are shown on map and monitoring screen. Landing will be manual-mode. So, if aircraft is close to landing point, manual overriding will be done. In this time, no command upload will occur. 10

13 4.3. Safety In all aviation projects, the most important thing is safety. Primarily personal safety and secondly system safety is taken into account in design. Mechanical and electrical systems are tested, reinforced and integrated for the purpose of safe flight. Systems safety and reliability explained below; Mechanical Design - Before integration, all parts of the system are tested. Mechanical design consists of three main parts. - Weight: All components are selected as light as possible. Total weight system is less than 55lbs. - Visibility: Color for vehicle is selected as shiny yellow and batteries are painted to blue for easier identification during if an accident happens. - Robustness: All part of system are attached by screws or secured with hot glue. Extra care is given to power cabling and cables are isolated as much as possible to prevent short circuits even if there is a crash Electronic Systems Design As well as automatic return home and flight termination features during a communication fail, there is also a switch that bypasses autopilot and get into manual flight mode with a flip. This switch also detects any autopilot fail early on and hands the controls to the safety pilot to prevent a dangerous crash. - Communication Links There are six different communication links, which are autopilot long range telemetry, RC safety link, wireless access point, RC Gimbal Link, Video Link Their frequencies are shown in Table 4.1 Communication Links RC Safety Link Autopilot Long Range Telemetry Wireless Access Point RC Gimbal Link Frequency 72MHz 902MHz 2.4GHz 72 MHz Video Link 5.8 GHz Table 4.1: Communication Frequency 11

14 - Manual Control Switch During flight, safety pilot should be able to take over control. Therefore there must be a system that can hand the control over the safety pilot from autopilot anytime. The switch circuit shown in the Figure 11, can switch to manual control from autopilot with a single switch flip on his remote controller. It also listens to a heartbeat signal generated by autopilot with a 100ms period. If this signal is lost due to an autopilot fail, control is handed to the safety pilot, preventing a possible crash Termination Figure 11: Switch circuit In case of an emergency, or according to termination rules, flight might be needed to get terminated. The termination process consists of 5 part. 1) Throttle closed 2) Full up elevator 3) Full right rudder 4) Full right aileron 5) Full Flaps down After these actions, air vehicle will start a spiral descend Operation Before flight, safety pilot tests the aircraft system s stability. We will use manual takeoff because of the additional complexity introduced by autonomous takeoff. When the aircraft is on level flight, autopilot is will take over. Figure 12 shows how aircraft will react to various events during autonomous flight. 12

15 Figure 12: Event reaction diagram 4.4. Data Processing & Target Recognition Data processing & target recognition are based on some operations on the original and refined images for the purpose of identification of target properties. All targets have particular characteristics such as location, orientation, shape, background color, alphanumeric symbols and alphanumeric color. These characteristics should be recorded. To record target characteristics, a sequential layer structure is developed in MATLAB. Image processing toolbox functions and written own MATLAB functions, are used in the sequential layer structure of data processing & target recognition. Targets may not appear in all images that are taken from air vehicle or more than one target may appear in one image. And also unexpected external or internal disturbances may have an negative impact in the image. These negative situations may cause to obtain incorrect results. Moreover, running of the whole data processing & target recognition algorithms on all images reduces the speed and accuracy of the performance. Therefore, before the whole data processing & target recognition operations, necessary preprocessing operations are performed on the image. Data processing & target recognition algorithms are given on Figure

16 Image Acquisition Preprocessing Morphologic Operations Mathematical Operations Target Identification Inner Part of Target Outer Part of Target Optical Character Recognition Color Detection Shape Recognition Color Detection Figure 13: Data Recognition & Target Recognition Steps First, original image is loaded and transferred to the MATLAB workspace. Proper size of original image is tuned to have better performance. Then, morphologic operations are performed to achieve the probable target regions. Original image is turned into grayscale image. Edge detection algorithm is utilized, thus binary images are obtained via detecting the differences of the grayscale image contrast. These binary images show edges. After eliminating outermost regions and tiny edges, more reliable probable target regions are achieved. 14

17 (a) (a) (b) (b) (c) (c) (d) (d) Figure 14: Steps of morphologic operations & mathematical operations. (a) Original image, (b) Grayscale image of original image, (c) Edge detected binary image of grayscale image, (d) Estimated possible target region after morphologic operations Remained regions are filtered by using the mathematical selection functions, desired target region is determined. Mathematical selection functions examine possible target regions by their size, area, ratio of length and width, connected component area and connected component size. This determined target region is named as target image and it is cropped from the original image. After these operations, recognition algorithms could be performed on the target image. Firstly target image separated into two parts. Therefore, color detection, optical character recognition and shape recognition algorithms are utilized on inner or outer parts of the target image. 15

18 (a) q (b) q (c) q Figure 15 : Target identification. (a) Estimated target region, (b) Outer part of target, (c) Inner part of target Color detection algorithm is applied to both parts, colors of background and alphanumeric symbol are obtained. Both parts of the target have three dimensional RGB space. According to this knowledge, approximated R-G-B values are compared with the R-G-B array that is defined in MATLAB code. Target shape is obtained by using shape features algorithms. All targets have unique shapes and properties. All shapes are easily noticed from shape database. According to this information, target shape could be obtained from the shape database. Optical character recognition algorithm gives alphanumeric letter/number. In this algorithm, alphanumeric data is compared with elements of alphanumeric database. After comparison, most similar solution is chosen. Optical character recognition also gives information about how many degrees the alphanumeric symbol is rotated from the initial axis. The goal of this action is to find exact rotation value. Data processing & target recognition operation includes morphologic operations, mathematical operations, optical character recognition, shape recognition and color detection algorithms. Alphanumeric symbols, alphanumeric color and background color of target characteristic is obtained successfully. Shape recognition algorithm is not fully ready. 16

19 5. APPENDIX Appendix -A Since we are not dealing with known values of wing area, it is more appropriate to look at the ratio of mass to areas. This is done by dividing all the masses by the wing area. With some simple rearrangement of the equation, we can isolate the payload ratio, as shown below. Now we can solve for the wing area from the payload mass-to-area ratio. The mass of the payload can be easily measured and the mass-to-area ratios of the total and airframe plus motor can be found with a simple calculation of the weight divided by a reference wing area. The battery ratio is slightly more complicated and involves such factors as mission duration, charge density, and efficiencies. In the above equation, and stand for the lift-to-drag ratio, mission duration, the efficiency coefficients of the motor and propeller used, respecitvely. By measuring the masses and areas of our components, we were able to find the values and ratios needed to solve the equation. The value used for the wing area was taken from an average of the three aircraft considered, seen below in Table. Senior Telemaster Piper Cup 120 Cessna 182 HK Average m Aircraft/Motor (kg) ,16 m Payload (kg) ,5 17

20 m Total (kg) 14,31 9,70 7,97 10,66 S (m 2 ) ,9 m Aircraft/Motor /S (kg/m 2 ) 1,16 1,25 1,5 1,3 m Total /S (kg/m 2 ) 16,6 15,1 19,92 17,2 Aircraft Performance Based on our mission and available components, we were able to choose values to estimate our battery ratio, as shown in Table. Mission Average Velocity Mission Duration 9,6m/s 40 min Aircraft Lift-to-Drag Ratio 8 Fuel Density 350 W-hr/kg Motor Efficiency 0.80 Propeller Efficiency 0.80 Mission Averages With all the values of the sizing equation known, we were able to determine the proper wing area for our aircraft. All of the models investigated for this selection have a wing area greater than that which would be ideal. The drawback with the Rascal aircraft was its tail dragger design, which introduced an additional challenge during aircraft take-off and landing. We, therefore, chose the Kadet Senior and Academy Hauler with their tripod gear configurations. 18

21 Appendix -B SHALL What have been done Rationale Expected Performance Takeoff Take off shall place within a designated area Air vehicle shall maintain steady flight between 100ft and 750ft MSL Waypoint Navigation Air vehicle shall autonomously overfly selected waypoints inside assigned airspace UAS shall not vary from the flight path given to take imagery Enroute Waypoints shall be achieved in order Area Search The air vehicle shall autonomously search for specific targets Characteristics of observed targets shall be recorded on a target data sheet Landing Landing shall be performed withind the designated area Safety Maximum takeoff gross weight of the vehicle shall be less than 55 lbs. The system shall provide sufficent information to determine if it is operating between no-fly/altitude boundaries The air vehicle shall be capable of manual override by the safety pilot during any phase of the flight The air vehicle shall automatically return home or terminate flight after loss of transmit signal for more than 30 sec. Takeoff tested with given specifications Flight tested within given limits Implemented navigation system Implemented gimbal system for camera Navigation system developed accordingly All area will be covered in flightpath Imagery operator will do the recording Landing tested with given specifications Vehicle lighter than the limit Flight parameters will be continously shown on GCS Manual RC link with override feature implemented Return home function implemented To be able to takeoff from specified area To be able to operate within boundaries To be able to photograph without effecting flight To control autopilot for proper waypoint navigation To be able to not miss any targets To be able to determine characteristics imagery software fails to do autonomously To be able to land in specified area safety To ensure proper operation and safety To avoid a crash in a system fail To ensure vehicle won't wander off and threat safety Successful takeoff from specified area Maintaining steady flight within boundaries Vehicle will be able to fly over given waypoints in assigned airspace Vehicle will not need to change its course for imagery Vehicle will achieve waypoints in order All targets will be detected and imaged All properties of all targets will be recorded Successful landing to specified area Vehicle will be lighter than the limit Flight parameters will be shown without interruption Safety pilot will be able to override the autopilot anytime by flipping a switch Aircraft will be able to return home 19

22 The air vehicle shall automatically terminate flight after loss of signal for 3 minutes. Return home system, if installed, shall be capable of activation by safety pilot Flight termination without an alternate recovery system shall select termination actions as given Maximum airspeed of the ait vehicle shall not exceed 100 KIAS. Batteries used in vehicle shall contain bright colors to faciliate locating them in the event of a crash. Takeoff shall not be from moving vehicles The system shall not exceed more than one motor vehicle and one trailer in the mission area Exotic, unusual fuels, batteries or components that might deem high risk shall not be used No objects shall depart from aircraft during flight Air Vehicle The system shall be limited to one air vehicle in air at any time The system shall not deploy or employ its own ground based sensors The system shall be capable of commanded altitude changes The air vehicle shall be capable of heavier than air flight The aircraft shall be free-flying, autonomous capable and have no entangling encumbrances such as tethers The aircraft shall comply with 2007 Official AMA Model Aircraft Safety Code with given exceptions Flight termination procedures implemented A switch will activate return home function on safety pilots controller Flight termination procedures implemented Vehicle operates within limits Yellow colored stickers applied to batteries No moving vehicles used in takeoff Only one motor vehicle and one trailer will be in the mission area Only tested and certified equipments used Everything fixed on plane properly There is only one vehicle No ground based sensors used Navigation system developed accordingly Vehicle is capable of heavier than air flight Vehicle is a fixed wing airplane Aircraft modified accordingly To ensure vehicle won't wander off and threat safety To ensure vehicle won't wander off and threat safety To ensure safe flight termination safety and obtain stable imagery Aircraft will be able to terminate flight safely Return home function will be able to triggered by safety pilot Aircraft will be able to terminate flight safely Vehicle will fly within speed limits Batteries could be easily spotted in an event of crash safety safety, not Vehicle will takeoff needed for our system on its own. Only one motor vehicle and one trailer will be in the mission area To ensure safe and stable operation To ensure safe and stable operation, not needed for our system, not needed for our system To be able to change altitudes during any emergencies or according to mission, stable imagery, longer flight time To ensure safe and stable operation under given conditions System will operate using only safe and known components No objects will depart aircraft during flight Only one vehicle will be on air in a given time System will operate without any ground sensors System will be able to change altitude on command Vehicle will perform heavier than air flight Vehicle will be able to perform autonomous flight Vehicle will comply with given safety specifications 20

23 The air vehicle shall be capable of takeoff and landing in crosswinds to the runway of 8 kts with gusts to 12 kts. The system shall be capable of completing mission objectives in temperatures up to 110 deg F at the surface. The system shall be cable of completing the mission after exposure to temperatures of 100 deg F for up to 10 hours. The system shall be capable of operating in fog conditions of visibility of 2 miles or greater with no precipitation The system shall be capable of operating during typical electromagnetic emissions at a military airfield, except at the frequency and channel used for command and control. Ground Control The ground control system displays shall be readable in bright sunlight conditions. The system shall display no fly zones to the operators and judges. The system shall display current air vehicle position with respect to the no fly zones to the operator and judges. The system shall display altitude (ft-msl) to the judges and operator. The system shall display indicated airspeed (KIAS) to the judges and operator. Payloads The UAS shall capture target images that can be displayed to the judges. Mission During the entire mission, air vehicles shall remain in controlled flight and within the no-fly Aircraft modified accordingly All subsystems are capable to work in given conditions All subsystems are capable to work in given conditions All subsystems are capable to work in given conditions Components that comply with specifications are used, power supplies are filtered, sensitive hardware enclosed Shades of displays bought GCS Software designed accordingly GCS Software designed accordingly GCS Software designed accordingly GCS Software designed accordingly Remote controllable imagery system with real-time downlink and on-vehicle storage implemented Navigation system developed accordingly To ensure safe and stable operation under given conditions To ensure safe and stable operation under given conditions To ensure safe and stable operation under given conditions To ensure safe and stable operation under given conditions To ensure safe and stable operation under given conditions To be able to operate in bright sunlight conditions and ensure safe and proper operation and ensure safe and proper operation and ensure safe and proper operation, process images during the flight and not to lose images in a communication fail Vehicle will be able to takeoff and land in given conditions Vehicle will operate in given conditions Vehicle will operate in given conditions Vehicle will operate in given conditions Vehicle will operate in given conditions Displays will be readable in bright sunlight No fly zones will be displayed on GCS screen Current vehicle position will be displayed on GCS screen Altitude will be displayed on GCS screen Airspeed will be displayed on GCS screen Images will be captured and send down to GCS Vehicle will not enter no-fly zones 21

24 boundary After takeoff, the air vehicles shall attain and remain in flight at an altitude between 100 and 750 ft MSL for the duration of the mission Once in autonomous flight, the vehicle shall operate with no direct pilot control to flight controls or power. The system shall be transported from the staging area to the mission site within 10 minutes of notification and availability of competition provided transportation The system shall be disassembled and transported off of the designated mission site within 20 minutes from the end of the mission. The system shall be capable of beginning the assigned mission within 40 min of arrival of the designated mission control sight. Navigation system developed accordingly Autopilot implemented System modified for easy assembly and disassembly System modified for easy assembly and disassembly System modified for easy assembly and disassembly Vehicle will remain in given limits during flight Vehicle will be able to fly autonomously during mission System will be transported to the site on time System will be transported off the site on time System will be able to begin assigned mission on time SHOULD Ground Control The system should be able to automatically detect/cue targets with a false alarm rate that does not exceed the detection rate. The system should be able to provide imagery and actionable intelligence in real time. The system should display search area boundaries to the operators and judges. The system should output target data (location (ddd.mm.ssss) & characteristics) in a format Implemented image processing software in Imagery system High-bandwith imagery link between plane and ground station, real time image processing GCS Software designed accordingly Imagery system designed to output in given format To quickly process received images and detect targets To be able to present imagery and actionable intelligence to judges real time in ground control station To ensure proper operation The system will be able to detect targets with a false alarm rate lower than %50 Images will be sent to ground and processed in real time to provide the data to the judges System will show search area boundaries in GCS screen Imagery system will output data in given format provided in attachment 2. Each identified target on the spreadsheet should contain an Spreadsheet will be To make a final Spreadsheet will have 22

25 embedded link to the associate image in a jpeg format. The ground control system should be able to output this target data to USB memory stick format. The system should have the capability to adjust mission search areas in flight Payloads The system should have the capability to capture imagery for up to 60 deg in all directions from vertically below the air vehicle Images should be provided to the judges in jpeg format The air vehicle should carry an RF communications relay payload capable of receiving data from a third party Simulated Remote Intelligence Center (SRIC) The SRIC has a directional antenna and will be located in the search area. The air vehicle should be capable of remaining within the beam width finalized by the imagery operator A Computer with a free USB port will be used in GCS Navigation system developed accordingly A gimbal system implemented for imagery Images are converted to desired format for judges A wireless access point configured as a bridge will be on air vehicle Air vehicle will circle above SRIC control on automatic identification data and ensure proper operation To be able to present the data in USB memory stick format To be able to cover a larger area without impacting flight To be able to provide connection between GCS and SRIC To ensure proper connection between GCS and SRIC links to the respected images Data will be able to provided in USB memory stick format System will be able to change search area during flight Gimball system will be able to direct camera with 60 deg pan and 60 deg tilt Judges will be presented jpeg images A stable link between SRIC and GCS will be able to maintained A stable link between SRIC and GCS will be able to maintained MAY Takeoff Systems utilizing launchers and/or not performing wheeled landing may utilize the grass immediately adjacent to the runway Will perform wheeled landing To ensure a more controlled and safe landing Vehicle will be able to land manually on wheels Area Search Air vehicles may search the area at any altitude between 100 and 750 ft MSL. Altitude will be decided depending on conditions on flight day To ensure proper imagery in flight days conditions Vehicle will be able to fly in any given altitude within limits Air Vehicle The aircraft may be of any Vehicle is a fixed Longer flight Vehicle will make heavier 23

26 configuration except lighterthan-air Ground Control Automatic target detection may be performed by any combination of the air vehicle side or the ground control side Payloads The images may be provided to the judges during the conduct of the mission or when handing in the mission report sheet. wing airplane Automatic target detection is done in GCS Images will be presented to judges with mission report sheet time and stable imagery To be able to process images faster To ensure all processing is done than air flight Images will be able to processed real time as they are acquired Images of all targets will be presented to judges on time Mission The sensor payload may be manually controlled while under autonomous flight Camera will be controlled by Imagery operator To ensure proper imagery for image processing software Camera will be directed to capture images of target 24

New functions and changes summary

New functions and changes summary New functions and changes summary A comparison of PitLab & Zbig FPV System versions 2.50 and 2.40 Table of Contents New features...2 OSD and autopilot...2 Navigation modes...2 Routes...2 Takeoff...2 Automatic

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

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

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

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

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

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

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane!

INSTRUCTIONS. 3DR Plane CONTENTS. Thank you for purchasing a 3DR Plane! DR Plane INSTRUCTIONS Thank you for purchasing a DR Plane! CONTENTS 1 1 Fuselage Right wing Left wing Horizontal stabilizer Vertical stabilizer Carbon fiber bar 1 1 1 7 8 10 11 1 Audio/video (AV) cable

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

NanoTimeLapse 2015 Series

NanoTimeLapse 2015 Series NanoTimeLapse 2015 Series 18MP Time Lapse and Construction Photography Photograph your project with the stunning clarity of a Canon EOS Digital SLR camera Mobile Broadband equipped and ready to capture,

More information

FOXTECH Nimbus VTOL. User Manual V1.1

FOXTECH Nimbus VTOL. User Manual V1.1 FOXTECH Nimbus VTOL User Manual V1.1 2018.01 Contents Specifications Basic Theory Introduction Setup and Calibration Assembly Control Surface Calibration Compass and Airspeed Calibration Test Flight Autopilot

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

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

MULTIPURPOSE QUADCOPTER SOLUTION FOR AGRICULTURE

MULTIPURPOSE QUADCOPTER SOLUTION FOR AGRICULTURE MULTIPURPOSE QUADCOPTER SOLUTION FOR AGRICULTURE Powered by COVERS UP TO 30HA AT 70M FLIGHT ALTITUDE PER BATTERY PHOTO & VIDEO FULL HD 1080P - 14MP 3-AXIS STABILIZATION INCLUDES NDVI & ZONING MAPS SERVICE

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

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

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

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

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

Hardware Modeling and Machining for UAV- Based Wideband Radar

Hardware Modeling and Machining for UAV- Based Wideband Radar Hardware Modeling and Machining for UAV- Based Wideband Radar By Ryan Tubbs Abstract The Center for Remote Sensing of Ice Sheets (CReSIS) at the University of Kansas is currently implementing wideband

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

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

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

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

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

ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL

ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL ROTATING SYSTEM T-12, T-20, T-50, T- 150 USER MANUAL v. 1.11 released 12.02.2016 Table of contents Introduction to the Rotating System device 3 Device components 4 Technical characteristics 4 Compatibility

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

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

Formation Flight CS 229 Project: Final Report

Formation Flight CS 229 Project: Final Report Formation Flight CS 229 Project: Final Report Zouhair Mahboubi Tao Wang December 11 th, 2009 Stanford University Abstract This paper is submitted as the requirement for the final project report for the

More information

1 P a g e. P13231 UAV Test Bed Setup Manual

1 P a g e. P13231 UAV Test Bed Setup Manual 1 P a g e P13231 UAV Test Bed Setup Manual Table of Contents Introduction....3 Wings... 3-4 Pitot Tube....3 Aileron Fault...4 Accelerometers.4 Fuselage.. 5-8 GPS.5 FPV System..5 ArduPilot 7 GoPro 7 Rudder

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

CamFi TM. CamFi User Guide. CamFi Remote Camera Controller. CamFi Limited Copyright 2015 CamFi. All Rights Reserved.

CamFi TM. CamFi User Guide. CamFi Remote Camera Controller. CamFi Limited Copyright 2015 CamFi. All Rights Reserved. CamFi TM CamFi User Guide CamFi Remote Camera Controller CamFi Limited Copyright 2015 CamFi. All Rights Reserved. Contents Chapter 1:CamFi at glance 1 Packaging List 1 CamFi Overview 1 Chapter 2:Getting

More information

The brain for the plane is the Airelectronics' U-Pilot flight control system, which is embedded inside the plane's fuselage, leaving a lot of space on

The brain for the plane is the Airelectronics' U-Pilot flight control system, which is embedded inside the plane's fuselage, leaving a lot of space on Airelectronics has developed a new complete solution meeting the needs of the farming science. The completely test Skywalkerplatform has been equipped with both thermal and multispectral cameras to measure

More information

Journal Paper 2016 AUVSI SUAS Competition University of Texas at Austin Unmanned Aerial Vehicle Team Darth Bevo

Journal Paper 2016 AUVSI SUAS Competition University of Texas at Austin Unmanned Aerial Vehicle Team Darth Bevo Journal Paper 2016 AUVSI SUAS Competition University of Texas at Austin Unmanned Aerial Vehicle Team Darth Bevo Faculty Advisor: Dr. Armand Chaput Staff Advisor and Safety Pilot: Mark Maughmer II Team

More information

Android User s Manual for the CamRanger Mini

Android User s Manual for the CamRanger Mini Android User s Manual for the CamRanger Mini US Patent 9712688 08/28/18 1 CamRanger Mini Hardware... 3 Setup... 3 CamRanger Mini App... 5 Connection Screen... 5 Main Screen... 6 Status Bar... 6 Recent

More information

AG-VA Fully Autonomous UAV Sprayers

AG-VA Fully Autonomous UAV Sprayers AG-VA Fully Autonomous UAV Sprayers One of the most advance sprayer technology on the market! Best Price - Best Flight Time - Best Coverage Rate - 1 Yr Warranty* The AG-VA UAV Sprayer is available in 3

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

Detrum GAVIN-8C Transmitter

Detrum GAVIN-8C Transmitter Motion RC Supplemental Guide for the Detrum GAVIN-8C Transmitter Version 1.0 Contents Review the Transmitter s Controls... 1 Review the Home Screen... 2 Power the Transmitter... 3 Calibrate the Transmitter...

More information

University of Maryland Maryland UAS Team AUVSI 2017 Competition Journal Paper. University of Maryland Maryland UAS Team Page: 1

University of Maryland Maryland UAS Team AUVSI 2017 Competition Journal Paper. University of Maryland Maryland UAS Team Page: 1 University of Maryland Maryland UAS Team AUVSI 2017 Competition Journal Paper University of Maryland Maryland UAS Team Page: 1 Table of Contents SYSTEMS ENGINEERING APPROACH MISSION REQUIREMENTS ANALYSIS

More information

Nikon D7100 Camera Kit. -Checklist and Operations Manual-

Nikon D7100 Camera Kit. -Checklist and Operations Manual- Airborne Digital Reconnaissance System (ADRS) Nikon D7100 Camera Kit -Checklist and Operations Manual- V4.2 October 21, 2014 National Headquarters, Civil Air Patrol 2 1.0 Equipment Pre-Mission Check 1.1

More information

University of California, San Diego AIAA AUVSI

University of California, San Diego AIAA AUVSI University of California, San Diego AIAA AUVSI Morgan Machado, Karthik Balakrishnan, Andrew Chan, Thomas Hong, David Klein, Joe Formanes, Mitch Harris, Michael Pattanachinda, Jeff Gollober, Neil Bloom,

More information

Nova Full-Screen Calibration System

Nova Full-Screen Calibration System Nova Full-Screen Calibration System Version: 5.0 1 Preparation Before the Calibration 1 Preparation Before the Calibration 1.1 Description of Operating Environments Full-screen calibration, which is used

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

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

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM PRODUCT MANUAL CAWTS03 v3.13 Mac OS ABOUT CASE AIR The Case Air Wireless Tethering System connects and transfers images instantly from your camera

More information

Featherweight GPS Tracker User s Manual June 16, 2017

Featherweight GPS Tracker User s Manual June 16, 2017 Featherweight GPS Tracker User s Manual June 16, 2017 Hardware Configuration and Installation The dimensions for the board are provided below, in inches. Note that with the antenna installed, the total

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

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM PRODUCT MANUAL CAWTS03 v3.14 Windows ABOUT CASE AIR The Case Air Wireless Tethering System connects and transfers images instantly from your camera

More information

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM PRODUCT MANUAL CAWTS03 v3.13 Apple ios ABOUT CASE AIR The Case Air Wireless Tethering System connects and transfers images instantly from your camera

More information

17 Wellington Business Park Crowthorne Berkshire RG45 6LS England. Tel: +44 (0)

17 Wellington Business Park Crowthorne Berkshire RG45 6LS England. Tel: +44 (0) 17 Wellington Business Park Crowthorne Berkshire RG45 6LS England Tel: +44 (0) 1344 234047 www.flightdatapeople.com Information Sheet www.flightdatapeople.com Commercial in Confidence Hosted Flight Data

More information

Jager UAVs to Locate GPS Interference

Jager UAVs to Locate GPS Interference JIFX 16-1 2-6 November 2015 Camp Roberts, CA Jager UAVs to Locate GPS Interference Stanford GPS Research Laboratory and the Stanford Intelligent Systems Lab Principal Investigator: Sherman Lo, PhD Area

More information

Virginia Commonwealth University. Helo UAS. Helicopter Unmanned Aircraft System

Virginia Commonwealth University. Helo UAS. Helicopter Unmanned Aircraft System 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:

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

DEPARTMENT OF THE AIR FORCE COMMANDANT OF CADETS US AIR FORCE ACADEMY

DEPARTMENT OF THE AIR FORCE COMMANDANT OF CADETS US AIR FORCE ACADEMY DEPARTMENT OF THE AIR FORCE COMMANDANT OF CADET U AIR FORCE ACADEMY DEVELOPING AN UNMANNED AIRCRAFT YTEM FOR INTELLIGENCE, URVEILLANCE, AND RECONNAIACE (IR) MIION Team:CC Keil Bartholomew, CC Matthew Bender,

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

North Carolina State University Aerial Robotics Club

North Carolina State University Aerial Robotics Club North Carolina State University Aerial Robotics Club MAE Box 7910 911 Oval Drive Raleigh, NC 27695 May 30, 2013 AUVSI Seafarer Chapter Re: NC State Aerial Robotics Club Journal Paper Submission Contest

More information

Nikon D7000 Camera Kit

Nikon D7000 Camera Kit Nikon D7000 Camera Kit -Checklist and Operations Manual- July 31, 2013 SRQ Composite Squadron, FLWG, Civil Air Patrol Page 1 of 30 1.0 Equipment Pre-Mission Check 1.1 Open the camera case and verify the

More information

NCSU ARC 2016 AUVSI SUAS Journal Paper

NCSU ARC 2016 AUVSI SUAS Journal Paper NCSU ARC 2016 AUVSI SUAS Journal Paper North Carolina State University Aerial Robotics Club Department of Mechanical and Aerospace Engineering North Carolina State University, Raleigh, NC 27695-7910 Email

More information

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM PRODUCT MANUAL CAWTS03 v3.13 Android ABOUT CASE AIR The Case Air Wireless Tethering System connects and transfers images instantly from your camera

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

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

DIGITAL PHOTOGRAPHY FOR OBJECT DOCUMENTATION GOOD, BETTER, BEST

DIGITAL PHOTOGRAPHY FOR OBJECT DOCUMENTATION GOOD, BETTER, BEST DIGITAL PHOTOGRAPHY FOR OBJECT DOCUMENTATION GOOD, BETTER, BEST INTRODUCTION This document will introduce participants in the techniques and procedures of collection documentation without the necessity

More information

Development of a Fixed-Wing Autonomous Aerial Vehicle at Virginia Tech

Development of a Fixed-Wing Autonomous Aerial Vehicle at Virginia Tech Development of a Fixed-Wing Autonomous Aerial Vehicle at Virginia Tech Benjamin Dingus Elizabeth Hoppe Jansen Lee Nicholas Misyak David Pape Justin Ryan Matthew Schivikas Steven Ross Shake Christopher

More information

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM

Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM Case Air Wireless TETHERING AND CAMERA CONTROL SYSTEM PRODUCT MANUAL CAWTS03 v3.16 Apple ios ABOUT CASE AIR TABLE OF CONTENTS FEATURES ACCESSORIES The Case Air Wireless Tethering System connects and transfers

More information

CanSat 2018 Post Flight Review (PFR) Outline

CanSat 2018 Post Flight Review (PFR) Outline CanSat 2018 Post Flight Review (PFR) Outline #4128 Team Cervos 1 Presentation Outline Page No. Contents Presenter 5-16 Introduction Mustafa Anıl Yiğit 17-28 System Overview Mustafa Anıl Yiğit 29-39 Concept

More information

PARROT SKYCONTROLLER 2 PARROT COCKPITGLASSES 2 2 POWER BATTERIES

PARROT SKYCONTROLLER 2 PARROT COCKPITGLASSES 2 2 POWER BATTERIES F P V P A C K L I M I T L E S S F R E E D O M PARROT SKYCONTROLLER 2 PARROT COCKPITGLASSES 2 2 POWER BATTERIES PARROT BEBOP 2 POWER Parrot BEBOP 2 POWER is a compact drone equipped with cutting-edge technology,

More information

Mapping with the Phantom 4 Advanced & Pix4Dcapture Jerry Davis, Institute for Geographic Information Science, San Francisco State University

Mapping with the Phantom 4 Advanced & Pix4Dcapture Jerry Davis, Institute for Geographic Information Science, San Francisco State University Mapping with the Phantom 4 Advanced & Pix4Dcapture Jerry Davis, Institute for Geographic Information Science, San Francisco State University The DJI Phantom 4 is a popular, easy to fly UAS that integrates

More information

CineMoco v2.0. anual

CineMoco v2.0. anual CineMoco v2.0 anual Table of Contents 1 Introduction 2 Hardware 3 User Interface 4 Menu Status Bar General (GEN) Controller (CON) Motor (MTR) Camera (CAM) 5 Recording Modes 6 Setup Styles 7 Move Types

More information

FAA APPROVED AIRPLANE FLIGHT MANUAL SUPPLEMENT FOR. Trio Pro Pilot Autopilot

FAA APPROVED AIRPLANE FLIGHT MANUAL SUPPLEMENT FOR. Trio Pro Pilot Autopilot Page 1 480 Ruddiman Drive TRIO AP Flight Manual Supplement North Muskegon, MI 49445 L-1006-01 Rev D FOR Trio Pro Pilot Autopilot ON Cessna 172, 175, 177, 180, 182, 185 and Piper PA28 Aircraft Document

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

Embry Riddle Aeronautical University

Embry Riddle Aeronautical University Embry Riddle Aeronautical University Self-Operating Aerial Reconnaissance (SOAR) Unmanned Aerial System 2010 AUVSI Student UAS Competition Team Members: Rajiv Khatri, Jon-Erik Jaegersen, Thisara Pinto,

More information

IMAGES OF MOVING SUBJECTS

IMAGES OF MOVING SUBJECTS IMAGES OF MOVING SUBJECTS Capturing images of a scene where one or more subjects are in motion Charles Ginsburgh - Fotoclave 2017 (November 4 th, 2017 ) As you view these Images, think about What the Story

More information

The Interfit S1. AC/DC Powered TTL/HSS Flash. Instruction Manual.

The Interfit S1. AC/DC Powered TTL/HSS Flash. Instruction Manual. The Interfit S1 AC/DC Powered TTL/HSS Flash Instruction Manual www.interfitphotographic.com Interfit S1 Battery Powered TTL/HSS Flash Unit What s cool about the Interfit S1? The S1 is the world s first

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

FY-41AP Autopilot & OSD System

FY-41AP Autopilot & OSD System FY-41AP Autopilot & OSD System Installation & Operation Manual (Multi-rotor Version) Guilin Feiyu Electronic Technology Co., Ltd Address: 4 th Floor,YuTaiJie Science Technology Building, Information Industry

More information

Height Limited Switch

Height Limited Switch Height Limited Switch Manual version: 1.0 Content Introduction...3 How it works...3 Key features...3 Hardware...4 Motor cut-off settings...4 Specification...4 Using the RC HLS #1 module...5 Powering the

More information

White paper on SP25 millimeter wave radar

White paper on SP25 millimeter wave radar White paper on SP25 millimeter wave radar Hunan Nanoradar Science and Technology Co.,Ltd. Version history Date Version Version description 2016-08-22 1.0 the 1 st version of white paper on SP25 Contents

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

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information

BOSCAM WIRELESS FPV GOGGLE. User Manual GS920

BOSCAM WIRELESS FPV GOGGLE. User Manual GS920 BOSCAM WIRELESS FPV GOGGLE User Manual GS920 Before using this FPV system, please read this manual carefully and keep it properly for future reference. Contents Notice. Start Guide 1. About Wireless Video

More information

Phantom Dome - Advanced Drone Detection and jamming system

Phantom Dome - Advanced Drone Detection and jamming system Phantom Dome - Advanced Drone Detection and jamming system *Picture for illustration only 1 1. The emanating threat of drones In recent years the threat of drones has become increasingly vivid to many

More information

UAS NMIMS 2017 Journal Paper for 15 th AUVSI Student UAS Competition. Mukesh Patel School of Technology Management and Engineering

UAS NMIMS 2017 Journal Paper for 15 th AUVSI Student UAS Competition. Mukesh Patel School of Technology Management and Engineering UAS NMIMS 2017 Journal Paper for 15 th AUVSI Student UAS Competition Mukesh Patel School of Technology Management and Engineering Figure 1 SkyKing 17 ABSTRACT This journal paper documents the design and

More information

UAV + Onboard Pilot = enhanced performance Light Aircraft?

UAV + Onboard Pilot = enhanced performance Light Aircraft? Royal Aeronautical Society Light Aircraft Design: Methods and Tools 2014 17 November, 2014 UAV + Onboard Pilot = enhanced performance Light Aircraft? Dr Joseph Barnard joseph.barnard@barnardmicrosystems.com

More information

Detrum MSR66A Receiver

Detrum MSR66A Receiver Motion RC User Guide for the Detrum MSR66A Receiver Version 1.0 Contents Review the Receiver s Features... 1 Review the Receiver s Ports and Connection Orientation... 2 Bind the Receiver to a Transmitter

More information

Introduction. Overview. Outputs Normal model 4 Delta wing (Elevon) & Flying wing & V-tail 4. Rx states

Introduction. Overview. Outputs Normal model 4 Delta wing (Elevon) & Flying wing & V-tail 4. Rx states Introduction Thank you for purchasing FrSky S6R/S8R (SxR instead in this manual) multi-function telemetry receiver. Equipped with build-in 3-axis gyroscope and accelerometer, SxR supports various functions.

More information

CS-200. PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL

CS-200. PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL CS-200 PORTABLE TRAFFIC LIGHT CONTROLLER (Software 1.05) OPERATION AND SERVICE MANUAL CS-200 Operation and Service Manual Page 2 Manufactured by: LINCAST INTERNATIONAL PTY. LTD. 2/3 Sir Laurence Drive

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

Which equipment is necessary? How is the panorama created?

Which equipment is necessary? How is the panorama created? Congratulations! By purchasing your Panorama-VR-System you have acquired a tool, which enables you - together with a digital or analog camera, a tripod and a personal computer - to generate high quality

More information

SebArt professional line

SebArt professional line SebArt professional line Wind S 110 ARF ASSEMBLY MANUAL The new Wind S 110 ARF was designed by Italy aerobatic pilot, Sebastiano Silvestri. This professional ARTF kit is the result of Sebastiano s 20 years

More information

Phase One 190MP Aerial System

Phase One 190MP Aerial System White Paper Phase One 190MP Aerial System Introduction Phase One Industrial s 100MP medium format aerial camera systems have earned a worldwide reputation for its high performance. They are commonly used

More information

DROTAG - Sony Alpha Series Image Tagging

DROTAG - Sony Alpha Series Image Tagging AIRBORNE PROJECTS Airborne Projects specializes in building drone solutions with emphasis on telemetry gathering and integration with avionics and automatic flight systems. DROTAG - Sony Alpha Series Image

More information

EzOSD Manual. Overview & Operating Instructions Preliminary. April ImmersionRC EzOSD Manual 1

EzOSD Manual. Overview & Operating Instructions Preliminary. April ImmersionRC EzOSD Manual 1 EzOSD Manual Overview & Operating Instructions Preliminary. April 2009 ImmersionRC EzOSD Manual 1 Contents Overview... 3 Features... 3 Installation... 3 1. Installation using an ImmersionRC camera and

More information

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2:

CHAPTER1: QUICK START...3 CAMERA INSTALLATION... 3 SOFTWARE AND DRIVER INSTALLATION... 3 START TCAPTURE...4 TCAPTURE PARAMETER SETTINGS... 5 CHAPTER2: Image acquisition, managing and processing software TCapture Instruction Manual Key to the Instruction Manual TC is shortened name used for TCapture. Help Refer to [Help] >> [About TCapture] menu for software

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

User Manual Version 1.0

User Manual Version 1.0 1 Thank you for purchasing our products. The A3 Pro SE controller is the updated version of A3 Pro. After a fully improvement and optimization of hardware and software, we make it lighter, smaller and

More information

INCLUDED IN THIS KIT: SPECIFICATION: NEEDED BUILDING TOOLS: REQUIRED EQUIPMENT:

INCLUDED IN THIS KIT: SPECIFICATION: NEEDED BUILDING TOOLS: REQUIRED EQUIPMENT: Please review this entire manual before beginning assembly. By doing so it will help you better understand each step as you progress in the actual building of your kit, and you will do a better job in

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

Chapter 3 Solution to Problems

Chapter 3 Solution to Problems Chapter 3 Solution to Problems 1. The telemetry system of a geostationary communications satellite samples 100 sensors on the spacecraft in sequence. Each sample is transmitted to earth as an eight-bit

More information

Lightweight Fixed Wing UAV

Lightweight Fixed Wing UAV Lightweight Fixed Wing UAV Cindy Xiao, Rijesh Augustine, Andrew Jowsey, Sebastian Werner, Brian Hinrichsen, Duncan G. Elliott University of Alberta Abstract The University of Alberta Aerial Robotics (UAARG)

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