Team S.S. Minnow RoboBoat 2015

Size: px
Start display at page:

Download "Team S.S. Minnow RoboBoat 2015"

Transcription

1 1

2 Team RoboBoat 2015 Abigail Butka Daytona Beach Homeschoolers Palm Coast Florida USA Nick Serle Daytona Beach Homeschoolers Flagler Beach, Florida USA Abstract This document describes the S.S. Minnow entry to the RoboBoat competition. Topics in this document include: the team history, experience from the RoboSub competition, overall strategy to accomplish the competition tasks, vision processing used for multiple tasks, and the hardware chosen for the. The report concludes with technical concerns and competition tasks the team feels they can achieve. Keywords Autonomous, RoboBoat, Sonar, PixHawk, APM Rover I. INTRODUCTION To begin, let s review the team history. We first began as a SeaPerch team[1] in We won 3 rd place overall at the regional competition. That allowed us to go to the National competition in Indianapolis. While at the National competition we won 3 rd place middle school class for the Deep Water Challenge. That year we also decided that we would enter into a new competition, RoboSub[2], which is an international college level submarine competition. During our first year in RoboSub we won 11 th place and the Bang for the Buck award[3]. In 2014 we went back to SeaPerch again. That year we won 1 st place overall for middle school class in the Regional competition. At the national competition in Hattiesburg, Mississippi. There we won 3 rd place overall for middle school class. In 2014 we decided to go back to RoboSub again. We went through the qualification gate, bumped a buoy (this required matching our depth and position to the buoys), and circumnavigated the second gate. Out of the 39 teams at the competition only three teams circumnavigated the gate, the other two teams wound up in the finals. We won 11 th place[4]. In 2015 we were attracted to RoboBoat because of the Interoperability challenge. We wanted the experience of working with quadrotors and learning how to use GPS for navigation. What we learned from the SeaPerch and RoboSub competitions will help us with the RoboBoat competition A. Challenges we faced in RoboSub We struggled with many things during Robosub. Leaks in the box was one of them. The leaks were caused by not checking the rubber seals on our waterproof boxes. Since we are underwater we have no GPS so we are more reliant on dead reckoning and vision. The problem with vision is that it is quite hard to have a vision algorithm that works for all different scenarios. Depending on the time of day and if there is fog changes the way you find objects in the water. The water at the TRANSDEC, the sonar testing pool that is used for the Robosub competition, is very murky and has a lot of algae floating in the water. All of those things contribute to making vision harder. We can t get feedback on what the sub is doing and we also don t know where it is in the water. Looking through the water is hard to do. When we balanced our vehicle we had to balance it on all three dimensions. Same for when we are trying to control our vehicle, we can control it in all three dimensions including depth B. What we learned from RoboSub A few things we learned from Robosub is that when working with waterproof boxes, remember to check the seals of the boxes and make sure that there aren t any wires in them. Another thing we learned is that we should test algorithms and new sensors extensively to make sure they can do what we need them to do. 2

3 Don t make major changes while at competition, a lot of the times that messes the robot up. We also figured out how to get heading hold and dead reckoning to work. We learned how to do basic vision processing. The vision processing we were doing was trying to find the starting gate and the buoys we would have to bump into C. What skills can we transfer from RoboSub to RoboBoat We can transfer the vision processing skills that we got from Robosub because RoboBoat is above the water. Being above the water makes it easier for you to see with a camera. We can transfer over our dead reckoning skills that we got from not being able to use GPS. II. ROBOBOAT STRATEGY We are a team of two people so we won t be able to work on all of the tasks. Because of this we decided to prioritize the tasks[5]. 1. Navigation test (Speed gate, mandatory) 2. Obstacle course, 3. Interoperability challenge 4. Automated docking 5. Locate sonar pinger What excited us the most about the RoboBoat competition was the Interoperability challenge. So we began working on it in January, by February we had had many autonomous take-offs, missions, and landings. We were working on improving the autonomous landing accuracy using vision. A short video of this can be found at [ As seen in the video, our vision processing often failed to detect the target and our navigation failed to land the quadcopter exactly on the target. At this point, RoboBoat hang-outs indicated that the flying portion of the Interoperability challenge may not occur. So we have ceased working on this portion of the project. We will be trying to keep costs low by using as much of the submarine from last year as we can. We will also waterproof everything just in case something bad happens. We will be re-using two of the three thrusters from last year. A. RoboBoat tasks To complete the navigation test we have to go through a set of gates. Which requires navigating to a waypoint and using sonar to make sure we don t run into the gates. To complete the obstacle course we need to enter through 1 of 3 gates, the number will be given to us at run time. We then go through the obstacle course, then we exit through 1 of 3 gates which are also told to us at the beginning of the run time. To complete the interoperability challenge the quadrotor has to take off from the boat, fly over to a designated area with a target on the ground, take a picture of the target on the ground, send the picture to the judges, identify and tell the judges what letter is seen on the target, and then finally come back and land on the boat. To complete the automated docking challenge we need to use vision processing to find what dock has the correct color and shape, then dock at that dock, next you back out of the dock and find the next target and dock at it To complete the sonar pinger challenge we will have to listen for the acoustic of the pinger and find the approximate position of the pinger. Then we will have to do a full circle around the pinger B. Implementation options For navigation we considered two major options: APM Drones solutions[6] and custom code in the Vectornav-300[7] 1) APM Drones The APM drones has several implementations such as: APM Pilot, APM Rover[8], APM Copter, but it doesn t have an APM Boat. It should be possible to make the APM Rover steer as a tank that would be the same as the differential steering of our boat. Advantage Navigation and waypoint code is already written and debugged APM Rover code appears to support obstacle avoidance Telemetry links displayed in a mission planner GUI 3

