The Real-Time Development and Deployment of a Cooperative Multi-UAV System

Size: px
Start display at page:

Download "The Real-Time Development and Deployment of a Cooperative Multi-UAV System"

Transcription

1 The Real-Time Development and Deployment of a Cooperative Multi-UAV System Ali Haydar Göktoǧan 1, Salah Sukkarieh, Gürçe Işikyildiz, Eric Nettleton, Matthew Ridley, Jong-Hyuk Kim, Jeremy Randle, and Stuart Wishart 2 1 Australian Centre for Field Robotics School of Aerospace, Mechanical and Mechatronic Engineering The Rose Street Building J04 The University of Sydney, NSW 2006, Australia agoktogan@acfr.usyd.edu.au, 2 BAE Systems, Australia Abstract. This paper presents a systems view of the Autonomous Navigation and Sensing Experimental Research (ANSER) project. ANSER is one of the most advanced UAV projects of its kind, which is aimed at demonstrating Decentralised Data Fusion (DDF) and Simultaneous Localisation and Map (SLAM) building on multiple cooperative UAVs. The demonstration of DDF and SLAM require both navigation and terrain sensors to be carried onboard by the UAVs. These include an INS/GPS navigation system, millimeter wave (MMW) radar, and both a single vision node and a vision node augmented with a laser system. This paper presents the implementation of the algorithms, sensors and platforms, along with their interaction to address this demonstration. Furthermore, the paper will present the high fidelity real time simulator which is implemented to thoroughly test all algorithms and sensors before actual implementation in the environment. 1 Introduction The aim of the Autonomous Navigation and Sensing Experimental Research (ANSER) project is to demonstrate novel algorithms in the area of Decentralised Data Fusion (DDF) and Simultaneous Localisation and Map (SLAM) building on multiple, cooperative UAVs. DDF is an architecture which allows for the ability to decentralise estimation algorithms across multiple sensing nodes so that there is no common failure point. The architecture also provides the ability for scalable and modular data fusion systems thus providing solutions to many network-centric problems which are currently being faced. The paradigm uses a Kalman filter (or more commonly its information form equivalent) in its decentralised form so that local sensor nodes have global knowledge. One such data estimation problem is distributed target tracking. In this scenario multiple sensor nodes are tracking multiple targets. In most forms a centralised architecture is implemented. However using the DDF paradigm allows A. Yazici and C. Şener (Eds.): ISCIS 2003, LNCS 2869, pp , c Springer-Verlag Berlin Heidelberg 2003

2 The Real-Time Development and Deployment 577 for not only a distributed network but also a decentralised one, thus allowing nodes to come in and out of the network in run time. Another example is the implementation of SLAM. In the single vehicle case, SLAM is an algorithm which allows for the simultaneous building up of an environment map, and the use of this map to then localise the vehicle within it. This is true autonomous navigation since no a priori information about the map or vehicle location is required. In the distributed multi-vehicle case, the map between vehicles is shared, better improving the its quality and the quality of the vehicle locations. Applying DDF to this navigation structure then further allows for decentralised paradigm to be applied. In the literature there are numerous innovative research approaches to DDF and SLAM. However the algorithms have been demonstrated on static sensor networks [6] or robotic platforms with the slow and/or simple dynamics [1] [3]. Performing these algorithms and architectures on multiple UAVs is a very challenging exercise [13]. UAVs pose a difficult platform to work on. They have both complex and very high dynamics and flight tests are both expensive and are high risk operations. Any hardware or software system failure may have catastrophic results in any UAV experiment. In this paper we present a system s view of the ANSER project. Section 2 will first introduce the fundamental concepts of both DDF and SLAM. In section 3 the UAVs are presented. Both the navigation and terrain sensors will be presented in section 4. The communication framework CommLibX, and realtime multi UAV simulator, mission control and ground station systems will be presented in section 5. This is an important part of the system since it is used to test all electronic hardware, software modules, their interoperatability and algorithms implemented in the system [5]. Finally the conclusion and further work is provided in section 6. 2 Decentralised Data Fusion A Decentralised Data Fusion (DDF) system comprises of a network of sensor nodes each incorporating a sensor together with local processing and communication capabilities. Each node runs its own local data fusion algorithm and communicates information to other nodes in its neighbourhood. Nodes fuse incoming information with local estimates to produce a global picture of the state of the world. This strategy results in a network of sensor nodes in which the fusion process is decentralised. A general decentralised data fusion system can be characterised by three basic constraints [6]: 1. There is no single central fusion centre and no node should be central to the operation of the network. 2. There is no common communications facility - communications must be kept on a strictly node-to-node basis. 3. Each node has knowledge only of its immediate neighbours - there is no global knowledge of the network topology.

3 578 A.H. Göktoǧan et al. These constraints combine to ensure that there is no single element that is critical to the operation of the network. If any node or communication link should fail, the result is a gradual degradation in network performance rather than catastrophic failure. The conventional structure for multi-sensor systems requires that all sensors send observation information back to a single central point for fusion. This has some advantages in that all information is known at a single point and so, in principle, fusion is based on the best possible information. However centralised structures also have a number of undesirable characteristics: Using a centralised resource for fusion creates both computational and communication bottlenecks as the system increases in size. This limits the ability of a system to scale to large numbers of sensors. A second key problem is that a central fusion site makes the whole system vulnerable to catastrophic failure of the fusion processor. The decentralised system architecture implemented in this research [8] offers a number of advantages over conventional centralised or hierarchical architectures: Scalability: Eliminating the central fusion centre and any common communication facility ensures that the system is scalable as there are no limits imposed by centralised computational bottlenecks or lack of communication bandwidth. Survivability: Ensuring that no node is central and that no global knowledge of the network topology is required for fusion means that the system can be made survivable to the on-line loss (or addition) of sensing nodes and to dynamic changes in the network structure. Modularity: As all fusion processes must take place locally at each sensor site and no global knowledge of the network is required a priori, nodes can be constructed and programmed in a modular fashion. 2.1 Decentralised Applications The DDF architecture is initially applied to the problem of tracking multiple ground targets using a network of airborne sensing platforms [11]. The objective of this problem is for the sensing nodes on each platform to build a composite global picture of targets in an environment using both local sensor observations and information communicated from other platforms in a decentralised manner. This is accomplished by integrating the terrain sensing payload on each aircraft with local processing and communication facilities to form a sensing node. A decentralised network of these nodes can then be formed, where the sensing nodes communicate directly in terms of target information to have a local estimate using global information. This communication has a number of positive effects: The extra information available to nodes through the communicated information improves the quality of the estimates. The robustness of a DDF architecture to node failure is equivalent in the airborne tracking problem to aircraft failure. If an aircraft is damaged or

