Spacecraft Autonomy. Seung H. Chung. Massachusetts Institute of Technology Satellite Engineering Fall 2003

Size: px
Start display at page:

Download "Spacecraft Autonomy. Seung H. Chung. Massachusetts Institute of Technology Satellite Engineering Fall 2003"

Transcription

1 Spacecraft Autonomy Seung H. Chung Massachusetts Institute of Technology Satellite Engineering Fall 2003

2 Why Autonomy? Failures Anomalies Communication Coordination Courtesy of the Johns Hopkins University Applied Physics Laboratory. Used with permission. courtesy of NASA JPL courtesy of NASA New Horizons Europa Probe courtesy of NASA JPL courtesy of NASA JPL Apollo 13 Quintuple fault (three shorts, tankline and pressure jacket burst, panel flies off). Mars Polar Lander Mars Outpost 2 Massachusetts Institute of Technology

3 Autonomy Technologies Fault Detection, Isolation and Recovery Planning & Scheduling Intelligent Data Understanding Path Planning Gradient method Mixed integer linear programming (Prof John How) Graph search (Prof Brian Williams) Localization & Mapping Concurrent mapping and localization (Prof John Leonard) 3 Massachusetts Institute of Technology

4 Why Fault Detection Isolation & Recovery (FDIR)? Improve the likelihood of mission success by minimizing the downtime. Increase productivity Prevent loss of opportunities Reduce safety risk For manned missions, longer system downtime implies higher risk to the astronauts. 4 Massachusetts Institute of Technology

5 FDIR Techniques If-then-else Hard coded set of FDIR statements Rule-based Set of rules written by the engineers Fires a rule (i.e. executes a rule) when the rule is satisfied Example #24 (ID > 1A) And (Ishunt_D > 6A) for 10 sec, then Try_Sec_Bus_Reg_Off. #27 (Red Battery Charger is ON) for 5 sec, then rule (28,29) stop. The core software is reusable. Engineers must enumerate all possible faults and combinations thereof along with the corresponding recovery methods. Verifying the validity of the rules is difficult. 5 Massachusetts Institute of Technology

6 Model-based FDIR Technique Engineers model the behavior of the system (i.e. components). Computer detects/isolates/recovers faults by reasoning on the model of the system. Both the model and the model-based FDIR system can be reused. Problem too difficult for a computer? Observation Model-based FDIR System Command 6 Massachusetts Institute of Technology

7 Planning & Scheduling Planning Given: Set of actions a system can perform and the associated requirements and effects of the actions Current state Desired goal state Objective: Compute a sequence of actions that achieves the desired goal state. Scheduling Given: Set of tasks to execute and the associated constraints (i.e. time, resource, ) Objective: Compute the proper order of the tasks that satisfies the constraints. 7 Massachusetts Institute of Technology

8 Planning Example Goal: Take an image of Alpha Centauri Plan: 1. Compute current position and attitude 2. Compute the necessary position and attitude for Alpha Centauri to be in view 3. Initialize and warm-up the imaging system 4. Change the position and point toward Alpha Centauri 5. Open the shutter 6. Take image 8 Massachusetts Institute of Technology

9 Why Planning & Scheduling? Simplify spacecraft commanding. Simplify mission operations work. Enable timely replanning when necessary without communication time-delay issues. 9 Massachusetts Institute of Technology

10 Intelligent Data Understanding What is it? Knowledge Discovery: Is this something new, something interesting? Pattern Recognition: What are the identifiable characteristics? Classification and Clustering: Does this belong to some category of information? Why? The communication bandwidth does not allow transmission of all available data. Serendipitous events 10 Massachusetts Institute of Technology

11 Remote Agent Experiment 11 Massachusetts Institute of Technology

12 Model-based Embedded and Robotic Systems Group Massachusetts Institute of Technology Satellite Engineering Fall 2003

13 Model-based Programs Reason in Terms of State Embedded programs interact with the system s sensors/actuators: Read sensors Set actuators Embedded Program Model-based programs interact with the system s state: Read state Set state Model-based Embedded Program Obs S Plant Cntrl Obs S Model-based Executive S Plant Cntrl Programmer must map between state and sensors/actuators. M-B Executive maps between states and sensors/actuators. 13 Massachusetts Institute of Technology

14 Model-based Programming Example Engine Model EngineA EngineB Science Camera EngineA Systems engineers think in terms of state trajectories: EngineB Science Camera goal: fire one of the two engines set both engines to standby prior to firing the engine, turn the camera off to avoid plume contamination in case of engine failure, fire the backup Engineers reason how to achieve state trajectories using component models (thrust = zero) AND (power_in = zero) (thrust = zero) AND (power_in = nominal) (thrust = full) AND (power_in = nominal) (power_in = zero) AND (shutter = closed) (power_in = nominal) AND (shutter = open) Off Standby Firing Camera Model Off Failed 14 Massachusetts Institute of Technology On 0.01 Resettable 0.01 off- cmd standby- cmd standby- cmd fire- cmd turnoff- cmd turnon- cmd reset- cmd

15 Model-based Executive Executable Specification goal: fire one of the two engines set both engines to standby prior to firing the engine, turn the camera off to avoid plume contamination in case of engine failure, fire the backup Sequencer State Estimate Configuration Goals Mode Estimation Mode Reconfiguration EngineA EngineB Science Camera Observation System Command 15 Massachusetts Institute of Technology

16 Mode Estimation Configuration Goal: Engine A = Firing Observation: Thrust = 0 S 1 Engine A Engine A Engine A S 2 Possible Diagnoses S 3 Engine A 16 Massachusetts Institute of Technology