4 Figure 2 shows the bottom of the boat, sonars, motors, and the electronics boxes. Disadvantage Not as accurate as the Vectornav Interfacing with the RoboBoat judges is not directly supported and will require custom coding 2) Vectornav-300 compass and GPS The Vectornav-300 compass and GPS was donated to us by Vectornav Corporation. Advantage Disadvantage Very accurate positioning We have to write custom code for navigation and motor control. It is very good at giving headings and keeping magnetic anomalies out of our readings. It uses differential GPS to determine heading We didn t use it because the inertial navigation system requires significant motion to lock, and our slow boat didn t seem to be able to move quickly enough for it to lock on. III. S.S. MINNOW HARDWARE A side view of the boat with the quadrotor mounted on top is shown is figure 1 below. Figure 2 The viewed from the bottom The hardware consists of the following components: Compass and GPS - ublox M8N[9] GPS and Compass A 32-bit inertial navigation system supported by Ardurover called a Pixhawk[10] Figure 1 viewed from the side 4

5 Motor controllers underneath Motor controllers Quicrun amp speed controllers[11] Emergency stop system E-stop The emergency stop shuts the motors down using a relay board. The motor controller is inside of the electronics box. Hidden under the connector blocks. 5

6 Obstacle avoidance sonar - 2 low cost ultrasonic sensors[13] and an Arduino Uno to convert the signals to analog format to be read by the Pixhawk Relay board Sonar sensors Remote controller Flysky 6-channel 2.4 GHz transmitter and receiver for manual control[12] Telemetry and control link 915 MHz Telemetry link Camera Ethernet camera TP-SC 2020N[14] Flysky receiver Camera 6

7 Wireless router TP link 841[15] Battery 12V lead acid, 6 Amp hours Router Battery Ground station laptop HP Pavilion G6 Laptop The ground station will be used for monitoring and taking over control of the boat if needed. Mission planner software (shown below) displays the attitude, speed, and positions of the vehicle. It also displays the vehicles progress towards waypoints, battery status, and current GPS position. It can also arm/disarm the robot as well as change flight modes between automatic and manual. Thruster 800 GPH Bilge pump motors[16] Thrusters 7

8 Interoperability platform Quanum Nova quadcopter, Logitech webcam, and UDOO processor board experience with it and there is already vision processing software written for this board from last year s RoboSub competition. The disadvantage of this board is because its processing capabilities are limited. Our other option is a laptop computer doing the processing. The advantage of this is that there is more processing power and storage. A disadvantage is that it is heavy, expensive, and requires new software. Testing between these two options is ongoing with both seeming promising. Sonar detectors We have some audio microphones and amplifiers, we may be able to detect the pinger location based on volume only. Main on-board computer This computer will control the communications with the judges and control which task the boat is executing. At this point in time is unclear what computer platform we will use. One option is the UDOO computer board, which is a combination of a Linux computer and an Arduino. It s easier to work with because we already have IV. VISION PROCESSING The vision processing in RoboBoat is very similar to RoboSub. We use Python to call on OpenCV to analyze the images on our Linux computer. RoboBoat requires detecting objects in a cluttered environment. Since we don t have a lot of images from RoboBoat we will use pictures from Robosub to show the software detecting the gates. Notice that the gates are not obviously visible in the original image, we hope that this will help indicate that we can detect the gates and targets at RoboBoat. Image Comment Original Image 8

9 Red Plane Only Equalize Histogram Adaptive Threshold Remove Small Objects Identify Potential Gates Highlight Center of Gate 9