4 The Real-Time Development and Deployment 579 destroyed, the information it gathered is not lost in a DDF network as it has been communicated to all other vehicles. The picture of all targets in a region is available to all aircraft in the DDF network as soon as any single platform visits that area. Aircraft can therefore have a picture of targets in an area that they have not yet visited. Simultaneous Localisation and Map building (SLAM) for a robotic platform is a process of building a map of the surrounding environment while simultaneously using this map to localise [2]. The DDF architecture is used for decentralising SLAM. The UAV uses a terrain sensor to make relative observations to stationary features or landmarks in the environment. As these observations are relative to the vehicle, an error in the platform pose results in a corresponding error in the landmark location. Over time, the entire map becomes correlated through the motion of the vehicle. For a single platform using the SLAM algorithm to decrease its location uncertainty, it must revisit features it has seen previously. However, with multiple platforms it is possible to share information and so generate a more accurate map and location estimate. Indeed, if certain platforms are directed to revisit shared features, then there will be significant location estimate improvements for all platforms. 3 The UAV The Brumby MkIII UAVs are the robotic platforms used in the ANSER project. The Brumby UAV has been developed over the past six years at The University of Sydney, Australia. In order to meet an increasing payload weight requirement for the research projects, the Brumby UAVs have incorporated a number of changes. Currently we have three different models as shown in table 1. They are designed as test beds for various navigation algorithms, payload sensors and real time distributed data fusion. They offer a large payload volume, a speed range of Knots, a payload mass of over 13kg and over 1 hour of flight capability. The Brumby UAVs are delta winged, pusher aircrafts. The pusher design leaves a clear space in the front for sensors which provides unobstructed view. The Brumby airframe is modular in construction to enable the replacement or upgrade of each component. Each payload position is provided with 24V power and an Ethernet and/or CAN (Controller Area Network) connection to the other onboard systems. The airframe is also capable of carrying a specially designed gimballed scanner that enable radar or laser sensors to be scanned across the ground. 4 Sensors The sensor are grouped as either flight or payload sensors. Flight sensors provide data to be used to monitor and control the UAV. Flight sensors include an Inertial Measurement Module (IMU), Global Positioning Sensor (GPS). Payload

5 580 A.H. Göktoǧan et al. Table 1. Brumby Mk I-II-III UAV specifications MkI MkII MkIII MTOW 25kg 30kg 45kg Wing Span 2.3m 2.8m 2.9m Engine 74cc 80cc 150cc Power 5Hp 5.5Hp 16Hp Max Speed 100 Knots 100 Knots 100 Knots sensors are those used for target detection from the terrain for DDF target tracking and SLAM. Each payload sensor has its own PC104+ based processing and ethernet and/or CAN based communication module. MMW Radar Payload Laser/Vision Payload Vision Camera Payload Fig. 1. Optionally either MMW radar or Laser/Vision payloads can be mounted in the nose cone of the Brumby Mark-III UAV. The vision camera is located under the fuselage Vision Payload: Each UAV is equiped with a vision payload which is capable of detecting artificial targets on the ground. The vision payload consists of a 266MHz PC104+ computer with frame grabber. An image stream of size 50Hz is obtained by extracting the odd and even fields of an interlaced stream of size 25Hz. For DDF picture compilation flights, the vision

6 The Real-Time Development and Deployment 581 node must assimilate both the navigation solution of the platform and raw sensor data into the information matrix and vectors, for use with the information filter as defined in [7]. Laser/Vision Payload: Laser/Vision payload which is also called a Secondary Imaging System (SIS) consists of a laser range finder and a complete vision system. Although the vision payload would provide accurate bearing measurement, its range measurement is very poor if the target size is known. In this payload, the vision system is suplemented with the laser range finder for accurate range measurement. Radar Payload: It is important for DDF that at least one of the platform carries a sensor which returns Range, Bearing and Elevation (RBE) of the ground targets [12][9]. We have developed a 77GHz millimeter wave radar operating on a frequency modulated continuous-wave (FMCW) principle. The whole MMW radar unit is mounted on an attitude-stabilizing gimbal to keep the grazing angle of the radar beam fixed. The gimbal has two axes of freedom; one along the roll and the other on the pitch axis. The gimbal is controlled in real time to counter the motion of the UAV on these axes [4]. The scanning mirror on top of the gimbal reflects the transmitted and received signals to and from the horn antenna of the MMW radar. Received radar signals are processed by dual ADSP SHARC Digital Signal Processor (DSP) for real-time feature extraction [4] [10]. 5 System Software Components CommLibX: The high dynamics nature of the UAV requires both real-time monitoring and control software systems. Each UAV carries a PC104+ based Flight Control Computer (FCC) performing real-time navigation, guidance and flight control. The FCC uses the QNX real-time kernel and communicates with the ground control station via wireless radio modem and with other on board computer nodes via ethernet and/or CAN based local network. UAVs communicate between each other via radio ethernet. The sensor nodes run different OS; Vision and Laser/Vision nodes use Linux while radar uses WinNT. This variety of OS is due to availability of driver support that was available. As communication appears to be a challenging problem, it is solved with a novel communication framework, CommLibX. CommLibX is developed to address OS and transport layer independent multi channel real-time communication [5]. RMUS: Every software and hardware unit running in the UAV experiments must be tested thoroughly. Individual of-line testing of these units may not be sufficient. Their real-time inter and intra-operateability with real hardware must be tested. A Real-time Multi-UAV Simulator (RMUS) has been developed to address these problems. RMUS can be used both in real-time hardware-inthe-loop (HIL) and off-line simulations. It is a flexible distributed simulation architecture designed to address multi-uav experiments. Details of the RMUS architecture, CommLibX framework and their applications in various multi-uav experiments can be found in [5].