17 Mode Reconfiguration Current State Goal Interpreter Reactive Planner Configuration goals Goal State Command Driver GHe N 2 H 4 S P INPUT Configuration Goal Trust = on Current State Tank = full Pressure = nominal Driver = off Valve = closed Thruster = off OUPUT Command Turn driver on 17 Massachusetts Institute of Technology

18 Hybrid Mode Estimation Failures can manifest themselves through coupling between a system s continuous dynamics and its evolution through different behavior modes must track over continuous state changes and discrete mode changes Symptoms initially on the same scale as sensor/actuator noise need to extract mode estimates from subtle symptoms Hybrid Model Hidden Markov Models τ 11 τ 22 m 1 τ 21 τ 12 m 2 τ 13 m3 τ 23 τ 33 Continuous Dynamics xc( k+ 1) = fc 1( xc( k), uc( k), vc( k)) m1 : yc( k) = gc 1( xc( k), vc( k)) M xc( k+ 1) = fci( xc( k), uc( k), vc( k)) mi : yc( k) = gci( xc( k), vc( k)) 18 Massachusetts Institute of Technology

19 Difficulty with Autonomy Most problems require exponential time Unacceptable for real-time systems that have hard-time requirement Possible Approach Use divide-and-conquer approach Provide additional knowledge that guides the search for solution Use suboptimal solution Perform the difficult computations offline and execute the results online 19 Massachusetts Institute of Technology

Principles of Autonomy and Decision Making. Brian C. Williams / December 10 th, 2003

Principles of Autonomy and Decision Making. Brian C. Williams / December 10 th, 2003 Principles of Autonomy and Decision Making Brian C. Williams 16.410/16.413 December 10 th, 2003 1 Outline Objectives Agents and Their Building Blocks Principles for Building Agents: Modeling Formalisms

More information

Today s Assignment. Outline. Course Objective 1: Agent Architectures. Agent Architecture (Objective 1) Types of Agents (Objective 1)

Today s Assignment. Outline. Course Objective 1: Agent Architectures. Agent Architecture (Objective 1) Types of Agents (Objective 1) Principles of Autonomy and Decision Making Brian Williams 16.410/16.413 Session 1 Today s Assignment Read Chapters 1 and 2 of AIMA Artificial Intelligence: A Modern Approach by Stuart Russell and Peter

More information

Introduction To Cognitive Robots

Introduction To Cognitive Robots Introduction To Cognitive Robots Prof. Brian Williams Rm 33-418 Wednesday, February 2 nd, 2004 Outline Examples of Robots as Explorers Course Objectives Student Introductions and Goals Introduction to

More information

and : Principles of Autonomy and Decision Making. Prof Brian Williams, Prof Emilio Frazzoli and Sertac Karaman September, 8 th, 2010

and : Principles of Autonomy and Decision Making. Prof Brian Williams, Prof Emilio Frazzoli and Sertac Karaman September, 8 th, 2010 16.410 and 16.412: Principles of Autonomy and Decision Making Prof Brian Williams, Prof Emilio Frazzoli and Sertac Karaman September, 8 th, 2010 1 1 Assignments Homework: Class signup, return at end of

More information

Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations and Exploration Systems

Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations and Exploration Systems Walt Truszkowski, Harold L. Hallock, Christopher Rouff, Jay Karlin, James Rash, Mike Hinchey, and Roy Sterritt Autonomous and Autonomic Systems: With Applications to NASA Intelligent Spacecraft Operations

More information

Introduction to Principles of Autonomy and Decision Making. Today s Assignment

Introduction to Principles of Autonomy and Decision Making. Today s Assignment Introduction to Principles of Autonomy and Decision Making Brian C. Williams Brian C. Williams 16.410/16.413 16.410/16.413 September 3 September 3 rd, rd, 2003 2003 1 Today s Assignment Read Chapters 1

More information

Demonstrating Robotic Autonomy in NASA s Intelligent Systems Project

Demonstrating Robotic Autonomy in NASA s Intelligent Systems Project In Proceedings of the 8th ESA Workshop on Advanced Space Technologies for Robotics and Automation 'ASTRA 2004' ESTEC, Noordwijk, The Netherlands, November 2-4, 2004 Demonstrating Robotic Autonomy in NASA

More information

AUTOMATIC RECOVERY FROM SOFTWARE FAILURE

AUTOMATIC RECOVERY FROM SOFTWARE FAILURE AUTOMATIC RECOVERY FROM SOFTWARE FAILURE By PAUL ROBERTSON and BRIAN WILLIAMS I A model-based approach to self-adaptive software. n complex concurrent critical systems, such as autonomous robots, unmanned

More information

PAYLOAD DESIGN FOR A MICROSATELLITE II. Aukai Kent Department of Mechanical Engineering University of Hawai i at Mānoa Honolulu, HI ABSTRACT

PAYLOAD DESIGN FOR A MICROSATELLITE II. Aukai Kent Department of Mechanical Engineering University of Hawai i at Mānoa Honolulu, HI ABSTRACT PAYLOAD DESIGN FOR A MICROSATELLITE II Aukai Kent Department of Mechanical Engineering University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT Conventional satellites are extremely large, highly expensive,

More information

Lessons Learned: 100 Questions That Should Be Asked during Technical Reviews

Lessons Learned: 100 Questions That Should Be Asked during Technical Reviews SSED Application Example Lessons Learned: 100 Questions That Should Be Asked during Technical Reviews Seminar on Aerospace Mishaps and Lessons Learned 2004 MAPLD Conference 7 September 2004 Paul Cheng

More information

Fault Management Architectures and the Challenges of Providing Software Assurance