10 A key application of the vision will be the Interoperability challenge. We will be using vision to detect the target on the ground. We will use blob detection to locate the elements and positions of the blobs to find what character is being displayed on the target. V. TECHNICAL CONCERNS Because of our experience in RoboSub we are pretty sure we can do the obstacle course, the navigation challenge, and the vision processing. In RoboSub you can t communicate with the vehicle while it is underwater. Our concern is that the communications with the judges is something we don t have experience with and it is something that we have limited ability to test. VI. CONCLUSION We have experience with RoboSub. Because of our experience with RoboSub we feel confident that we will be able to go through navigation gate, obstacle course, and the vision processing portion of the static interoperability challenge. We think we had a good chance at the full interoperability challenge if they had let us fly, but landing on the boat was not fully solved. We have promising results for the docking challenge, but no way to test it. We have some ideas for the sonar challenge, but no progress yet. We are only a team of two and we run on a tight budget so we probably will not be able to complete all of the competition challenges in our first year at this competition. We are looking forward to the challenges of RoboBoat VII. REFERENCES [1] [2] s/robosub/ [3] ast-robosub-competitions/2013-robosub [4] /fb9a8da0-2ac8-42d1-a11ed58c1e158347/uploadedfiles/robosub%20final%20scores% 20Ranking.pdf [5] oboboat_2015_final_rules_ pdf [6] [7] [8] [10] [11] [9] [12] Transmitter-Receiver/dp/ [13] [14] [15] [16] Round/dm/cart_id session_id view_id

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

Cedarville University RoboBoat

Cedarville University RoboBoat Cedarville University RoboBoat Tyler Chan, Krista Kroninger, Jimmy Myers, Tim Swanson (Team Leader) Samuel Dallas, Josiah Franklin, Kyle Girtz, Jonathon Power, Jimmy Smyly Team Advisor: Timothy Tuinstra

More information

Multidisciplinary Development of an Autonomous Underwater Vehicle: Navigation & Spatial Awareness

Multidisciplinary Development of an Autonomous Underwater Vehicle: Navigation & Spatial Awareness Multidisciplinary Development of an Autonomous Underwater Vehicle: Navigation & Spatial Awareness Francisco Pastrana, Zakaria Daud, Michael Hix & Jonathan Jaworski, Embry Riddle Aeronautical University

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

AUTONOMOUS UNDERWATER VEHICLE Introductory Session. January 07, 2017 IITK

AUTONOMOUS UNDERWATER VEHICLE Introductory Session. January 07, 2017 IITK AUTONOMOUS UNDERWATER VEHICLE Introductory Session January 07, 2017 IITK Purpose of an AUV Pluto Plus AUV Remus AUV Battlespace Preparation AUV Cornell AUV: Gemini COMMERCIAL Maps of Seafloor Building

More information

Low cost underwater exploration vehicle

Low cost underwater exploration vehicle PROJECT N 36 Low cost underwater exploration vehicle David O Brien-Møller European School Brussels III Boulevard du Triomphe 135, 1050 Ixelles, Belgique S6 ENA Abstract Key words: Under Water robot, independent

More information

Autonomous Robotic Boat Platform

Autonomous Robotic Boat Platform Autonomous Robotic Boat Platform Team: Ryan Burke, Leah Cramer, Noah Dupes, & Darren McDannald Advisors: Mr. Nick Schmidt, Dr. José Sánchez, & Dr. Gary Dempsey Department of Electrical and Computer Engineering

More information

Pocket Passive SONAR

Pocket Passive SONAR Pocket Passive SONAR Jacob Easterling, Eric M. Schwartz Department of Electrical and Computer Engineering University of Florida 571 Gale Lemerand Drive Gainesville, Florida 32611 jeasterling@ufl.edu, ems@ufl.edu

More information

SAUC-E 2010 Journal Paper ENSIETA

SAUC-E 2010 Journal Paper ENSIETA SAUC-E 2010 Journal Paper ENSIETA Fabrice LE BARS, Jan SLIWKA, Luc JAULIN et al. SAUC-E 2010 Journal Paper ENSIETA 2 CONTENT I. EXECUTIVE SUMMARY... 3 II. INTRODUCTION... 4 III. PHYSICAL DESCRIPTION...

More information

Nautical Autonomous System with Task Integration (Code name)

Nautical Autonomous System with Task Integration (Code name) Nautical Autonomous System with Task Integration (Code name) NASTI 10/6/11 Team NASTI: Senior Students: Terry Max Christy, Jeremy Borgman Advisors: Nick Schmidt, Dr. Gary Dempsey Introduction The Nautical

More information

Autonomous Remote Control Drone

Autonomous Remote Control Drone Autonomous Remote Control Drone Author: Gary Kean Email: gkean13@gmail.com 5/18/2014 Summary There are many aspects to Remote Controls Drones that are not described well in any of the literature. Even

More information

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS Volume 114 No. 12 2017, 429-436 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu INTELLIGENT LANDING TECHNIQUE USING ULTRASONIC SENSOR FOR MAV APPLICATIONS

More information

Autonomous Surface Vehicle

Autonomous Surface Vehicle Autonomous Surface Vehicle EE424 Senior Design Group #8 Date Submitted: March 19, 2013 Faculty Technical Advisor: Professor Yan Meng Yan.meng@stevens.edu Group Members: Alex Cihanowyz Francis Garcia Charles

More information

POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION. T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A.

POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION. T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A. POSITIONING AN AUTONOMOUS OFF-ROAD VEHICLE BY USING FUSED DGPS AND INERTIAL NAVIGATION T. Schönberg, M. Ojala, J. Suomela, A. Torpo, A. Halme Helsinki University of Technology, Automation Technology Laboratory