7 582 A.H. Göktoǧan et al. Fig. 2. Mission Control System (left) has been developed on the RMUS architecture. Ground Station System (right) allows real-time display and log all telemetered UAV data. MCX: RMUS architecture allows us to develop real-time on-line applications. The Mission Control System(MCX) is an RMUS based application which is used to monitor multiple UAV locations, attitude, paths, sensor frustums and target location estimates in real-time. The logging and replay function along with the interactive 3D display on MCX makes it possible to look at the scene from any angle before, during and after the flight tests. Ground Station: Each UAV has its own Ground Station (GS) system in the ground control center. The purpose of the GS is to display and log all telemetered data of its associated UAV in real-time. GS with its utility programs can replay the logged flight for further off-line analysis of the flight mission and UAV performance. 6 Conclusion and Future Work This paper has presented a summary of the DDF architecture, picture compilation and SLAM algorithms and some of the major system components of the ANSER project. In the current phase of the project, five Brumby Mk III UAVs have been built and tested. So far more than 40 successful flight missions have been performed for data collection. We also successfully demonstrated real-time DDF picture compilation on multi-uavs. Multi-UAV SLAM is demonstrated on real-time simulation with real flight data. Demonstration of real-time multi-uav SLAM is scheduled for late Four UAVs will be flown simultaneously for this demonstration. The Brumby UAV airframe development continues for new models for larger and heavier payload capacity. In the RMUS environment we are currently testing the application of the DDF architecture for decentralised multi-uav coordinated control.

8 The Real-Time Development and Deployment 583 Acknowledgements. The authors wish to thank BAE Systems for their support in providing funding and systems engineering towards this project. Also, thanks to Alan Trinder from ACFR for his assistance with the UAV construction. References 1. Gamini Dissanayake, Hugh Durrant-Whyte, and Tim Bailey. A computationally efficient solution to the simultaneous localisation and map building (slam) problem. In IEEE International Conference on Robotics and Automation 2000, pages , San Francisco CA, M. Dissanayake, P. Newman, H. Durrant-Whyte, S. Clark, and M. Csorba. An experimental and theoretical investigation into simultaneous localisation and map building. In 6th International Symposium on Experimental Robotics, pages , Sydney, Hugh Durrant-Whyte, Somajyoti Majumder, Marc de Battista, and Steve Scheding. A bayesian algorithm for simultaneous localisation and map building. In 10th International Symposium of Robotics Research - ISRR 2001, Lorne, Victoria, Australia, Ali Haydar Göktoǧan, Graham Brooker,, and Salah Sukkarieh. A compact millimeter wave radar sensor for unmanned air vehicles. In Field and Service Robotics, FSR 03, Lake Yamanaka, Japan, Ali Haydar Göktoǧan, Eric Nettleton, Matthew Ridley, and Salah Sukkarieh. Real time multi-uav simulator. In IEEE International Conference on Robotics and Automation, Taipei, Taiwan, S. Grime and H. Durrant-Whyte. Data fusion in decentralized sensor networks. Control Engineering Practice, 2, No 5: , E. Nettleton and H. Durrant-Whyte. Delayed and asequent data in decentralised sensing networks. In G.T. McKee and P.S. Schenker, editors, Sensor Fusion and Decentralised Control in Robotic Systems IV, volume Proc. SPIE, pages 1 9, E. Nettleton, H. Durrant-Whyte, and S. Sukkarieh. A robust architecture for decentralised data fusion. In International Conference on Advanced Robotics, Eric W. Nettleton, Hugh F. Durrant-Whyte, Peter W. Gibbens, and Ali Haydar Göktoǧan. Multiple platform localisation and map building. In G.T. McKee Schenker and P.S., editors, Sensor Fusion and Decentralised Control in Robotic Stystems III, volume 4196, pages , Boston,USA, Matthew Ridley, Ali Haydar Göktoǧan, Graham Brooker, and Salah Sukkarieh. Sensor nodes for decentralised data fusion with multiple uninhabited air vehicles. In The 2nd International Workshop on Information Processing in Sensor Networks (IPSN 03), Palo Alto, California, USA, S. Sukkarieh, E. Nettleton, J. Kim, M. Ridley, A. Goktoǧan, and H. Durrant- Whyte. The ANSER project - multi-uav data fusion. IJRR (to appear), Salah Sukkarieh, Ali Haydar Göktoǧan, Jong-Hyuk Kim, Eric Nettleton, Jeremy Randle, Matthew Ridley, Stuart Wishart, and Hugh Durrant-Whyte. Cooperative data fusion and control amongst multiple uninhabited air vehicles. In ISER 2002 Seventh International Symposium on Experimental Robotics, Salah Sukkarieh, Eric Nettleton, Jong-Hyuk Kim, Matthew Ridley, Ali Haydar Göktoǧan, and Hugh Durrant-Whyte. The anser project-multi uav data fusion. Internatioal Journal of Robotics Research, 2002.

Decentralised SLAM with Low-Bandwidth Communication for Teams of Vehicles

Decentralised SLAM with Low-Bandwidth Communication for Teams of Vehicles Decentralised SLAM with Low-Bandwidth Communication for Teams of Vehicles Eric Nettleton a, Sebastian Thrun b, Hugh Durrant-Whyte a and Salah Sukkarieh a a Australian Centre for Field Robotics, University

More information

Decentralised Data Fusion with Delayed States for Consistent Inference in Mobile Ad Hoc Networks

Decentralised Data Fusion with Delayed States for Consistent Inference in Mobile Ad Hoc Networks Decentralised Data Fusion with Delayed States for Consistent Inference in Mobile Ad Hoc Networks Tim Bailey and Hugh Durrant-Whyte Australian Centre for Field Robotics, University of Sydney {tbailey,hugh}@acfr.usyd.edu.au