Fault Management Architectures and the Challenges of Providing Software Assurance Fault Management Architectures and the Challenges of Providing Software Assurance Presented to the 31 st Space Symposium Date: 4/14/2015 Presenter: Rhonda Fitz (MPL) Primary Author: Shirley Savarino (TASC)

More information

Lecture 13: Requirements Analysis

Lecture 13: Requirements Analysis Lecture 13: Requirements Analysis 2008 Steve Easterbrook. This presentation is available free for non-commercial use with attribution under a creative commons license. 1 Mars Polar Lander Launched 3 Jan

More information

Autonomous Control for Unmanned

Autonomous Control for Unmanned Autonomous Control for Unmanned Surface Vehicles December 8, 2016 Carl Conti, CAPT, USN (Ret) Spatial Integrated Systems, Inc. SIS Corporate Profile Small Business founded in 1997, focusing on Research,

More information

Reactive Planning of Hidden States in Large State Spaces Through Decomposition and Serialization. Deductive Controller. DS 1 Attitude Control System

Reactive Planning of Hidden States in Large State Spaces Through Decomposition and Serialization. Deductive Controller. DS 1 Attitude Control System HOME Landing Site: ABC Landing Site: XYZ T O W N O E COLLECTION POINT Enroute SCIENCE AREA RENDEZVOUS SCIENCE AREA Diverge SCIENCE AREA Reactive Planning of Hidden States in Large State Spaces Through

More information

An Autonomous Spacecraft Agent Prototype

An Autonomous Spacecraft Agent Prototype Autonomous Robots 5, 29 52 (1998) c 1998 Kluwer Academic Publishers. Manufactured in The Netherlands. An Autonomous Spacecraft Agent Prototype BARNEY PELL Caelum Research Corporation, NASA Ames Research

More information

Multi-Agent Planning

Multi-Agent Planning 25 PRICAI 2000 Workshop on Teams with Adjustable Autonomy PRICAI 2000 Workshop on Teams with Adjustable Autonomy Position Paper Designing an architecture for adjustably autonomous robot teams David Kortenkamp

More information

A High Power Articulated Solar Array for Lunar 6U CubeSats (DASA)

A High Power Articulated Solar Array for Lunar 6U CubeSats (DASA) A High Power Articulated Solar Array for Lunar 6U CubeSats (DASA) Andrew E. Kalman, Jerami M. Martin & William K. White Pumpkin, Inc. Slide 1 L-IC Requirements Lunar mission > 100W array Stowed as CSD-compatible

More information

Design and Operation of Micro-Gravity Dynamics and Controls Laboratories

Design and Operation of Micro-Gravity Dynamics and Controls Laboratories Design and Operation of Micro-Gravity Dynamics and Controls Laboratories Georgia Institute of Technology Space Systems Engineering Conference Atlanta, GA GT-SSEC.F.4 Alvar Saenz-Otero David W. Miller MIT

More information

THE SPHERES ISS LABORATORY FOR RENDEZVOUS AND FORMATION FLIGHT. MIT Room Vassar St Cambridge MA

THE SPHERES ISS LABORATORY FOR RENDEZVOUS AND FORMATION FLIGHT. MIT Room Vassar St Cambridge MA 1 THE SPHERES ISS LABORATORY FOR RENDEZVOUS AND FORMATION FLIGHT Authors: Alvar Saenz-Otero *, David Miller MIT Space Systems Laboratory, Director, *Graduate Research Assistant MIT Room 37-354 70 Vassar

More information

Hybrid architectures. IAR Lecture 6 Barbara Webb

Hybrid architectures. IAR Lecture 6 Barbara Webb Hybrid architectures IAR Lecture 6 Barbara Webb Behaviour Based: Conclusions But arbitrary and difficult to design emergent behaviour for a given task. Architectures do not impose strong constraints Options?

More information

ADDRESSING INFORMATION OVERLOAD IN THE MONITORING OF COMPLEX PHYSICAL SYSTEMS

ADDRESSING INFORMATION OVERLOAD IN THE MONITORING OF COMPLEX PHYSICAL SYSTEMS ADDRESSING INFORMATION OVERLOAD IN THE MONITORING OF COMPLEX PHYSICAL SYSTEMS Richard J. Doyle Leonard K. Charest Loretta P. Falcone Kirk Kandt Artificial Intelligence Group Jet Propulsion Laboratory California

More information

Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D.

Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D. Teleoperation and System Health Monitoring Mo-Yuen Chow, Ph.D. chow@ncsu.edu Advanced Diagnosis and Control (ADAC) Lab Department of Electrical and Computer Engineering North Carolina State University

More information

Application of Artificial Neural Networks in Autonomous Mission Planning for Planetary Rovers

Application of Artificial Neural Networks in Autonomous Mission Planning for Planetary Rovers Application of Artificial Neural Networks in Autonomous Mission Planning for Planetary Rovers 1 Institute of Deep Space Exploration Technology, School of Aerospace Engineering, Beijing Institute of Technology,

More information

REMOTE OPERATION WITH SUPERVISED AUTONOMY (ROSA)

REMOTE OPERATION WITH SUPERVISED AUTONOMY (ROSA) REMOTE OPERATION WITH SUPERVISED AUTONOMY (ROSA) Erick Dupuis (1), Ross Gillett (2) (1) Canadian Space Agency, 6767 route de l'aéroport, St-Hubert QC, Canada, J3Y 8Y9 E-mail: erick.dupuis@space.gc.ca (2)

More information

Verification of Autonomy Software