More information

ROBOSUB. Isaac Peral y Caballero. Future Vehicles. Entrepreneurs

ROBOSUB. Isaac Peral y Caballero. Future Vehicles. Entrepreneurs ROBOSUB Isaac Peral y Caballero FuVe and FUVE association borns from the desire of innovation and entrepreneurship. Formed by 20 students from different universities and specialties we will work to develop

More information

Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011

Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011 P r o j e c t P r o p o s a l 0 Nautical Autonomous System with Task Integration Project Proposal Terry Max Christy & Jeremy Borgman Dr. Gary Dempsey & Nick Schmidt November 29, 2011 P r o j e c t P r

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

Mobile Robots (Wheeled) (Take class notes)

Mobile Robots (Wheeled) (Take class notes) Mobile Robots (Wheeled) (Take class notes) Wheeled mobile robots Wheeled mobile platform controlled by a computer is called mobile robot in a broader sense Wheeled robots have a large scope of types and

More information

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT

University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT University of Florida Department of Electrical and Computer Engineering Intelligent Machine Design Laboratory EEL 4665 Spring 2013 LOSAT Brandon J. Patton Instructors: Drs. Antonio Arroyo and Eric Schwartz

More information

Capstone Python Project Features

Capstone Python Project Features Capstone Python Project Features CSSE 120, Introduction to Software Development General instructions: The following assumes a 3-person team. If you are a 2-person team, see your instructor for how to deal

More information

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm

Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development paradigm Additive Manufacturing Renewable Energy and Energy Storage Astronomical Instruments and Precision Engineering Team Kanaloa: research initiatives and the Vertically Integrated Project (VIP) development

More information

Autonomous Mobile Robot Design. Dr. Kostas Alexis (CSE)

Autonomous Mobile Robot Design. Dr. Kostas Alexis (CSE) Autonomous Mobile Robot Design Dr. Kostas Alexis (CSE) Course Goals To introduce students into the holistic design of autonomous robots - from the mechatronic design to sensors and intelligence. Develop

More information

Intuitive Vision Robot Kit For Efficient Education

Intuitive Vision Robot Kit For Efficient Education Intuitive Vision Robot Kit For Efficient Education OH SangHun a, CHO SungKu b, YU BaekWoon c, Ji Hyun Park d Yonsei University a & Kwangwoon University b Sanghun_oh@yonsei.ac.kr, pot1213@naver.com, bwrew2@gmail.com,

More information

Abstract. Composition of unmanned autonomous Surface Vehicle system. Unmanned Autonomous Navigation System : UANS. Team CLEVIC University of Ulsan

Abstract. Composition of unmanned autonomous Surface Vehicle system. Unmanned Autonomous Navigation System : UANS. Team CLEVIC University of Ulsan Unmanned Autonomous Navigation System : UANS Team CLEVIC University of Ulsan Choi Kwangil, Chon wonje, Kim Dongju, Shin Hyunkyoung Abstract This journal describes design of the Unmanned Autonomous Navigation

More information

CubeSat Proximity Operations Demonstration (CPOD) Vehicle Avionics and Design

CubeSat Proximity Operations Demonstration (CPOD) Vehicle Avionics and Design CubeSat Proximity Operations Demonstration (CPOD) Vehicle Avionics and Design August CubeSat Workshop 2015 Austin Williams VP, Space Vehicles CPOD: Big Capability in a Small Package Communications ADCS

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

Navigation and Thrust System for AUVSI RoboBoat

Navigation and Thrust System for AUVSI RoboBoat Navigation and Thrust System for AUVSI RoboBoat Authors: Michael S. Barnes, Evan J. Dinelli, Dan R. Van de Water Advisor: Dr. Gary Dempsey Client: Mr. Nick Schmidt Department of Electrical and Computer

More information

Search-and-Retrieval System (SARS)

Search-and-Retrieval System (SARS) Search-and-Retrieval System (SARS) Matthew Bahr, Brian Crabtree, Brendan Hall, Erick Makris Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450

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

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots

CENG 5931 HW 5 Mobile Robotics Due March 5. Sensors for Mobile Robots CENG 5931 HW 5 Mobile Robotics Due March 5 Sensors for Mobile Robots Dr. T. L. Harman: 281 283-3774 Office D104 For reports: Read HomeworkEssayRequirements on the web site and follow instructions which

More information

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida

Senior Design I. Fast Acquisition and Real-time Tracking Vehicle. University of Central Florida Senior Design I Fast Acquisition and Real-time Tracking Vehicle University of Central Florida College of Engineering Department of Electrical Engineering Inventors: Seth Rhodes Undergraduate B.S.E.E. Houman

More information

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module

Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM Module IJSTE - International Journal of Science Technology & Engineering Volume 4 Issue 11 May 2018 ISSN (online): 2349-784X Distance Measurement of an Object by using Ultrasonic Sensors with Arduino and GSM