More information

LOCALIZATION WITH GPS UNAVAILABLE

LOCALIZATION WITH GPS UNAVAILABLE LOCALIZATION WITH GPS UNAVAILABLE ARES SWIEE MEETING - ROME, SEPT. 26 2014 TOR VERGATA UNIVERSITY Summary Introduction Technology State of art Application Scenarios vs. Technology Advanced Research in

More information

Carrier Phase GPS Augmentation Using Laser Scanners and Using Low Earth Orbiting Satellites

Carrier Phase GPS Augmentation Using Laser Scanners and Using Low Earth Orbiting Satellites Carrier Phase GPS Augmentation Using Laser Scanners and Using Low Earth Orbiting Satellites Colloquium on Satellite Navigation at TU München Mathieu Joerger December 15 th 2009 1 Navigation using Carrier

More information

Lecture: Allows operation in enviroment without prior knowledge

Lecture: Allows operation in enviroment without prior knowledge Lecture: SLAM Lecture: Is it possible for an autonomous vehicle to start at an unknown environment and then to incrementally build a map of this enviroment while simulaneous using this map for vehicle

More information

Hardware in the Loop Simulation for Unmanned Aerial Vehicles

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

More information

Localisation et navigation de robots

Localisation et navigation de robots Localisation et navigation de robots UPJV, Département EEA M2 EEAII, parcours ViRob Année Universitaire 2017/2018 Fabio MORBIDI Laboratoire MIS Équipe Perception ique E-mail: fabio.morbidi@u-picardie.fr

More information

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

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

More information

A Short History of the Australian Centre for Field Robotics (ACFR) By Hugh Durrant-Whyte

A Short History of the Australian Centre for Field Robotics (ACFR) By Hugh Durrant-Whyte A Short History of the Australian Centre for Field Robotics (ACFR) By Hugh Durrant-Whyte Fortune favours the Brave, Virgil, Aeneid Coming to Sydney In mid 1994 I came across a job advert in the IEEE Spectrum

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

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

A Real Time DSP Sonar Echo Processor #

A Real Time DSP Sonar Echo Processor # A Real Time DSP Sonar Echo Processor # by Andrew Heale and Lindsay Kleeman Intelligent Robotics Research Centre Department of Electrical and Computer Systems Engineering Monash University, Victoria, AUSTRALIA

More information

NovAtel SPAN and Waypoint. GNSS + INS Technology

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

More information

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

An Information Fusion Method for Vehicle Positioning System

An Information Fusion Method for Vehicle Positioning System An Information Fusion Method for Vehicle Positioning System Yi Yan, Che-Cheng Chang and Wun-Sheng Yao Abstract Vehicle positioning techniques have a broad application in advanced driver assistant system

More information

THE NASA/JPL AIRBORNE SYNTHETIC APERTURE RADAR SYSTEM. Yunling Lou, Yunjin Kim, and Jakob van Zyl

THE NASA/JPL AIRBORNE SYNTHETIC APERTURE RADAR SYSTEM. Yunling Lou, Yunjin Kim, and Jakob van Zyl THE NASA/JPL AIRBORNE SYNTHETIC APERTURE RADAR SYSTEM Yunling Lou, Yunjin Kim, and Jakob van Zyl Jet Propulsion Laboratory California Institute of Technology 4800 Oak Grove Drive, MS 300-243 Pasadena,

More information

Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity

Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity Resilient and Accurate Autonomous Vehicle Navigation via Signals of Opportunity Zak M. Kassas Autonomous Systems Perception, Intelligence, and Navigation (ASPIN) Laboratory University of California, Riverside

More information

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

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

More information

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

What is Robot Mapping? Robot Mapping. Introduction to Robot Mapping. Related Terms. What is SLAM? ! Robot a device, that moves through the environment

What is Robot Mapping? Robot Mapping. Introduction to Robot Mapping. Related Terms. What is SLAM? ! Robot a device, that moves through the environment Robot Mapping Introduction to Robot Mapping What is Robot Mapping?! Robot a device, that moves through the environment! Mapping modeling the environment Cyrill Stachniss 1 2 Related Terms State Estimation

More information

INDOOR HEADING MEASUREMENT SYSTEM

INDOOR HEADING MEASUREMENT SYSTEM INDOOR HEADING MEASUREMENT SYSTEM Marius Malcius Department of Research and Development AB Prospero polis, Lithuania m.malcius@orodur.lt Darius Munčys Department of Research and Development AB Prospero

More information

Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft

Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft Experimental Study of Autonomous Target Pursuit with a Micro Fixed Wing Aircraft Stanley Ng, Frank Lanke Fu Tarimo, and Mac Schwager Mechanical Engineering Department, Boston University, Boston, MA, 02215

More information

Robot Mapping. Introduction to Robot Mapping. Cyrill Stachniss

Robot Mapping. Introduction to Robot Mapping. Cyrill Stachniss Robot Mapping Introduction to Robot Mapping Cyrill Stachniss 1 What is Robot Mapping? Robot a device, that moves through the environment Mapping modeling the environment 2 Related Terms State Estimation

More information

SPACE. (Some space topics are also listed under Mechatronic topics)

SPACE. (Some space topics are also listed under Mechatronic topics) SPACE (Some space topics are also listed under Mechatronic topics) Dr Xiaofeng Wu Rm N314, Bldg J11; ph. 9036 7053, Xiaofeng.wu@sydney.edu.au Part I SPACE ENGINEERING 1. Vision based satellite formation

More information

Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles

Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles Experimental Cooperative Control of Fixed-Wing Unmanned Aerial Vehicles Selcuk Bayraktar, Georgios E. Fainekos, and George J. Pappas GRASP Laboratory Departments of ESE and CIS University of Pennsylvania

More information

1 st IFAC Conference on Mechatronic Systems - Mechatronics 2000, September 18-20, 2000, Darmstadt, Germany