Verification of Autonomy Software Verification of Autonomy Software Contact: Charles Pecheur (RIACS) pecheur@email.arc.nasa.gov with Tony Lindsey (QSS) Stacy Nelson (NelsonConsult) Reid Simmons (Carnegie Mellon) Alessandro Cimatti (IRST,

More information

R2U2 in Space: System & Software Health Management for Small Satellites

R2U2 in Space: System & Software Health Management for Small Satellites R2U2 in Space: System & Software Health Management for Small Satellites Kristin Yvonne Rozier, Iowa State University Joint work with Johann Schumann (SGT/NASA Ames) December 15, 2016 A Recent Motivation...

More information

CPE/CSC 580: Intelligent Agents

CPE/CSC 580: Intelligent Agents CPE/CSC 580: Intelligent Agents Franz J. Kurfess Computer Science Department California Polytechnic State University San Luis Obispo, CA, U.S.A. 1 Course Overview Introduction Intelligent Agent, Multi-Agent

More information

The DLR On-Orbit Servicing Testbed

The DLR On-Orbit Servicing Testbed The DLR On-Orbit Servicing Testbed J. Artigas, R. Lampariello, B. Brunner, M. Stelzer, C. Borst, K. Landzettel, G. Hirzinger, A. Albu-Schäffer Robotics and Mechatronics Center, DLR VR-OOS Workshop 2012

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

How Software Errors Contribute to Satellite Failures -

How Software Errors Contribute to Satellite Failures - How Software Errors Contribute to Satellite Failures - Challenges Facing the Risk Analysis Community 15 May 2003 SCSRA Annual Workshop Paul G. Cheng Risk Assessment & Management Subdivision Systems Engineering

More information

Intelligent Agents & Search Problem Formulation. AIMA, Chapters 2,

Intelligent Agents & Search Problem Formulation. AIMA, Chapters 2, Intelligent Agents & Search Problem Formulation AIMA, Chapters 2, 3.1-3.2 Outline for today s lecture Intelligent Agents (AIMA 2.1-2) Task Environments Formulating Search Problems CIS 421/521 - Intro to

More information

Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9

Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9 Intro to Intelligent Robotics EXAM Spring 2008, Page 1 of 9 Student Name: Student ID # UOSA Statement of Academic Integrity On my honor I affirm that I have neither given nor received inappropriate aid

More information

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 CS 730/830: Intro AI Prof. Wheeler Ruml TA Bence Cserna Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 Wheeler Ruml (UNH) Lecture 1, CS 730 1 / 23 My Definition

More information

ASSESSMENT OF SPHERES

ASSESSMENT OF SPHERES Chapter 6 ASSESSMENT OF SPHERES This chapter starts by presenting an overview of the programs supported by SPHERES and the results obtained to date in several operational environments. Next, the chapter

More information

NASA s X2000 Program - an Institutional Approach to Enabling Smaller Spacecraft

NASA s X2000 Program - an Institutional Approach to Enabling Smaller Spacecraft NASA s X2000 Program - an Institutional Approach to Enabling Smaller Spacecraft Dr. Leslie J. Deutsch and Chris Salvo Advanced Flight Systems Program Jet Propulsion Laboratory California Institute of Technology

More information

Key Areas for Collaboration

Key Areas for Collaboration Planetary Robotics & Autonomy - current and future collaborations with China Dr. Yang Gao Head of AI & Autonomy Group Lecturer in Spacecraft Autonomy Surrey Space Centre University of Surrey, United Kingdom

More information

Credits. National Aeronautics and Space Administration. United Space Alliance, LLC. John Frassanito and Associates Strategic Visualization

Credits. National Aeronautics and Space Administration. United Space Alliance, LLC. John Frassanito and Associates Strategic Visualization A New Age in Space The Vision for Space Exploration Credits National Aeronautics and Space Administration United Space Alliance, LLC John Frassanito and Associates Strategic Visualization Coalition for

More information

Outline. Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types

Outline. Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types Intelligent Agents Outline Agents and environments Rationality PEAS (Performance measure, Environment, Actuators, Sensors) Environment types Agent types Agents An agent is anything that can be viewed as

More information

C. R. Weisbin, R. Easter, G. Rodriguez January 2001

C. R. Weisbin, R. Easter, G. Rodriguez January 2001 on Solar System Bodies --Abstract of a Projected Comparative Performance Evaluation Study-- C. R. Weisbin, R. Easter, G. Rodriguez January 2001 Long Range Vision of Surface Scenarios Technology Now 5 Yrs

More information

VOYAGER IMAGE DATA COMPRESSION AND BLOCK ENCODING

VOYAGER IMAGE DATA COMPRESSION AND BLOCK ENCODING VOYAGER IMAGE DATA COMPRESSION AND BLOCK ENCODING Michael G. Urban Jet Propulsion Laboratory California Institute of Technology 4800 Oak Grove Drive Pasadena, California 91109 ABSTRACT Telemetry enhancement

More information

Costs and Benefits of Model-based Diagnosis.

Costs and Benefits of Model-based Diagnosis. Costs and Benefits of Model-based Diagnosis. James Kurien NASA Ames Research Center MS 269-2, Moffett Field, CA 94035 e-mail: James.A.Kurien@nasa.gov María Dolores R-Moreno European Space Research and

More information

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING

A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING A FRAMEWORK FOR PERFORMING V&V WITHIN REUSE-BASED SOFTWARE ENGINEERING Edward A. Addy eaddy@wvu.edu NASA/WVU Software Research Laboratory ABSTRACT Verification and validation (V&V) is performed during

More information

Introduction to Computer Science

Introduction to Computer Science Introduction to Computer Science CSCI 109 Andrew Goodney Fall 2017 China Tianhe-2 Robotics Nov. 20, 2017 Schedule 1 Robotics ì Acting on the physical world 2 What is robotics? uthe study of the intelligent

More information

Robotics in Oil and Gas. Matt Ondler President / CEO

Robotics in Oil and Gas. Matt Ondler President / CEO Robotics in Oil and Gas Matt Ondler President / CEO 1 Agenda Quick background on HMI State of robotics Sampling of robotics projects in O&G Example of a transformative robotic application Future of robotics

More information

Planetary CubeSats, nanosatellites and sub-spacecraft: are we all talking about the same thing?

Planetary CubeSats, nanosatellites and sub-spacecraft: are we all talking about the same thing? Planetary CubeSats, nanosatellites and sub-spacecraft: are we all talking about the same thing? Frank Crary University of Colorado Laboratory for Atmospheric and Space Physics 6 th icubesat, Cambridge,

More information

RobOps Approaching a Holistic and Unified Interface Service Definition for Future Robotic Spacecraft

RobOps Approaching a Holistic and Unified Interface Service Definition for Future Robotic Spacecraft www.dlr.de Chart 1 RobOps Approaching a Holistic and Unified Interface Service Definition for Future Robotic Spacecraft Steffen Jaekel, Bernhard Brunner (1) Christian Laroque, Zoran Pjevic (2) Felix Flentge

More information

Biomedical sensors data fusion algorithm for enhancing the efficiency of fault-tolerant systems in case of wearable electronics device

Biomedical sensors data fusion algorithm for enhancing the efficiency of fault-tolerant systems in case of wearable electronics device Biomedical sensors data fusion algorithm for enhancing the efficiency of fault-tolerant systems in case of wearable electronics device Aileni Raluca Maria 1,2 Sever Pasca 1 Carlos Valderrama 2 1 Faculty

More information

Science on the Fly. Preview. Autonomous Science for Rover Traverse. David Wettergreen The Robotics Institute Carnegie Mellon University

Science on the Fly. Preview. Autonomous Science for Rover Traverse. David Wettergreen The Robotics Institute Carnegie Mellon University Science on the Fly Autonomous Science for Rover Traverse David Wettergreen The Robotics Institute University Preview Motivation and Objectives Technology Research Field Validation 1 Science Autonomy Science

More information

Intelligent Control For Spacecraft Autonomy An Industry Survey

Intelligent Control For Spacecraft Autonomy An Industry Survey Intelligent Control For Spacecraft Autonomy An Industry Survey David. B. LaVallee Jeremy Jacobsohn Johns Hopkins University Applied Physics Laboratory Intelsat, Ltd. 11100 Johns Hopkins Road 3400 International

More information

COS Lecture 1 Autonomous Robot Navigation

COS Lecture 1 Autonomous Robot Navigation COS 495 - Lecture 1 Autonomous Robot Navigation Instructor: Chris Clark Semester: Fall 2011 1 Figures courtesy of Siegwart & Nourbakhsh Introduction Education B.Sc.Eng Engineering Phyics, Queen s University

More information

KUTESat. Pathfinder. Presented by: Marco Villa KUTESat Project Manager. Kansas Universities Technology Evaluation Satellite

KUTESat. Pathfinder. Presented by: Marco Villa KUTESat Project Manager. Kansas Universities Technology Evaluation Satellite KUTESat Kansas Universities Technology Evaluation Satellite Pathfinder Presented by: Marco Villa KUTESat Project Manager Cubesat Developers' Workshop - San Luis Obispo, CA - April 8-10, 2004 SUMMARY Objectives

More information

NanoSwarm: CubeSats Enabling a Discovery Class Mission Jordi Puig-Suari Tyvak Nano-Satellite Systems

NanoSwarm: CubeSats Enabling a Discovery Class Mission Jordi Puig-Suari Tyvak Nano-Satellite Systems NanoSwarm: CubeSats Enabling a Discovery Class Mission Jordi Puig-Suari Tyvak Nano-Satellite Systems TERRAN ORBITAL NanoSwarm Mission Objectives Detailed investigation of Particles and Magnetic Fields

More information

Orbiter Cockpit Liang Sim, Kevin R. Duda, Thaddeus R. F. Fulford-Jones, Anuja Mahashabde December 9, 2005

Orbiter Cockpit Liang Sim, Kevin R. Duda, Thaddeus R. F. Fulford-Jones, Anuja Mahashabde December 9, 2005 Orbiter Cockpit Liang Sim, Kevin R. Duda, Thaddeus R. F. Fulford-Jones, Anuja Mahashabde December 9, 2005 1 INTRODUCTION The Orbiter cockpit is less advanced than modern aircraft cockpits despite a substantial

More information

Automation Middleware and Algorithms for Robotic Underwater Sensor Networks

Automation Middleware and Algorithms for Robotic Underwater Sensor Networks DISTRIBUTION STATEMENT A: Approved for public release; distribution is unlimited. Automation Middleware and Algorithms for Robotic Underwater Sensor Networks Fumin Zhang ECE, Georgia Institute of Technology

More information

Lecture#1 Handout. Plant has one or more inputs and one or more outputs, which can be represented by a block, as shown below.

Lecture#1 Handout. Plant has one or more inputs and one or more outputs, which can be represented by a block, as shown below. Lecture#1 Handout Introduction A system or a process or a plant is a segment of environment that is under consideration (working definition). Control is a term that describes the process of forcing a system

More information

The Emergence. The Strategic Importance of Spacecraft Autonomy

The Emergence. The Strategic Importance of Spacecraft Autonomy From: AAAI-97 Proceedings. Copyright 1997, AAAI (www.aaai.org). All rights reserved. The Emergence of S Richard J. Doyle Information and Computing Technologies Research Section Autonomy Technology Program

More information

Free-flying Satellite Inspector

Free-flying Satellite Inspector Approved for Public Release (OTR 2017-00263) Free-flying Satellite Inspector In-Space Non-Destructive Inspection Technology Workshop January 31-February 2, 2017 Johnson Space Center, Houston, Tx David

More information

OBJECT-ROLE MODELING FOR SPACE SYSTEMS

OBJECT-ROLE MODELING FOR SPACE SYSTEMS OBJECT-ROLE MODELING FOR SPACE SYSTEMS Christopher A. Kitts * Space Systems Development Laboratory Durand 453, Stanford University, Stanford CA 94305-4035 E-mail: kitts@leland.stanford.edu, Phone: (650)

More information

R-Log Radio data logger

R-Log Radio data logger > data loggers R-Log Radio data logger Highlights For portable use or continuos system; Multi-position measuring system using wireless communication from MASTER to SLAVE units; N.4 analog inputs, n.1 digital

More information

Week 2 Class Notes 1

Week 2 Class Notes 1 Week 2 Class Notes 1 Plan for Today Accident Models Introduction to Systems Thinking STAMP: A new loss causality model 2 Accident Causality Models Underlie all our efforts to engineer for safety Explain

More information

SIMULATING RESOURCE SHARING IN SPACECRAFT CLUSTERS USING MULTI-AGENT-SYSTEMS. Jürgen Leitner (1)

SIMULATING RESOURCE SHARING IN SPACECRAFT CLUSTERS USING MULTI-AGENT-SYSTEMS. Jürgen Leitner (1) ABSTRACT SIMULATING RESOURCE SHARING IN SPACECRAFT CLUSTERS USING MULTI-AGENT-SYSTEMS Jürgen Leitner (1) (1) European Space Agency, Advanced Concepts Team, jurgen.leitner@esa.int, +31 71 56 58518, Keplerlaan

More information

FOUNDATION Fieldbus: the Diagnostics Difference Fieldbus Foundation

FOUNDATION Fieldbus: the Diagnostics Difference Fieldbus Foundation FOUNDATION Fieldbus: the Diagnostics Difference There s Diagnostics and There s Diagnostics. The Value of Fieldbus Diagnostics Physical Layer Diagnostics Managing the Diagnostics Storm PAM and IDM Software,

More information

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology

National Aeronautics and Space Administration Jet Propulsion Laboratory California Institute of Technology QuikSCAT Mission Status QuikSCAT Follow-on Mission 2 QuikSCAT instrument and spacecraft are healthy, but aging June 19, 2009 will be the 10 year launch anniversary We ve had two significant anomalies during

More information

The International Lunar Network (ILN) and the US Anchor Nodes mission

The International Lunar Network (ILN) and the US Anchor Nodes mission The International Lunar Network (ILN) and the US Anchor Nodes mission Update to the LEAG/ILWEG/SRR, 10/30/08 Barbara Cohen, SDT Co-chair NASA Marshall Space Flight Center Barbara.A.Cohen@nasa.gov The ILN

More information

The Future of the US Space Program and Educating the Next Generation Workforce. IEEE Rock River Valley Section

The Future of the US Space Program and Educating the Next Generation Workforce. IEEE Rock River Valley Section The Future of the US Space Program and Educating the Next Generation Workforce IEEE Rock River Valley Section RVC Woodward Tech Center Overview of NASA s Future 2 Space Race Begins October 4, 1957 3 The

More information

Real-time Cooperative Behavior for Tactical Mobile Robot Teams. September 10, 1998 Ronald C. Arkin and Thomas R. Collins Georgia Tech

Real-time Cooperative Behavior for Tactical Mobile Robot Teams. September 10, 1998 Ronald C. Arkin and Thomas R. Collins Georgia Tech Real-time Cooperative Behavior for Tactical Mobile Robot Teams September 10, 1998 Ronald C. Arkin and Thomas R. Collins Georgia Tech Objectives Build upon previous work with multiagent robotic behaviors

More information

Panel Session IV - Future Space Exploration

Panel Session IV - Future Space Exploration The Space Congress Proceedings 2003 (40th) Linking the Past to the Future - A Celebration of Space May 1st, 8:30 AM - 11:00 AM Panel Session IV - Future Space Exploration Canaveral Council of Technical

More information

Robotics and Autonomy. Control of Complex Systems (RMM)

Robotics and Autonomy. Control of Complex Systems (RMM) Robotics and Autonomy Richard M. Murray BE 107, 14 May 2015 Goals: Describe how behavior is implemented in robotic systems (vs biology) Discuss some of the ways that insights in robotics might impact biology

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

The Lunar Split Mission: Concepts for Robotically Constructed Lunar Bases

The Lunar Split Mission: Concepts for Robotically Constructed Lunar Bases 2005 International Lunar Conference Renaissance Toronto Hotel Downtown, Toronto, Ontario, Canada The Lunar Split Mission: Concepts for Robotically Constructed Lunar Bases George Davis, Derek Surka Emergent

More information

SPACECRAFT AUTONOMY USING ONBOARD PROCESSING FOR A SAR CONSTELLATION MISSION

SPACECRAFT AUTONOMY USING ONBOARD PROCESSING FOR A SAR CONSTELLATION MISSION SPACECRAFT AUTONOMY USING ONBOARD PROCESSING FOR A SAR CONSTELLATION MISSION Rob Sherwood, Steve Chien, Rebecca Castano, Gregg Rabideau Jet Propulsion Laboratory, California Institute of Technology, 4800

More information

Service Robots in an Intelligent House

Service Robots in an Intelligent House Service Robots in an Intelligent House Jesus Savage Bio-Robotics Laboratory biorobotics.fi-p.unam.mx School of Engineering Autonomous National University of Mexico UNAM 2017 OUTLINE Introduction A System

More information

The TEXAS Satellite Design Laboratory: An Overview of Our Current Projects FASTRAC, BEVO-2, & ARMADILLO

The TEXAS Satellite Design Laboratory: An Overview of Our Current Projects FASTRAC, BEVO-2, & ARMADILLO The TEXAS Satellite Design Laboratory: An Overview of Our Current Projects FASTRAC, BEVO-2, & ARMADILLO Dr. E. Glenn Lightsey (Principal Investigator), Sebastián Muñoz, Katharine Brumbaugh UT Austin s

More information

Technology Roadmapping. Lesson 3

Technology Roadmapping. Lesson 3 Technology Roadmapping Lesson 3 Leadership in Science & Technology Management Mission Vision Strategy Goals/ Implementation Strategy Roadmap Creation Portfolios Portfolio Roadmap Creation Project Prioritization

More information

MATLAB MACHINE LEARNING BY MICHAEL PALUSZEK, STEPHANIE THOMAS DOWNLOAD EBOOK : MATLAB MACHINE LEARNING BY MICHAEL PALUSZEK, STEPHANIE THOMAS PDF

MATLAB MACHINE LEARNING BY MICHAEL PALUSZEK, STEPHANIE THOMAS DOWNLOAD EBOOK : MATLAB MACHINE LEARNING BY MICHAEL PALUSZEK, STEPHANIE THOMAS PDF Read Online and Download Ebook MATLAB MACHINE LEARNING BY MICHAEL PALUSZEK, STEPHANIE THOMAS DOWNLOAD EBOOK : MATLAB MACHINE LEARNING BY MICHAEL PALUSZEK, Click link bellow and free register to download

More information

Logic Developer Process Edition Function Blocks

Logic Developer Process Edition Function Blocks GE Intelligent Platforms Logic Developer Process Edition Function Blocks Delivering increased precision and enabling advanced regulatory control strategies for continuous process control Logic Developer

More information

MSL Lessons Learned Study. Presentation to NAC Planetary Protection Subcommittee April 29, 2013 Mark Saunders, Study Lead

MSL Lessons Learned Study. Presentation to NAC Planetary Protection Subcommittee April 29, 2013 Mark Saunders, Study Lead MSL Lessons Learned Study Presentation to NAC Planetary Protection Subcommittee April 29, 2013 Mark Saunders, Study Lead 1 Purpose Identify and document proximate and root causes of significant challenges

More information

Center for Hybrid and Embedded Software Systems. Hybrid & Embedded Software Systems

Center for Hybrid and Embedded Software Systems. Hybrid & Embedded Software Systems Center for Hybrid and Embedded Software Systems College of Engineering, University of California at Berkeley Presented by: Edward A. Lee, EECS, UC Berkeley Citris Founding Corporate Members Meeting, Feb.

More information

2009 ESMD Space Grant Faculty Project

2009 ESMD Space Grant Faculty Project 2009 ESMD Space Grant Faculty Project 1 Objectives Train and develop the highly skilled scientific, engineering and technical workforce of the future needed to implement space exploration missions: In

More information

IEEE Major Revision of Interconnection Standard

IEEE Major Revision of Interconnection Standard IEEE 1547-2018 - Major Revision of Interconnection Standard NRECA & APA s Emerging Priorities in Energy Research Day, Anchorage, AK Charlie Vartanian PE Secretary, IEEE 1547 Working Group October 31, 2018

More information

Workshop on Intelligent System and Applications (ISA 17)

Workshop on Intelligent System and Applications (ISA 17) Telemetry Mining for Space System Sara Abdelghafar Ahmed PhD student, Al-Azhar University Member of SRGE Workshop on Intelligent System and Applications (ISA 17) 13 May 2017 Workshop on Intelligent System

More information

Sara Spangelo 1 Jet Propulsion Laboratory (JPL), California Institute of Technology. Hongman Kim 2 Grant Soremekun 3 Phoenix Integration, Inc.

Sara Spangelo 1 Jet Propulsion Laboratory (JPL), California Institute of Technology. Hongman Kim 2 Grant Soremekun 3 Phoenix Integration, Inc. & Simulation of CubeSat Mission Model-Based Systems Engineering (MBSE) Behavioral and Execution Integration of MagicDraw, Cameo Simulation Toolkit, STK, and Matlab using ModelCenter Sara Spangelo 1 Jet

More information

GMS-5 Telemetry and Command SubSystem 1

GMS-5 Telemetry and Command SubSystem 1 GMS-5 Telemetry and Command SubSystem 1 Telemetry The telemetry subsystem consists of redundant Central Telemetry Units (CTU 1 & 2) and Remote Telemetry Units (RTU A & B) This subsystem multiplexes telemetry

More information

Constellation Systems Division

Constellation Systems Division Lunar National Aeronautics and Exploration Space Administration www.nasa.gov Constellation Systems Division Introduction The Constellation Program was formed to achieve the objectives of maintaining American

More information

Ground Systems Department

Ground Systems Department Current and Emerging Ground System Technologies Ground Systems Department Dr. E.G. Howard (NOAA, National Satellites and Information Services) Dr. S.R. Turner (The Aerospace Corporation, Engineering Technology

More information

Towards the definition of ESA s future OBCP building block

Towards the definition of ESA s future OBCP building block Towards the definition of ESA s future OBCP building block M. Ferraguto, J. Johansson, K. Jurva (SSF) A. Oganessian, M. Prochazka (ESA) A.I. Rodríguez, T. Schoofs (GMV) M. Barrenscheen (IDA), M. Muñoz

More information

Journal of Theoretical and Applied Mechanics, Sofia, 2014, vol. 44, No. 1, pp ROBONAUT 2: MISSION, TECHNOLOGIES, PERSPECTIVES

Journal of Theoretical and Applied Mechanics, Sofia, 2014, vol. 44, No. 1, pp ROBONAUT 2: MISSION, TECHNOLOGIES, PERSPECTIVES Journal of Theoretical and Applied Mechanics, Sofia, 2014, vol. 44, No. 1, pp. 97 102 SCIENTIFIC LIFE DOI: 10.2478/jtam-2014-0006 ROBONAUT 2: MISSION, TECHNOLOGIES, PERSPECTIVES Galia V. Tzvetkova Institute

More information

Finding Small Changes using Sensor Networks

Finding Small Changes using Sensor Networks Finding Small Changes using Sensor Networks Kaoru Hiramatsu, Takashi Hattori, Tatsumi Yamada, and Takeshi Okadome NTT Communication Science Laboratories, Japan fhiramatu,takashi hattori,tatsumi,houmig@cslab.kecl.ntt.co.jp

More information

CIRCUITS THAT ARE AVAILABLE ON LODAR RECEIVERS Features listed below are available on 92 Series and 93 Series

CIRCUITS THAT ARE AVAILABLE ON LODAR RECEIVERS Features listed below are available on 92 Series and 93 Series CIRCUITS THAT ARE AVAILABLE ON LODAR RECEIVERS Features listed below are available on 9 Series and 9 Series STOP CIRCUIT uses are: - OVER TEMPERATURE and OVER PRESSURE, etc. ALLOWS AN EXTERNAL SENSOR TO

More information

ARL Fall 2017 Meetings

ARL Fall 2017 Meetings ARL Fall 2017 Meetings Miguel Nunes Assistant Specialist, Hawaii Institute of Geophysics and Planetology (HIGP) and Hawaii Space Flight Laboratory (HSFL) Autonomous Docking with Small Satellites Overview

More information

Correcting Odometry Errors for Mobile Robots Using Image Processing

Correcting Odometry Errors for Mobile Robots Using Image Processing Correcting Odometry Errors for Mobile Robots Using Image Processing Adrian Korodi, Toma L. Dragomir Abstract - The mobile robots that are moving in partially known environments have a low availability,

More information

Satellite Testing. Prepared by. A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai

Satellite Testing. Prepared by. A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai Satellite Testing Prepared by A.Kaviyarasu Assistant Professor Department of Aerospace Engineering Madras Institute Of Technology Chromepet, Chennai @copyright Solar Panel Deployment Test Spacecraft operating

More information

Main Features. Highlights

Main Features. Highlights Highlights For portable use or continuos system; Multi-position measuring system using wireless communication from MASTER to SLAVE units; N.4 analog inputs, n.1 digital inputs; Inputs extension using MASTER/SLAVE

More information

PLANLAB: A Planetary Environment Surface & Subsurface Emulator Facility

PLANLAB: A Planetary Environment Surface & Subsurface Emulator Facility Mem. S.A.It. Vol. 82, 449 c SAIt 2011 Memorie della PLANLAB: A Planetary Environment Surface & Subsurface Emulator Facility R. Trucco, P. Pognant, and S. Drovandi ALTEC Advanced Logistics Technology Engineering

More information

A FACILITY AND ARCHITECTURE FOR AUTONOMY RESEARCH

A FACILITY AND ARCHITECTURE FOR AUTONOMY RESEARCH A FACILITY AND ARCHITECTURE FOR AUTONOMY RESEARCH Greg Pisanich, Lorenzo Flückiger, and Christian Neukom QSS Group Inc., NASA Ames Research Center Moffett Field, CA Abstract Autonomy is a key enabling

More information

Building Perceptive Robots with INTEL Euclid Development kit

Building Perceptive Robots with INTEL Euclid Development kit Building Perceptive Robots with INTEL Euclid Development kit Amit Moran Perceptual Computing Systems Innovation 2 2 3 A modern robot should Perform a task Find its way in our world and move safely Understand

More information

Putting the Systems in Security Engineering An Overview of NIST

Putting the Systems in Security Engineering An Overview of NIST Approved for Public Release; Distribution Unlimited. 16-3797 Putting the Systems in Engineering An Overview of NIST 800-160 Systems Engineering Considerations for a multidisciplinary approach for the engineering

More information

CubeSat Developers Workshop 2014

CubeSat Developers Workshop 2014 CubeSat Developers Workshop 2014 IPEX Intelligent Payload EXperiment Eric Baumgarten 4/23/14 CubeSat Workshop 2014 1 IPEX Mission Summary 1U Cubesat in collaboration with JPL Cal Poly s PolySat constructed

More information

Satellite Advances in New Mexico

Satellite Advances in New Mexico Satellite Advances in New Mexico Dr. Steve Suddarth Director (505) 803-2684 Director@fpgamac.org Prof. Christos Christodoulou Chief Research Officer (505) 277-6580 Christos@ece.unm.edu Craig Kief Deputy

More information

From Model-Based Strategies to Intelligent Control Systems

From Model-Based Strategies to Intelligent Control Systems From Model-Based Strategies to Intelligent Control Systems IOAN DUMITRACHE Department of Automatic Control and Systems Engineering Politehnica University of Bucharest 313 Splaiul Independentei, Bucharest

More information