More information

Hardware System for Unmanned Surface Vehicle Using IPC Xiang Shi 1, Shiming Wang 1, a, Zhe Xu 1, Qingyi He 1

Hardware System for Unmanned Surface Vehicle Using IPC Xiang Shi 1, Shiming Wang 1, a, Zhe Xu 1, Qingyi He 1 Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 507-510 doi:10.4028/www.scientific.net/amr.971-973.507 2014 Trans Tech Publications, Switzerland Hardware System for Unmanned

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

Development of ERAU Raven II Quad-Rotor System for the International Aerial Robotics Competition 2015

Development of ERAU Raven II Quad-Rotor System for the International Aerial Robotics Competition 2015 Development of ERAU Raven II Quad-Rotor System for the International Aerial Robotics Competition 2015 Grady Delp, Nick Middlebrooks Embry-Riddle Aeronautical University Daytona Beach, FL Abstract The Embry-Riddle

More information

LBL POSITIONING AND COMMUNICATION SYSTEMS PRODUCT INFORMATION GUIDE

LBL POSITIONING AND COMMUNICATION SYSTEMS PRODUCT INFORMATION GUIDE LBL POSITIONING AND COMMUNICATION SYSTEMS PRODUCT INFORMATION GUIDE EvoLogics S2C LBL Underwater Positioning and Communication Systems EvoLogics LBL systems bring the benefi ts of long baseline (LBL) acoustic

More information

Ultra-Short Baseline Acoustic Positioning System

Ultra-Short Baseline Acoustic Positioning System 1 Ultra-Short Baseline Acoustic Positioning System Timothy Joel Soppet Computer Engineering Program California Polytechnic State University San Luis Obispo, CA tsoppet@calpoly.edu Abstract This paper explains

More information

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION

ROBOTICS ENG YOUSEF A. SHATNAWI INTRODUCTION ROBOTICS INTRODUCTION THIS COURSE IS TWO PARTS Mobile Robotics. Locomotion (analogous to manipulation) (Legged and wheeled robots). Navigation and obstacle avoidance algorithms. Robot Vision Sensors and

More information

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch

Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Controlling Obstacle Avoiding And Live Streaming Robot Using Chronos Watch Mr. T. P. Kausalya Nandan, S. N. Anvesh Kumar, M. Bhargava, P. Chandrakanth, M. Sairani Abstract In today s world working on robots

More information

Park Ranger. Li Yang April 21, 2014

Park Ranger. Li Yang April 21, 2014 Park Ranger Li Yang April 21, 2014 University of Florida Department of Electrical and Computer Engineering EEL 5666C IMDL Written Report Instructors: A. Antonio Arroyo, Eric M. Schwartz TAs: Andy Gray,

More information

Intelligent Ground Vehicle Competition 2013 ZERGLING

Intelligent Ground Vehicle Competition 2013 ZERGLING Intelligent Ground Vehicle Competition 2013 Design Report for ZERGLING The Citadel The Military College of South Carolina Charleston, SC 29409, USA May 10, 2013 Authors: Athanasios Athanason, Nathan Cintula,

More information

Nautical Autonomous System with Task Integration

Nautical Autonomous System with Task Integration Nautical Autonomous System with Task Integration Authors: Jeremy Borgman, Terry Max Christy, Zackary Knoll, Steven Blass Advisors: Dr. Gary Dempsey & Mr. Nick Schmidt Department of Electrical Engineering

More information

OpenROV Underwater Acoustic Location System Final Report

OpenROV Underwater Acoustic Location System Final Report OpenROV Underwater Acoustic Location System Final Report by Luis Sanchez, James Smith, Jason Shen in conjunction with Jim Trezzo 1. Abstract OpenROV is an underwater robotic platform developed to lower

More information

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

Intelligent Sensor Platforms for Remotely Piloted and Unmanned Vehicles. Dr. Nick Krouglicof 14 June 2012

Intelligent Sensor Platforms for Remotely Piloted and Unmanned Vehicles. Dr. Nick Krouglicof 14 June 2012 Intelligent Sensor Platforms for Remotely Piloted and Unmanned Vehicles Dr. Nick Krouglicof 14 June 2012 Project Overview Project Duration September 1, 2010 to June 30, 2016 Primary objective(s) / outcomes

More information

HKPilot Mega 2.7. Flight Controller USB/GYRO/ACC/MAG/BARO

HKPilot Mega 2.7. Flight Controller USB/GYRO/ACC/MAG/BARO HKPilot Mega 2.7 Flight Controller USB/GYRO/ACC/MAG/BARO 1 HKPILOT MEGA 2.7 Features: 3.3v issue of bad Gyro heath resolved in the 2.7 Connectors relocated for better wire layout Mux Port added for OSD

More information

Requirements Specification Minesweeper