1 st IFAC Conference on Mechatronic Systems - Mechatronics 2000, September 18-20, 2000, Darmstadt, Germany 1 st IFAC Conference on Mechatronic Systems - Mechatronics 2000, September 18-20, 2000, Darmstadt, Germany SPACE APPLICATION OF A SELF-CALIBRATING OPTICAL PROCESSOR FOR HARSH MECHANICAL ENVIRONMENT V.

More information

Cooperative navigation: outline

Cooperative navigation: outline Positioning and Navigation in GPS-challenged Environments: Cooperative Navigation Concept Dorota A Grejner-Brzezinska, Charles K Toth, Jong-Ki Lee and Xiankun Wang Satellite Positioning and Inertial Navigation

More information

REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY

REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY REAL-TIME GPS ATTITUDE DETERMINATION SYSTEM BASED ON EPOCH-BY-EPOCH TECHNOLOGY Dr. Yehuda Bock 1, Thomas J. Macdonald 2, John H. Merts 3, William H. Spires III 3, Dr. Lydia Bock 1, Dr. Jeffrey A. Fayman

More information

UNCLASSIFIED. UNCLASSIFIED R-1 Line Item #13 Page 1 of 11

UNCLASSIFIED. UNCLASSIFIED R-1 Line Item #13 Page 1 of 11 Exhibit R-2, PB 2010 Air Force RDT&E Budget Item Justification DATE: May 2009 Applied Research COST ($ in Millions) FY 2008 Actual FY 2009 FY 2010 FY 2011 FY 2012 FY 2013 FY 2014 FY 2015 Cost To Complete

More information

MMW sensors for Industrial, safety, Traffic and security applications

MMW sensors for Industrial, safety, Traffic and security applications MMW sensors for Industrial, safety, Traffic and security applications Philip Avery Director, Navtech Radar Ltd. Overview Introduction to Navtech Radar and what we do. A brief explanation of how FMCW radars

More information

Platform Independent Launch Vehicle Avionics

Platform Independent Launch Vehicle Avionics Platform Independent Launch Vehicle Avionics Small Satellite Conference Logan, Utah August 5 th, 2014 Company Introduction Founded in 2011 The Co-Founders blend Academia and Commercial Experience ~20 Employees

More information

GPS data correction using encoders and INS sensors

GPS data correction using encoders and INS sensors GPS data correction using encoders and INS sensors Sid Ahmed Berrabah Mechanical Department, Royal Military School, Belgium, Avenue de la Renaissance 30, 1000 Brussels, Belgium sidahmed.berrabah@rma.ac.be

More information

HALS-H1 Ground Surveillance & Targeting Helicopter

HALS-H1 Ground Surveillance & Targeting Helicopter ARATOS-SWISS Homeland Security AG & SMA PROGRESS, LLC HALS-H1 Ground Surveillance & Targeting Helicopter Defense, Emergency, Homeland Security (Border Patrol, Pipeline Monitoring)... Automatic detection

More information

An Agent-based Heterogeneous UAV Simulator Design

An Agent-based Heterogeneous UAV Simulator Design An Agent-based Heterogeneous UAV Simulator Design MARTIN LUNDELL 1, JINGPENG TANG 1, THADDEUS HOGAN 1, KENDALL NYGARD 2 1 Math, Science and Technology University of Minnesota Crookston Crookston, MN56716

More information

Skyworker: Robotics for Space Assembly, Inspection and Maintenance

Skyworker: Robotics for Space Assembly, Inspection and Maintenance Skyworker: Robotics for Space Assembly, Inspection and Maintenance Sarjoun Skaff, Carnegie Mellon University Peter J. Staritz, Carnegie Mellon University William Whittaker, Carnegie Mellon University Abstract

More information

STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH

STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH STUDY OF FIXED WING AIRCRAFT DYNAMICS USING SYSTEM IDENTIFICATION APPROACH A.Kaviyarasu 1, Dr.A.Saravan Kumar 2 1,2 Department of Aerospace Engineering, Madras Institute of Technology, Anna University,

More information

Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model

Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model Applying Multisensor Information Fusion Technology to Develop an UAV Aircraft with Collision Avoidance Model by Dr. Buddy H Jeun and John Younker Sensor Fusion Technology, LLC 4522 Village Springs Run

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

Integrated Navigation System

Integrated Navigation System Integrated Navigation System Adhika Lie adhika@aem.umn.edu AEM 5333: Design, Build, Model, Simulate, Test and Fly Small Uninhabited Aerial Vehicles Feb 14, 2013 1 Navigation System Where am I? Position,

More information

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects

NCCT IEEE PROJECTS ADVANCED ROBOTICS SOLUTIONS. Latest Projects, in various Domains. Promise for the Best Projects NCCT Promise for the Best Projects IEEE PROJECTS in various Domains Latest Projects, 2009-2010 ADVANCED ROBOTICS SOLUTIONS EMBEDDED SYSTEM PROJECTS Microcontrollers VLSI DSP Matlab Robotics ADVANCED ROBOTICS

More information

Walking and Flying Robots for Challenging Environments

Walking and Flying Robots for Challenging Environments Shaping the future Walking and Flying Robots for Challenging Environments Roland Siegwart, ETH Zurich www.asl.ethz.ch www.wysszurich.ch Lisbon, Portugal, July 29, 2016 Roland Siegwart 29.07.2016 1 Content

More information

NovAtel SPAN and Waypoint GNSS + INS Technology

NovAtel SPAN and Waypoint GNSS + INS Technology NovAtel SPAN and Waypoint GNSS + INS Technology SPAN Technology SPAN provides real-time positioning and attitude determination where traditional GNSS receivers have difficulties; in urban canyons or heavily

More information

A Nuclear Plume Detection and Tracking Model for the Advanced Airborne Early Warning Surveillance Aircraft

A Nuclear Plume Detection and Tracking Model for the Advanced Airborne Early Warning Surveillance Aircraft A Nuclear Plume Detection and Tracking Model for e Advanced Airborne Early Warning Surveillance Aircraft Buddy H. Jeun *, John Younker * and Chih-Cheng Hung! * Lockheed Martin Aeronautical System Marietta,

More information

Behavior-Based Control for Autonomous Underwater Exploration

Behavior-Based Control for Autonomous Underwater Exploration Behavior-Based Control for Autonomous Underwater Exploration Julio Rosenblatt, Stefan Willams, Hugh Durrant-Whyte Australian Centre for Field Robotics University of Sydney, NSW 2006, Australia {julio,stefanw,hugh}@mech.eng.usyd.edu.au

More information

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Clark Letter*, Lily Elefteriadou, Mahmoud Pourmehrab, Aschkan Omidvar Civil

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

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged

* Intelli Robotic Wheel Chair for Specialty Operations & Physically Challenged ADVANCED ROBOTICS SOLUTIONS * Intelli Mobile Robot for Multi Specialty Operations * Advanced Robotic Pick and Place Arm and Hand System * Automatic Color Sensing Robot using PC * AI Based Image Capturing

More information

A LARGE COMBINATION HORIZONTAL AND VERTICAL NEAR FIELD MEASUREMENT FACILITY FOR SATELLITE ANTENNA CHARACTERIZATION

A LARGE COMBINATION HORIZONTAL AND VERTICAL NEAR FIELD MEASUREMENT FACILITY FOR SATELLITE ANTENNA CHARACTERIZATION A LARGE COMBINATION HORIZONTAL AND VERTICAL NEAR FIELD MEASUREMENT FACILITY FOR SATELLITE ANTENNA CHARACTERIZATION John Demas Nearfield Systems Inc. 1330 E. 223rd Street Bldg. 524 Carson, CA 90745 USA

More information

UAV CRAFT CRAFT CUSTOMIZABLE SIMULATOR

UAV CRAFT CRAFT CUSTOMIZABLE SIMULATOR CRAFT UAV CRAFT CUSTOMIZABLE SIMULATOR Customizable, modular UAV simulator designed to adapt, evolve, and deliver. The UAV CRAFT customizable Unmanned Aircraft Vehicle (UAV) simulator s design is based

More information

White paper on CAR28T millimeter wave radar

White paper on CAR28T millimeter wave radar White paper on CAR28T millimeter wave radar Hunan Nanoradar Science and Technology Co., Ltd. Version history Date Version Version description 2017-07-13 1.0 the 1st version of white paper on CAR28T Contents

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

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

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

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

Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform

Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform Design of a Flight Stabilizer System and Automatic Control Using HIL Test Platform Şeyma Akyürek, Gizem Sezin Özden, Emre Atlas, and Coşku Kasnakoğlu Electrical & Electronics Engineering, TOBB University

More information

Author s Name Name of the Paper Session. DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION. Sensing Autonomy.

Author s Name Name of the Paper Session. DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION. Sensing Autonomy. Author s Name Name of the Paper Session DYNAMIC POSITIONING CONFERENCE October 10-11, 2017 SENSORS SESSION Sensing Autonomy By Arne Rinnan Kongsberg Seatex AS Abstract A certain level of autonomy is already

More information

Unmanned Aerial Vehicle-Aided Wireless Sensor Network Deployment System for Post-disaster Monitoring

Unmanned Aerial Vehicle-Aided Wireless Sensor Network Deployment System for Post-disaster Monitoring Unmanned Aerial Vehicle-Aided Wireless Sensor Network Deployment System for Post-disaster Monitoring Gurkan una 1, arik Veli Mumcu 2, Kayhan Gulez 2, Vehbi Cagri Gungor 3, and Hayrettin Erturk 4 1 rakya

More information

GPS Field Experiment for Balloon-based Operation Vehicle

GPS Field Experiment for Balloon-based Operation Vehicle GPS Field Experiment for Balloon-based Operation Vehicle P.J. Buist, S. Verhagen, Delft University of Technology T. Hashimoto, S. Sakai, N. Bando, JAXA p.j.buist@tudelft.nl 1 Objective of Paper This paper

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

al T TD ) ime D Faamily Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions for:

al T TD ) ime D Faamily Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions for: Reeal ynnamics al T amics (R TD ) ime D RTD) Time Dy Faamily mily ooff P roducts Products The RTD Family of products offers a full suite of highprecision GPS sensor positioning and navigation solutions

More information

QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS

QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS QUADROTOR ROLL AND PITCH STABILIZATION USING SYSTEM IDENTIFICATION BASED REDESIGN OF EMPIRICAL CONTROLLERS ANIL UFUK BATMAZ 1, a, OVUNC ELBIR 2,b and COSKU KASNAKOGLU 3,c 1,2,3 Department of Electrical

More information

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs

Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Measurement Level Integration of Multiple Low-Cost GPS Receivers for UAVs Akshay Shetty and Grace Xingxin Gao University of Illinois at Urbana-Champaign BIOGRAPHY Akshay Shetty is a graduate student in

More information

2006 CCRTS THE STATE OF THE ART AND THE STATE OF THE PRACTICE. Network on Target: Remotely Configured Adaptive Tactical Networks. C2 Experimentation

2006 CCRTS THE STATE OF THE ART AND THE STATE OF THE PRACTICE. Network on Target: Remotely Configured Adaptive Tactical Networks. C2 Experimentation 2006 CCRTS THE STATE OF THE ART AND THE STATE OF THE PRACTICE Network on Target: Remotely Configured Adaptive Tactical Networks C2 Experimentation Alex Bordetsky Eugene Bourakov Center for Network Innovation

More information

Robot Mapping. Introduction to Robot Mapping. Gian Diego Tipaldi, Wolfram Burgard

Robot Mapping. Introduction to Robot Mapping. Gian Diego Tipaldi, Wolfram Burgard Robot Mapping Introduction to Robot Mapping Gian Diego Tipaldi, Wolfram Burgard 1 What is Robot Mapping? Robot a device, that moves through the environment Mapping modeling the environment 2 Related Terms

More information

Profiling Radiometer for Atmospheric and Cloud Observations PRACO