Requirements Specification Minesweeper Requirements Specification Minesweeper Version. Editor: Elin Näsholm Date: November 28, 207 Status Reviewed Elin Näsholm 2/9 207 Approved Martin Lindfors 2/9 207 Course name: Automatic Control - Project

More information

Australian Journal of Basic and Applied Sciences

Australian Journal of Basic and Applied Sciences AENSI Journals Australian Journal of Basic and Applied Sciences ISSN:1991-8178 Journal home page: www.ajbasweb.com An Improved Low Cost Automated Mobile Robot 1 J. Hossen, 2 S. Sayeed, 3 M. Saleh, 4 P.

More information

Obstacle Avoiding Robot

Obstacle Avoiding Robot Obstacle Avoiding Robot Trinayan Saharia 1, Jyotika Bauri 2, Mrs. Chayanika Bhagabati 3 1,2 Student, 3 Asst. Prof., ECE, Assam down town University, Assam Abstract: An obstacle avoiding robot is an intelligent

More information

Arduino Based Robot for Pick and Place Application

Arduino Based Robot for Pick and Place Application Arduino Based Robot for Pick and Place Application Priya H. Pande Pallavi V. Saklecha Prof. Pragati D. Pawar Prof. Atul N. Shire Abstract Here, the project is designed to develop a system in which robot

More information

Voice Guided Military Robot for Defence Application

Voice Guided Military Robot for Defence Application IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 11 April 2016 ISSN (online): 2349-6010 Voice Guided Military Robot for Defence Application Palak N. Patel Minal

More information

AUTOPILOT QUICK START GUIDE

AUTOPILOT QUICK START GUIDE AUTOPILOT QUICK START GUIDE The view of PIXHAWK2.1 Ports: GPS1/GPS2 TELEM1/TELEM2 I2C 2 USB Analog to digital converter 3.3 V CAN1/CAN2 Spektrum DSM receiver POWER1 POWER2 S.BUS out for servo SERIAL 5

More information

NUST FALCONS. Team Description for RoboCup Small Size League, 2011

NUST FALCONS. Team Description for RoboCup Small Size League, 2011 1. Introduction: NUST FALCONS Team Description for RoboCup Small Size League, 2011 Arsalan Akhter, Muhammad Jibran Mehfooz Awan, Ali Imran, Salman Shafqat, M. Aneeq-uz-Zaman, Imtiaz Noor, Kanwar Faraz,

More information

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department

EE631 Cooperating Autonomous Mobile Robots. Lecture 1: Introduction. Prof. Yi Guo ECE Department EE631 Cooperating Autonomous Mobile Robots Lecture 1: Introduction Prof. Yi Guo ECE Department Plan Overview of Syllabus Introduction to Robotics Applications of Mobile Robots Ways of Operation Single

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

Introducing the Quadrotor Flying Robot

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

More information

Robotic Vehicle Design

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

More information

Safe Landing of Autonomous Amphibious Unmanned Aerial Vehicle on Water

Safe Landing of Autonomous Amphibious Unmanned Aerial Vehicle on Water Safe Landing of Autonomous Amphibious Unmanned Aerial Vehicle on Water Pandya Garvit Kalpesh 1, Dr. Balasubramanian E. 2, Parvez Alam 3, Sabarish C. 4 1M.Tech Student, Vel Tech Dr. RR & Dr. SR University,

More information

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting K. Prathyusha Assistant professor, Department of ECE, NRI Institute of Technology, Agiripalli Mandal, Krishna District,

More information

USBL positioning and communication SyStEmS. product information GUidE

USBL positioning and communication SyStEmS. product information GUidE USBL positioning and communication SyStEmS product information GUidE evologics s2c R usbl - series underwater positioning and communication systems EvoLogics S2CR USBL is a series of combined positioning

More information

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL

CEEN Bot Lab Design A SENIOR THESIS PROPOSAL CEEN Bot Lab Design by Deborah Duran (EENG) Kenneth Townsend (EENG) A SENIOR THESIS PROPOSAL Presented to the Faculty of The Computer and Electronics Engineering Department In Partial Fulfillment of Requirements

More information

Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC Integrated Navigation System Hardware Prototype

Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC Integrated Navigation System Hardware Prototype This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. Implementation and Performance Evaluation of a Fast Relocation Method in a GPS/SINS/CSAC

More information

Overview of Challenges in the Development of Autonomous Mobile Robots. August 23, 2011

Overview of Challenges in the Development of Autonomous Mobile Robots. August 23, 2011 Overview of Challenges in the Development of Autonomous Mobile Robots August 23, 2011 What is in a Robot? Sensors Effectors and actuators (i.e., mechanical) Used for locomotion and manipulation Controllers

More information

Robotics Enabling Autonomy in Challenging Environments

Robotics Enabling Autonomy in Challenging Environments Robotics Enabling Autonomy in Challenging Environments Ioannis Rekleitis Computer Science and Engineering, University of South Carolina CSCE 190 21 Oct. 2014 Ioannis Rekleitis 1 Why Robotics? Mars exploration

More information

The Maze Zone Drone. Ehsan Falaki, Tanner Foster, Matt Szewczyk, Justin Yuen

The Maze Zone Drone. Ehsan Falaki, Tanner Foster, Matt Szewczyk, Justin Yuen The Maze Zone Drone Ehsan Falaki, Tanner Foster, Matt Szewczyk, Justin Yuen Dept. of Electrical Engineering and Computer Science, University of Central Florida, Orlando, Florida, 32816-2450 Abstract This

More information

The Evolution of Nano-Satellite Proximity Operations In-Space Inspection Workshop 2017

The Evolution of Nano-Satellite Proximity Operations In-Space Inspection Workshop 2017 The Evolution of Nano-Satellite Proximity Operations 02-01-2017 In-Space Inspection Workshop 2017 Tyvak Introduction We develop miniaturized custom spacecraft, launch solutions, and aerospace technologies

More information

Developing a Computer Vision System for Autonomous Rover Navigation

Developing a Computer Vision System for Autonomous Rover Navigation University of Hawaii at Hilo Fall 2016 Developing a Computer Vision System for Autonomous Rover Navigation ASTR 432 FINAL REPORT FALL 2016 DARYL ALBANO Page 1 of 6 Table of Contents Abstract... 2 Introduction...

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

Polaris Sensor Technologies, Inc. Visible - Limited Detection Thermal - No Detection Polarization - Robust Detection etherm - Ultimate Detection

Polaris Sensor Technologies, Inc. Visible - Limited Detection Thermal - No Detection Polarization - Robust Detection etherm - Ultimate Detection Polaris Sensor Technologies, Inc. DETECTION OF OIL AND DIESEL ON WATER Visible - Limited Detection - No Detection - Robust Detection etherm - Ultimate Detection Pyxis Features: Day or night real-time sensing

More information

I plan to build a four-legged robot with these objectives in mind:

I plan to build a four-legged robot with these objectives in mind: The problem I have been intrigued with the idea of building a walking robot that can perform a certain task. A walking robot in the future would have the potential to climb over difficult terrain. With

More information

OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER

OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER OBSTACLE DETECTION AND COLLISION AVOIDANCE USING ULTRASONIC DISTANCE SENSORS FOR AN AUTONOMOUS QUADROCOPTER Nils Gageik, Thilo Müller, Sergio Montenegro University of Würzburg, Aerospace Information Technology

More information

Visual Perception Based Behaviors for a Small Autonomous Mobile Robot

Visual Perception Based Behaviors for a Small Autonomous Mobile Robot Visual Perception Based Behaviors for a Small Autonomous Mobile Robot Scott Jantz and Keith L Doty Machine Intelligence Laboratory Mekatronix, Inc. Department of Electrical and Computer Engineering Gainesville,

More information

Robotic Vehicle Design

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

More information

DIY KITS FRAME KIT. Thank you for purchasing a 3DR Y6 DIY Kit!

DIY KITS FRAME KIT. Thank you for purchasing a 3DR Y6 DIY Kit! DIY KITS Y6 FRAME KIT Thank you for purchasing a 3DR Y6 DIY Kit! These instructions will guide you through assembling and wiring your new autonomous multicopter. CONTENTS Your 3DR Y6 Kit contains: 35 mm

More information

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin

Robotics Challenge. Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin Robotics Challenge Team Members Tyler Quintana Tyler Gus Josh Cogdill Raul Davila John Augustine Kelty Tobin 1 Robotics Challenge: Team Multidisciplinary: Computer, Electrical, Mechanical Currently split

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

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

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim

MEM380 Applied Autonomous Robots I Winter Feedback Control USARSim MEM380 Applied Autonomous Robots I Winter 2011 Feedback Control USARSim Transforming Accelerations into Position Estimates In a perfect world It s not a perfect world. We have noise and bias in our acceleration

More information

Design Project Introduction DE2-based SecurityBot

Design Project Introduction DE2-based SecurityBot Design Project Introduction DE2-based SecurityBot ECE2031 Fall 2017 1 Design Project Motivation ECE 2031 includes the sophomore-level team design experience You are developing a useful set of tools eventually

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

Introduction to Arduino HW Labs

Introduction to Arduino HW Labs Introduction to Arduino HW Labs In the next six lab sessions, you ll attach sensors and actuators to your Arduino processor This session provides an overview for the devices LED indicators Text/Sound Output

More information

Unit 24: Controlling Systems Using IT

Unit 24: Controlling Systems Using IT Unit 24: Controlling Systems Using IT Theory Handbook 2014-2015 With Owen Name Group Introduction to Unit 24 Embedded control systems are appearing in every area of life. They include toys, TV remote controls,

More information

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript

Open Source Voices Interview Series Podcast, Episode 03: How Is Open Source Important to the Future of Robotics? English Transcript [Black text: Host, Nicole Huesman] Welcome to Open Source Voices. My name is Nicole Huesman. The robotics industry is predicted to drive incredible growth due, in part, to open source development and the