Profiling Radiometer for Atmospheric and Cloud Observations PRACO Profiling Radiometer for Atmospheric and Cloud Observations PRACO Boulder Environmental Sciences and Technology BEST Small startup company, established in 2006 Focused on radiometry ground based and airborne

More information

Congress Best Paper Award

Congress Best Paper Award Congress Best Paper Award Preprints of the 3rd IFAC Conference on Mechatronic Systems - Mechatronics 2004, 6-8 September 2004, Sydney, Australia, pp.547-552. OPTO-MECHATRONIC IMAE STABILIZATION FOR A COMPACT

More information

COOPERATIVE RELATIVE LOCALIZATION FOR MOBILE ROBOT TEAMS: AN EGO- CENTRIC APPROACH

COOPERATIVE RELATIVE LOCALIZATION FOR MOBILE ROBOT TEAMS: AN EGO- CENTRIC APPROACH COOPERATIVE RELATIVE LOCALIZATION FOR MOBILE ROBOT TEAMS: AN EGO- CENTRIC APPROACH Andrew Howard, Maja J Matarić and Gaurav S. Sukhatme Robotics Research Laboratory, Computer Science Department, University

More information

POINTING ERROR CORRECTION FOR MEMS LASER COMMUNICATION SYSTEMS

POINTING ERROR CORRECTION FOR MEMS LASER COMMUNICATION SYSTEMS POINTING ERROR CORRECTION FOR MEMS LASER COMMUNICATION SYSTEMS Baris Cagdaser, Brian S. Leibowitz, Matt Last, Krishna Ramanathan, Bernhard E. Boser, Kristofer S.J. Pister Berkeley Sensor and Actuator Center

More information

DURIP Distributed SDR testbed for Collaborative Research. Wednesday, November 19, 14

DURIP Distributed SDR testbed for Collaborative Research. Wednesday, November 19, 14 DURIP Distributed SDR testbed for Collaborative Research Distributed Software Defined Radar Testbed Collaborative research resource based on software defined radar (SDR) platforms that can adaptively modify

More information

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS MotionCore, the smallest size AHRS in the world, is an ultra-small form factor, highly accurate inertia system based

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

Perception platform and fusion modules results. Angelos Amditis - ICCS and Lali Ghosh - DEL interactive final event

Perception platform and fusion modules results. Angelos Amditis - ICCS and Lali Ghosh - DEL interactive final event Perception platform and fusion modules results Angelos Amditis - ICCS and Lali Ghosh - DEL interactive final event 20 th -21 st November 2013 Agenda Introduction Environment Perception in Intelligent Transport

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

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

Sensor set stabilization system for miniature UAV

Sensor set stabilization system for miniature UAV Sensor set stabilization system for miniature UAV Wojciech Komorniczak 1, Tomasz Górski, Adam Kawalec, Jerzy Pietrasiński Military University of Technology, Institute of Radioelectronics, Warsaw, POLAND

More information

Towards Discrimination of Challenging Conditions for UGVs with Visual and Infrared Sensors

Towards Discrimination of Challenging Conditions for UGVs with Visual and Infrared Sensors Towards Discrimination of Challenging Conditions for UGVs with Visual and Infrared Sensors Christopher Brunner, Thierry Peynot and James Underwood ARC Centre of Excellence for Autonomous Systems Australian

More information

Inertial Doppler Radio Locator (IDRL) for DoD Test Range Applications

Inertial Doppler Radio Locator (IDRL) for DoD Test Range Applications INNOVATIONS IN ENGINEERING Inertial Doppler Radio Locator (IDRL) for DoD Test Range Applications This project is funded by the Test Resource Management Center (TRMC) Test and Evaluation/Science and Technology

More information

TEST RESULTS OF A DIGITAL BEAMFORMING GPS RECEIVER FOR MOBILE APPLICATIONS

TEST RESULTS OF A DIGITAL BEAMFORMING GPS RECEIVER FOR MOBILE APPLICATIONS TEST RESULTS OF A DIGITAL BEAMFORMING GPS RECEIVER FOR MOBILE APPLICATIONS Alison Brown, Huan-Wan Tseng, and Randy Kurtz, NAVSYS Corporation BIOGRAPHY Alison Brown is the President and CEO of NAVSYS Corp.

More information

Simulation of a mobile robot navigation system

Simulation of a mobile robot navigation system Edith Cowan University Research Online ECU Publications 2011 2011 Simulation of a mobile robot navigation system Ahmed Khusheef Edith Cowan University Ganesh Kothapalli Edith Cowan University Majid Tolouei

More information

Millimetre Wave Radar for Tracking and Imaging Applications

Millimetre Wave Radar for Tracking and Imaging Applications Abstract Millimetre Wave Radar for Tracking and Imaging Applications Graham M Brooker Australian Centre for Field Robotics, University of Sydney, Sydney, Australia gbrooker@acfr.usyd.edu.au This paper

More information

CRAFT UAV CRAFT CUSTOMIZABLE SIMULATOR

CRAFT UAV CRAFT CUSTOMIZABLE SIMULATOR CRAFT UAV CRAFT CUSTOMIZABLE SIMULATOR Customizable, modular UAV simulator designed to adapt, evolve, and deliver. The UAV CRAFT customizable Unmanned Aircraft Vehicle (UAV) simulator s design is based

More information

Development of a Low-Cost SLAM Radar for Applications in Robotics

Development of a Low-Cost SLAM Radar for Applications in Robotics Development of a Low-Cost SLAM Radar for Applications in Robotics Thomas Irps; Stephen Prior; Darren Lewis; Witold Mielniczek; Mantas Brazinskas; Chris Barlow; Mehmet Karamanoglu Department of Product

More information

Robots Leaving the Production Halls Opportunities and Challenges

Robots Leaving the Production Halls Opportunities and Challenges Shaping the future Robots Leaving the Production Halls Opportunities and Challenges Prof. Dr. Roland Siegwart www.asl.ethz.ch www.wysszurich.ch APAC INNOVATION SUMMIT 17 Hong Kong Science Park Science,

More information

The EDA SUM Project. Surveillance in an Urban environment using Mobile sensors. 2012, September 13 th - FMV SENSORS SYMPOSIUM 2012