More information

MAVeC 19 Autobot Challenge

MAVeC 19 Autobot Challenge Overview of the Challenge Name: TurtleBot3 Autobot Challenge Platform: TurtleBot3 MAVeC 19 Autobot Challenge Description: Autonomous Driving Mission Competition using ROS and TurtleBot3 platform Introduction

More information

Underwater GPS User Manual

Underwater GPS User Manual Underwater GPS Document number W-DN-17002-3 Project Classification - Rev Prepared by Checked by Approved by Short description 1 2017-08-03 T. Trøite O. Skisland T. Trøite Initial 2 2017-08-04 T. Trøite

More information

Navigation of an Autonomous Underwater Vehicle in a Mobile Network

Navigation of an Autonomous Underwater Vehicle in a Mobile Network Navigation of an Autonomous Underwater Vehicle in a Mobile Network Nuno Santos, Aníbal Matos and Nuno Cruz Faculdade de Engenharia da Universidade do Porto Instituto de Sistemas e Robótica - Porto Rua

More information

C-ELROB 2009 Technical Paper Team: University of Oulu

C-ELROB 2009 Technical Paper Team: University of Oulu C-ELROB 2009 Technical Paper Team: University of Oulu Antti Tikanmäki, Juha Röning University of Oulu Intelligent Systems Group Robotics Group sunday@ee.oulu.fi Abstract Robotics Group is a part of Intelligent

More information

International Journal of Informative & Futuristic Research ISSN (Online):

International Journal of Informative & Futuristic Research ISSN (Online): Reviewed Paper Volume 2 Issue 4 December 2014 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 A Survey On Simultaneous Localization And Mapping Paper ID IJIFR/ V2/ E4/

More information

Design of a Remote-Cockpit for small Aerospace Vehicles

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

More information

ZJU Team Entry for the 2013 AUVSI. International Aerial Robotics Competition

ZJU Team Entry for the 2013 AUVSI. International Aerial Robotics Competition ZJU Team Entry for the 2013 AUVSI International Aerial Robotics Competition Lin ZHANG, Tianheng KONG, Chen LI, Xiaohuan YU, Zihao SONG Zhejiang University, Hangzhou 310027, China ABSTRACT This paper introduces

More information

Image Processing Based Autonomous Bradley Rover

Image Processing Based Autonomous Bradley Rover Image Processing Based Autonomous Bradley Rover Bradley University ECE Department December 7 th, 2004 Team Members: Steve Goggins Pete Lange Rob Scherbinske Advisors: Dr. Huggins Dr. Malinowski Dr. Schertz

More information

Final Report. Chazer Gator. by Siddharth Garg

Final Report. Chazer Gator. by Siddharth Garg Final Report Chazer Gator by Siddharth Garg EEL 5666: Intelligent Machines Design Laboratory A. Antonio Arroyo, PhD Eric M. Schwartz, PhD Thomas Vermeer, Mike Pridgen No table of contents entries found.

More information

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING

UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING UTILIZATION OF ROBOTICS AS CONTEMPORARY TECHNOLOGY AND AN EFFECTIVE TOOL IN TEACHING COMPUTER PROGRAMMING Aaron R. Rababaah* 1, Ahmad A. Rabaa i 2 1 arababaah@auk.edu.kw 2 arabaai@auk.edu.kw Abstract Traditional

More information

Robots at Work The growing role of robotic systems in the Oceans and Subsea Engineering. David Brookes Senior Advisor, Upstream Engineering, BP

Robots at Work The growing role of robotic systems in the Oceans and Subsea Engineering. David Brookes Senior Advisor, Upstream Engineering, BP Robots at Work The growing role of robotic systems in the Oceans and Subsea Engineering David Brookes Senior Advisor, Upstream Engineering, BP Synopsis ROV s History Current Capabilities and Examples AUV

More information

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011

Sponsored by. Nisarg Kothari Carnegie Mellon University April 26, 2011 Sponsored by Nisarg Kothari Carnegie Mellon University April 26, 2011 Motivation Why indoor localization? Navigating malls, airports, office buildings Museum tours, context aware apps Augmented reality

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

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

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

More information

Total Hours Registration through Website or for further details please visit (Refer Upcoming Events Section)

Total Hours Registration through Website or for further details please visit   (Refer Upcoming Events Section) Total Hours 110-150 Registration Q R Code Registration through Website or for further details please visit http://www.rknec.edu/ (Refer Upcoming Events Section) Module 1: Basics of Microprocessor & Microcontroller

More information

Baset Adult-Size 2016 Team Description Paper

Baset Adult-Size 2016 Team Description Paper Baset Adult-Size 2016 Team Description Paper Mojtaba Hosseini, Vahid Mohammadi, Farhad Jafari 2, Dr. Esfandiar Bamdad 1 1 Humanoid Robotic Laboratory, Robotic Center, Baset Pazhuh Tehran company. No383,

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