The EDA SUM Project. Surveillance in an Urban environment using Mobile sensors. 2012, September 13 th - FMV SENSORS SYMPOSIUM 2012 Surveillance in an Urban environment using Mobile sensors 2012, September 13 th - FMV SENSORS SYMPOSIUM 2012 TABLE OF CONTENTS European Defence Agency Supported Project 1. SUM Project Description. 2. Subsystems

More information

BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR

BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR BYU SAR: A LOW COST COMPACT SYNTHETIC APERTURE RADAR David G. Long, Bryan Jarrett, David V. Arnold, Jorge Cano ABSTRACT Synthetic Aperture Radar (SAR) systems are typically very complex and expensive.

More information

interactive IP: Perception platform and modules

interactive IP: Perception platform and modules interactive IP: Perception platform and modules Angelos Amditis, ICCS 19 th ITS-WC-SIS76: Advanced integrated safety applications based on enhanced perception, active interventions and new advanced sensors

More information

ROBOTIC MANIPULATION AND HAPTIC FEEDBACK VIA HIGH SPEED MESSAGING WITH THE JOINT ARCHITECTURE FOR UNMANNED SYSTEMS (JAUS)

ROBOTIC MANIPULATION AND HAPTIC FEEDBACK VIA HIGH SPEED MESSAGING WITH THE JOINT ARCHITECTURE FOR UNMANNED SYSTEMS (JAUS) ROBOTIC MANIPULATION AND HAPTIC FEEDBACK VIA HIGH SPEED MESSAGING WITH THE JOINT ARCHITECTURE FOR UNMANNED SYSTEMS (JAUS) Dr. Daniel Kent, * Dr. Thomas Galluzzo*, Dr. Paul Bosscher and William Bowman INTRODUCTION

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

The Autonomous Robots Lab. Kostas Alexis

The Autonomous Robots Lab. Kostas Alexis The Autonomous Robots Lab Kostas Alexis Who we are? Established at January 2016 Current Team: 1 Head, 1 Senior Postdoctoral Researcher, 3 PhD Candidates, 1 Graduate Research Assistant, 2 Undergraduate

More information

Technology Considerations for Advanced Formation Flight Systems

Technology Considerations for Advanced Formation Flight Systems Technology Considerations for Advanced Formation Flight Systems Prof. R. John Hansman MIT International Center for Air Transportation How Can Technologies Impact System Concept Need (Technology Pull) Technologies

More information

Middleware and Software Frameworks in Robotics Applicability to Small Unmanned Vehicles

Middleware and Software Frameworks in Robotics Applicability to Small Unmanned Vehicles Applicability to Small Unmanned Vehicles Daniel Serrano Department of Intelligent Systems, ASCAMM Technology Center Parc Tecnològic del Vallès, Av. Universitat Autònoma, 23 08290 Cerdanyola del Vallès

More information

MarineSIM : Robot Simulation for Marine Environments

MarineSIM : Robot Simulation for Marine Environments MarineSIM : Robot Simulation for Marine Environments P.G.C.Namal Senarathne, Wijerupage Sardha Wijesoma,KwangWeeLee, Bharath Kalyan, Moratuwage M.D.P, Nicholas M. Patrikalakis, Franz S. Hover School of

More information

Remote Sensing using Bistatic GPS and a Digital Beam Steering Receiver

Remote Sensing using Bistatic GPS and a Digital Beam Steering Receiver Remote Sensing using Bistatic GPS and a Digital Beam Steering Receiver Alison Brown and Ben Mathews, NAVSYS Corporation BIOGRAPHY Alison Brown is the President and Chief Executive Officer of NAVSYS Corporation.

More information

Creating a 3D environment map from 2D camera images in robotics

Creating a 3D environment map from 2D camera images in robotics Creating a 3D environment map from 2D camera images in robotics J.P. Niemantsverdriet jelle@niemantsverdriet.nl 4th June 2003 Timorstraat 6A 9715 LE Groningen student number: 0919462 internal advisor:

More information

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation

Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Distributed Vision System: A Perceptual Information Infrastructure for Robot Navigation Hiroshi Ishiguro Department of Information Science, Kyoto University Sakyo-ku, Kyoto 606-01, Japan E-mail: ishiguro@kuis.kyoto-u.ac.jp

More information

Saphira Robot Control Architecture

Saphira Robot Control Architecture Saphira Robot Control Architecture Saphira Version 8.1.0 Kurt Konolige SRI International April, 2002 Copyright 2002 Kurt Konolige SRI International, Menlo Park, California 1 Saphira and Aria System Overview

More information

DLR Project ADVISE-PRO Advanced Visual System for Situation Awareness Enhancement Prototype Introduction The Project ADVISE-PRO

DLR Project ADVISE-PRO Advanced Visual System for Situation Awareness Enhancement Prototype Introduction The Project ADVISE-PRO DLR Project ADVISE-PRO Advanced Visual System for Situation Awareness Enhancement Prototype Dr. Bernd Korn DLR, Institute of Flight Guidance Lilienthalplatz 7 38108 Braunschweig Bernd.Korn@dlr.de phone

More information

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation

The LVCx Framework. The LVCx Framework An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation An Advanced Framework for Live, Virtual and Constructive Experimentation The CSIR has a proud track record spanning more than ten

More information

Technical issues of MRL Virtual Robots Team RoboCup 2016, Leipzig Germany

Technical issues of MRL Virtual Robots Team RoboCup 2016, Leipzig Germany Technical issues of MRL Virtual Robots Team RoboCup 2016, Leipzig Germany Mohammad H. Shayesteh 1, Edris E. Aliabadi 1, Mahdi Salamati 1, Adib Dehghan 1, Danial JafaryMoghaddam 1 1 Islamic Azad University

More information

Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots

Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots Vision-based Localization and Mapping with Heterogeneous Teams of Ground and Micro Flying Robots Davide Scaramuzza Robotics and Perception Group University of Zurich http://rpg.ifi.uzh.ch All videos in

More information