Model-based Programming: From Embedded Systems To Robotic Space Explorers

Size: px
Start display at page:

Download "Model-based Programming: From Embedded Systems To Robotic Space Explorers"

Transcription

1 Model-based Programming: From Embedded Systems To Robotic Space Explorers Brian C. Williams CSAIL Massachusetts Institute of Technology

2 Failures Highlight The Challenge of Robustness Clementine Mars Climate Orbiter Mars Orbiter Mars Polar Lander courtesy of JPL

3 Complexity Is In Coordinating Subsystems Large collections of devices must work in concert to achieve goals Devices indirectly observed and controlled. Must manage large levels of redundancy. Need quick, robust response to anomalies throughout life.

4 Mars Polar Lander Failure Leading Diagnosis: Legs deployed during descent. Noise spike on leg sensors latched by software monitors. Laser altimeter registers 50ft. Begins polling leg monitors to determine touch down. Latched noise spike read as touchdown. Engine shutdown at ~50ft. Fault Aware Systems: Create embedded languages That reason and coordinate on the fly from models Programmers are overwhelmed by the bookkeeping of reasoning about unlikely hidden states

5 Mission Design Begins With A Storyboard engine to standby

6 Mission Storyboards Specify Evolving States engine to standby Descent engine to standby : heating standby off sec

7 Mission Storyboards Specify Evolving States engine to standby Spacecraft approach: 270 mins delay relative position wrt Mars not observable based on ground computations of cruise trajectory

8 Mission Storyboards Specify Evolving States engine to standby Switch navigation mode: Earth-relative Inertial = Star IMU Tracker only + IMU

9 Mission Storyboards Specify Evolving States engine to standby Rotate spacecraft: command ACS to entry orientation

10 Mission Storyboards Specify Evolving States engine to standby Rotate spacecraft: once entry orientation achieved, ACS holds attitude

11 Mission Storyboards Specify Evolving States engine to standby Separate from cruise stage: cruise stage pyro latches stage

12 Mission Storyboards Specify Evolving States engine to standby Separate from cruise stage: when entry orientation achieved, fire primary pyro latch cruise stage pyro latches stage

13 Specify Evolving States engine to standby Separate from cruise stage: when entry orientation achieved, fire primary pyro latch stage

14 gine to standby Storyboards Elaborated With Failure Scenarios Separate from cruise stage: in case of failure of primary latch, fire backup pyro latch cruise stage stage

15 gine to standby Storyboards Elaborated With Failure Scenarios Separate from cruise stage: in case of failure of primary latch, fire backup pyro latch cruise stage stage

16 Like Storyboards, Model-based Programs Specify The Evolution of Abstract States Model-based executive maps between state and sensors/actuators. Embedded programs evolve actions by interacting with plant sensors and actuators: Read sensors Set actuators Model-based programs evolve abstract states through direct interaction: Read abstract state Write abstract state Embedded Program Model-based Embedded Program Obs S Plant Cntrl Obs S Model-based Executive S Plant Cntrl

17 Descent Example Turn camera off and engine on EngineA EngineB EngineA EngineB Science Camera Science Camera

18 Model-based Programs Control program specifies state trajectories: fires one of two engines sets both engines to standby prior to firing engine, camera must be turned off to avoid plume contamination in case of primary engine failure, fire backup engine instead Plant Model describes behavior of each component: OrbitInsert():: (do-watching ((EngineA = Thrusting) OR (EngineB = Thrusting)) (parallel (EngineA = Standby) (EngineB = Standby) (Camera = Off) (do-watching (EngineA = Failed) (when-donext ( (EngineA = Standby) AND (Camera = Off) ) (EngineA = Thrusting))) (when-donext ( (EngineA = Failed) AND (EngineB = Standby) AND (Camera = Off) ) (EngineB = Thrusting)))) Nominal and Off nominal qualitative constraints likelihoods and costs

19 Plant Model component modes described by finite domain constraints on variables deterministic and probabilistic transitions cost/reward Engine Model Camera Model (thrust = zero) AND (power_in = zero) (thrust = zero) AND (power_in = nominal) (thrust = full) AND (power_in = nominal) Off 2 kv Standby Firing 0 v kv 0.01 Failed one per component operating concurrently 0 v (power_in = zero) AND (shutter = closed) (power_in = nominal) AND (shutter = open) Off On 0 v 0.01 off- cmd standby- cmd standby- cmd fire- cmd turnoff- cmd turnon- cmd v 0 v

20 tate-based Execution: The model-based program sets the tate to thrusting, and the deductive controller.... Oxidizer tank Fuel tank Deduces that thrust is off, and e engine is healthy Plans actions to open six valves Deduces that a valve failed - stuck closed Determines that valves on the backup engine will achieve thrust, and plans needed actions.

21 OrbitInsert():: (do-watching ((EngineA = Firing) OR RMPL Model-based (EngineB = Firing)) Program (parallel (EngineA = Standby) (EngineB = Standby) Control (Camera Program = Off) (do-watching (EngineA = Failed) (when-donext ( (EngineA = Standby) AND (Camera = Off) ) Executes concurrently (EngineA = Firing))) Preempts Queries (hidden) states Asserts (EngineB (hidden) = Firing)))) state (when-donext ( (EngineA = Failed) AND (EngineB = Standby) AND (Camera = Off) ) Titan Model-based Executive Generates target goal states conditioned Control on Sequencer state estimates System Model State estimates State goals Open Open Closed Valve Close Stuck open Stuck 0.01 closed inflow iff outflow Tracks Mode Estimation Deductive likely Controller plant states Observations Commands Plant Tracks Mode least cost Reconfiguration goal states

Outline. Planning and Execution in a Changing World. Readings and Assignments. Autonomous Agents

Outline. Planning and Execution in a Changing World. Readings and Assignments. Autonomous Agents Planning and in a Changing World Total Order Plan Contains Irrelevant Committments cleanh carry nogarb Slides draw upon materials from: Dan Weld Stuart Russell & Peter Norvig Brian C. Williams

More information

Optimal CSPs and Conflict-directed A*

Optimal CSPs and Conflict-directed A* Optimal CSPs and Conflict-directed A* courtesy of JPL Brian C. Williams 1.41J/.84J February nd, 005 //005 copyright Brian Williams, 00 1 Brian C. Williams, copyright 000 RMPL Mode Model-based Estimation:

More information

Innovative Visual Navigation Solutions for ESA s Lunar Lander Mission Dr. E. Zaunick, D. Fischer, Dr. I. Ahrns, G. Orlando, B. Polle, E.

Innovative Visual Navigation Solutions for ESA s Lunar Lander Mission Dr. E. Zaunick, D. Fischer, Dr. I. Ahrns, G. Orlando, B. Polle, E. Lunar Lander Phase B1 Innovative Visual Navigation Solutions for ESA s Lunar Lander Mission Dr. E. Zaunick, D. Fischer, Dr. I. Ahrns, G. Orlando, B. Polle, E. Kervendal p. 0 9 th International Planetary

More information

Mars Entry and Descent. Dr. Scott Striepe NASA Langley Research Center

Mars Entry and Descent. Dr. Scott Striepe NASA Langley Research Center Mars Entry and Descent Dr. Scott Striepe NASA Langley Research Center Robotic Mars Exploration Operating Missions Mars Exploration Program Search: Aqueous Minerals Found Search: Subsurface Ice Found Determine:

More information

Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education

Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education DIPARTIMENTO DI INGEGNERIA INDUSTRIALE Development of a Ground Based Cooperating Spacecraft Testbed for Research and Education Mattia Mazzucato, Sergio Tronco, Andrea Valmorbida, Fabio Scibona and Enrico

More information

Automatic Recovery from Software Failure: A Model-Based Approach to Self-Adaptive Software

Automatic Recovery from Software Failure: A Model-Based Approach to Self-Adaptive Software Automatic Recovery from Software Failure: A Model-Based Approach to Self-Adaptive Software Paul Robertson and Brian Williams {paulr,williams}@csail.mit.edu MIT CSAIL, 32 Vassar Street, Building 32-272

More information

Satellite Attitude Determination

Satellite Attitude Determination Satellite Attitude Determination AERO4701 Space Engineering 3 Week 5 Last Week Looked at GPS signals and pseudorange error terms Looked at GPS positioning from pseudorange data Looked at GPS error sources,

More information

H2020 Space Robotic SRC- OG4

H2020 Space Robotic SRC- OG4 H2020 Space Robotic SRC- OG4 2 nd PERASPERA workshop Presentation by Sabrina Andiappane Thales Alenia Space France This project has received funding from the European Union s Horizon 2020 research and

More information

Results from the Phoenix Atmospheric Structure Experiment

Results from the Phoenix Atmospheric Structure Experiment Results from the Phoenix Atmospheric Structure Experiment Paul Withers 1 and David Catling 2 (1) Center for Space Physics, Boston University, USA (withers@bu.edu) (2) University of Washington, USA International

More information

A Reactive Planner for. Model-based Executive

A Reactive Planner for. Model-based Executive A Reactive Planner for Brian C. Williams Computational Sciences Division MS 269-2 NASA Ames Research Center, Moffett Field, CA 94035 USA E-mail: villiamsttptolemy.arc.nasa.gov Model-based Executive P.

More information

Principles of Automated Reasoning and Decision Making

Principles of Automated Reasoning and Decision Making Massachusetts Institute of Technology 16.410 Principles of Automated Reasoning and Decision Making Problem Set #5 Problem 1: Planning for Space Operations (30 points) In this problem you will construct

More information

ACCURATE BELIEF STATE UPDATE FOR PROBABILISTIC CONSTRAINT AUTOMATA

ACCURATE BELIEF STATE UPDATE FOR PROBABILISTIC CONSTRAINT AUTOMATA ACCURATE BELIEF STATE UPDATE FOR PROBABILISTIC CONSTRAINT AUTOMATA by Oliver Borelli Martin B.S., Department of Aerospace Engineering California Polytechnic State University, 2002 SUBMITTED TO THE DEPARTMENT

More information

Development of Formation Flight and Docking Algorithms Using the SPHERES Testbed

Development of Formation Flight and Docking Algorithms Using the SPHERES Testbed Development of Formation Flight and Docking Algorithms Using the Testbed Prof. David W. Miller MIT Allen Chen, Alvar Saenz-Otero, Mark Hilstad, David W. Miller Introduction : Synchronized Position Hold

More information

Precision Hopping/Rolling Robotic Surface Probe Based on Tensegrity Structures. BEST Lab Seminar October 7 th, 2016 Brian Cera Edward Zhu

Precision Hopping/Rolling Robotic Surface Probe Based on Tensegrity Structures. BEST Lab Seminar October 7 th, 2016 Brian Cera Edward Zhu Precision Hopping/Rolling Robotic Surface Probe Based on Tensegrity Structures BEST Lab Seminar October 7 th, 2016 Brian Cera Edward Zhu 1 Research Objectives & Mission Requirements Secondary payload to

More information

Simulation and Optimization

Simulation and Optimization A Major Step to Efficient Trajectory Simulation and Optimization Astrodynamics Workshop 200 Dipl.-Ing. Sven Weike ASTOS GmbH i.g Content 1. What is ASTOS? 2. History of ASTOS 3. What is new in ASTOS V6

More information

MS3 Lunar General Information. MS3 Lunar Program Functionality

MS3 Lunar General Information. MS3 Lunar Program Functionality MS3 Lunar General Information MS3-Lunar provides support for a next generation mission to the Moon and back, based on the original concepts of the Constellation program. MS3-Lunar can be adapted to other

More information

Introduction to Autonomous Mobile Robots

Introduction to Autonomous Mobile Robots Introduction to Autonomous Mobile Robots second edition Roland Siegwart, Illah R. Nourbakhsh, and Davide Scaramuzza The MIT Press Cambridge, Massachusetts London, England Contents Acknowledgments xiii

More information

Vision Based GNC Systems for Planetary Exploration

Vision Based GNC Systems for Planetary Exploration Abstract Vision Based GNC Systems for Planetary Exploration S. Mancuso ESA ESTEC, Noordwijk, The Netherlands In the frame of planetary exploration, among the Guidance Navigation and Control activities

More information

A Model-based Approach to Reactive Self-Configuring Systems

A Model-based Approach to Reactive Self-Configuring Systems From: AAAI Technical Report WS-96-01. Compilation copyright 1996, AAAI (www.aaai.org). All rights reserved. A Model-based Approach to Reactive Self-Configuring Systems Brian C. Williams and P. Pandurang

More information

ASTRIUM Space Transportation

ASTRIUM Space Transportation SIMU-LANDER Hazard avoidance & advanced GNC for interplanetary descent and soft-landing S. Reynaud, E. Ferreira, S. Trinh, T. Jean-marius 3rd International Workshop on Astrodynamics Tools and Techniques

More information

UAV Autonomous Navigation in a GPS-limited Urban Environment

UAV Autonomous Navigation in a GPS-limited Urban Environment UAV Autonomous Navigation in a GPS-limited Urban Environment Yoko Watanabe DCSD/CDIN JSO-Aerial Robotics 2014/10/02-03 Introduction 2 Global objective Development of a UAV onboard system to maintain flight

More information

OCSD-A / AeroCube-7A Status Update

OCSD-A / AeroCube-7A Status Update OCSD-A / AeroCube-7A Status Update Darren Rowen Richard Dolphus Patrick Doyle Addison Faler April 20, 2016 2016 The Aerospace Corporation Agenda Concept of Operations Overview Spacecraft Configuration

More information

Subsystem Hazard Analysis (SSHA)

Subsystem Hazard Analysis (SSHA) Subsystem Hazard Analysis (SSHA) c "!$#%! Examine subsystems to determine how their Normal performance Operational degradation Functional failure Unintended function Inadvertent function (proper function

More information

MODEL-BASED PLANNING THROUGH CONSTRAINT AND CAUSAL ORDER DECOMPOSITION

MODEL-BASED PLANNING THROUGH CONSTRAINT AND CAUSAL ORDER DECOMPOSITION MODEL-BASED PLANNING THROUGH CONSTRAINT AND CAUSAL ORDER DECOMPOSITION by Seung H. Chung B.A.Sc., University of Washington (1999) S.M., Massachusetts Institute of Technology (2003) Submitted to the Department

More information

Guidance, Navigation and Control issues for Hayabusa follow-on missions F. Terui, N. Ogawa, O. Mori JAXA (Japan Aerospace Exploration Agency )

Guidance, Navigation and Control issues for Hayabusa follow-on missions F. Terui, N. Ogawa, O. Mori JAXA (Japan Aerospace Exploration Agency ) 18-20th May 2009 Guidance, Navigation and Control issues for Hayabusa follow-on missions F. Terui, N. Ogawa, O. Mori JAXA (Japan Aerospace Exploration Agency ) Lessons and Learned & heritage from Proximity

More information

Rendezvous sensors and navigation

Rendezvous sensors and navigation Clean Space Industrial Days Rendezvous sensors and navigation 23-27 th May 2016 Nicolas Deslaef (TAS-F) Julien Christy (TAS-F) 83230918-DOC-TAS-FR-001 OPEN Agenda 2 Collection of R&T studies enabling vision

More information

What is Mechatronics

What is Mechatronics Mechatronics What is Mechatronics What Is Mechatronics? Mechatronics is a methodology used for the optimal design of electromechanical products. Multi-disciplinary system design has employed a sequential

More information

Electrical Ground Support Equipment Verification Test Support. EGSE Verification Test Support

Electrical Ground Support Equipment Verification Test Support. EGSE Verification Test Support Electrical Ground Support Equipment Verification Test Support Tom Leisgang Orbital Network Engineering tleisgang@orbitalnetwork.com T. Leisgang 1 EGSE Functions Provide common infrastructure Command and

More information

Angles-Only Autonomous Rendezvous Navigation to a Space Resident Object

Angles-Only Autonomous Rendezvous Navigation to a Space Resident Object aa.stanford.edu damicos@stanford.edu stanford.edu Angles-Only Autonomous Rendezvous Navigation to a Space Resident Object Josh Sullivan PhD. Candidate, Space Rendezvous Laboratory PI: Dr. Simone D Amico

More information

Error Simulation and Multi-Sensor Data Fusion

Error Simulation and Multi-Sensor Data Fusion Error Simulation and Multi-Sensor Data Fusion AERO4701 Space Engineering 3 Week 6 Last Week Looked at the problem of attitude determination for satellites Examined several common methods such as inertial

More information

Principles of Autonomy and Decision Making

Principles of Autonomy and Decision Making Massachusetts Institute of Technology 16.410-13 Principles of Autonomy and Decision Making Problem Set #6 (distributed 10/22/04). Paper solutions are due no later than 5pm on Friday, 10/29/04. Please give

More information

techniques and illustrated in

techniques and illustrated in FLYAROUND A flyaround is a PROX OPS task which involves maneuvering the Orbiter (active vehicle) from one point to another point relative to the TGT (passive vehicle) in the TGT LVLH frame. The term "transition"

More information

Blue Canyon Technologies XB1 Enabling a New Realm of CubeSat Science. George Stafford BCT Range St, Suite 200 Boulder, CO 80301

Blue Canyon Technologies XB1 Enabling a New Realm of CubeSat Science. George Stafford BCT Range St, Suite 200 Boulder, CO 80301 Blue Canyon Technologies XB1 Enabling a New Realm of CubeSat Science George Stafford BCT 720.458.0703 1600 Range St, Suite 200 Boulder, CO 80301 About BCT Blue Canyon Technologies is a small business founded

More information

Navigation for Future Space Exploration Missions Based on Imaging LiDAR Technologies. Alexandre Pollini Amsterdam,

Navigation for Future Space Exploration Missions Based on Imaging LiDAR Technologies. Alexandre Pollini Amsterdam, Navigation for Future Space Exploration Missions Based on Imaging LiDAR Technologies Alexandre Pollini Amsterdam, 12.11.2013 Presentation outline The needs: missions scenario Current benchmark in space

More information

Probabilistic Robotics

Probabilistic Robotics Probabilistic Robotics Probabilistic Motion and Sensor Models Some slides adopted from: Wolfram Burgard, Cyrill Stachniss, Maren Bennewitz, Kai Arras and Probabilistic Robotics Book SA-1 Sensors for Mobile

More information

Hard-real-time Resource Management for Autonomous Spacecraft 1

Hard-real-time Resource Management for Autonomous Spacecraft 1 Hard-real-time Resource Management for Autonomous Spacecraft 1 Erann Gat Jet Propulsion Laboratory, California Institute of Technology 4800 Oak Grove Drive, Pasadena, CA 91109 gat@jpl.nasa.gov Abstract

More information

Example of Technology Development Program

Example of Technology Development Program Example of Technology Development Program SSTDM 2014 IISC, Bangalore, India April 1, 2014 Dr. Marco Villa CANEUS Small Satellites Director Tyvak VP Space Vehicle Systems Ground rules Power and Volume are

More information

EtherCAT P combines ultra-fast communication and power supply in a single cable

EtherCAT P combines ultra-fast communication and power supply in a single cable PC Control 01 2016 technology One Cable Automation the path to plug-and-play automation without control cabinets combines ultra-fast communication and power supply in a single cable With, Beckhoff is expanding

More information

Symbolic Synthesis of Observability Requirements for Diagnosability

Symbolic Synthesis of Observability Requirements for Diagnosability Symbolic Synthesis of Observability Requirements for Diagnosability B. Bittner 1,2 M.Bozzano 2 A. Cimatti 2 X. Olive 3 1 University of Amsterdam, Science Park 904, 1098XH Amsterdam, The Netherlands bittner@science.uva.nl

More information

CCSDS and NASA Standards for Satellite Control Network Interoperability

CCSDS and NASA Standards for Satellite Control Network Interoperability InterPlanetary Network & Information Systems Directorate CCSDS and NASA Standards for Satellite Network Interoperability Peter Shames Jet Propulsion Laboratory California Institute of Technology The Fundamental

More information

Architectural Design. CSCE Lecture 12-09/27/2016

Architectural Design. CSCE Lecture 12-09/27/2016 Architectural Design CSCE 740 - Lecture 12-09/27/2016 Architectural Styles 2 Today s Goals Define what architecture means when discussing software development. Discuss methods of documenting and planning

More information

Landmarks Constellation Based Position Estimation for Spacecraft Pinpoint Landing

Landmarks Constellation Based Position Estimation for Spacecraft Pinpoint Landing Landmarks Constellation Based Position Estimation for Spacecraft Pinpoint Landing Bach Van Pham, Simon Lacroix, Michel Devy LAAS-CNRS 7 Avenue du Colonel Roche, 31077 Toulouse Cedex 4, France bvpham@laasfr,

More information

Current Joint Polar Satellite System (JPSS) Common Ground System (CGS) Technical Performance Measures (TPMs)

Current Joint Polar Satellite System (JPSS) Common Ground System (CGS) Technical Performance Measures (TPMs) Current Joint Polar Satellite System (JPSS) Common Ground System (CGS) Technical Performance Measures (TPMs) Shawn Miller Milt Panas Kerry Grant Mike Jamilkowski 13 January 2015 Copyright 2016 Raytheon

More information

Fault Tolerant Supervisory Control of Human Interactive Robots

Fault Tolerant Supervisory Control of Human Interactive Robots Fault Tolerant Supervisory Control of Human Interactive Robots H.-B. Kuntze, C.-W. Frey, K. Giesen, G. Milighetti IITB für Karlsruhe, Germany Kuntze@iitb.fraunhofer.de page 1 Content 1 Introduction 2 Supervisory

More information

ON-LINE QUALITATIVE MODEL-BASED DIAGNOSIS OF TECHNOLOGICAL SYSTEMS USING COLORED PETRI NETS

ON-LINE QUALITATIVE MODEL-BASED DIAGNOSIS OF TECHNOLOGICAL SYSTEMS USING COLORED PETRI NETS ON-LINE QUALITATIVE MODEL-BASED DIAGNOSIS OF TECHNOLOGICAL SYSTEMS USING COLORED PETRI NETS Adrien Leitold 1 Miklós Gerzson 2 Anna I. Pózna 2 and Katalin M. Hangos 2,3 1 Department of Mathematics 3 Process

More information

Overview of Proximity Operations Missions Relevant to NanoSats

Overview of Proximity Operations Missions Relevant to NanoSats Overview of Proximity Operations Missions Relevant to NanoSats Scott MacGillivray, President Tyvak Nano-Satellite Systems LLC (714) 392-9095 scott@tyvak.com 18 April 2012 This document does not contain

More information

Boolean network robotics

Boolean network robotics Boolean network robotics An example of ongoing robotics research Andrea Roli andrea.roli@unibo.it DISI - Dept. of Computer Science and Engineering Campus of Cesena Alma Mater Studiorum Università di Bologna

More information

RoSES. Robust Self-configuring Embedded Systems ENGINEERING. Prof. Philip Koopman

RoSES. Robust Self-configuring Embedded Systems ENGINEERING. Prof. Philip Koopman RoSES Robust Self-configuring Embedded Systems http://www.ece.cmu.edu/roses Prof. Philip Koopman Bill Nace Charles Shelton Meredith Beveridge Tridib Chakravarty Chris Martin Mike Bigrigg Institute for

More information

INITIAL SPHERES OPERATIONS ABOARD THE INTERNATIONAL SPACE STATION

INITIAL SPHERES OPERATIONS ABOARD THE INTERNATIONAL SPACE STATION INITIAL SPHERES OPERATIONS ABOARD THE INTERNATIONAL SPACE STATION Alvar Saenz-Otero, David W. Miller MIT Space Systems Laboratory Cambridge, MA, 02139 USA +1 617 324 6827, alvarso@mit.edu ABSTRACT The

More information

SSA NEO Segment Overview and approach for Phase 2

SSA NEO Segment Overview and approach for Phase 2 SSA NEO Segment Overview and approach for Phase 2 Detlef Koschny, Gerhard Drolshagen Detlef.Koschny@esa.int mage credit: ESA ESA Unclassified For public distribution 1 Tasks of the NEO segment NEO = near-earth

More information

Autonomous navigation in industrial cluttered environments using embedded stereo-vision

Autonomous navigation in industrial cluttered environments using embedded stereo-vision Autonomous navigation in industrial cluttered environments using embedded stereo-vision Julien Marzat ONERA Palaiseau Aerial Robotics workshop, Paris, 8-9 March 2017 1 Copernic Lab (ONERA Palaiseau) Research

More information

Software Quality. What is Good Software?

Software Quality. What is Good Software? Software Quality CS A470 What is Good Software? Depends on your point of view Five perspectives Transcendental view. Quality can be recognized but hard to define User view. Fitness for purpose Often adopted

More information

Model Checking with Automata An Overview

Model Checking with Automata An Overview Model Checking with Automata An Overview Vanessa D Carson Control and Dynamical Systems, Caltech Doyle Group Presentation, 05/02/2008 VC 1 Contents Motivation Overview Software Verification Techniques

More information

Jena-Optronik Relative Navigation Sensor Activities

Jena-Optronik Relative Navigation Sensor Activities Jena-Optronik Relative Navigation Sensor Activities ESA AIM Industry Day Jena-Optronik Relative Navigation Sensor Activities ESA AIM Industry Day. Page 1 Space developments from Jena. 1976 1980 1991 1994

More information

Tightly-Integrated Visual and Inertial Navigation for Pinpoint Landing on Rugged Terrains

Tightly-Integrated Visual and Inertial Navigation for Pinpoint Landing on Rugged Terrains Tightly-Integrated Visual and Inertial Navigation for Pinpoint Landing on Rugged Terrains PhD student: Jeff DELAUNE ONERA Director: Guy LE BESNERAIS ONERA Advisors: Jean-Loup FARGES Clément BOURDARIAS

More information

Real-time Algorithmic Detection of a Landing Site using Sensors aboard a Lunar Lander

Real-time Algorithmic Detection of a Landing Site using Sensors aboard a Lunar Lander Real-time Algorithmic Detection of a Landing Site using Sensors aboard a Lunar Lander Ina Fiterau Venkat Raman Senapati School of Computer Science Electrical & Computer Engineering Carnegie Mellon University

More information

VALIDATION OF 3D ENVIRONMENT PERCEPTION FOR LANDING ON SMALL BODIES USING UAV PLATFORMS

VALIDATION OF 3D ENVIRONMENT PERCEPTION FOR LANDING ON SMALL BODIES USING UAV PLATFORMS ASTRA 2015 VALIDATION OF 3D ENVIRONMENT PERCEPTION FOR LANDING ON SMALL BODIES USING UAV PLATFORMS Property of GMV All rights reserved PERIGEO PROJECT The work presented here is part of the PERIGEO project

More information

Last update: May 6, Robotics. CMSC 421: Chapter 25. CMSC 421: Chapter 25 1

Last update: May 6, Robotics. CMSC 421: Chapter 25. CMSC 421: Chapter 25 1 Last update: May 6, 2010 Robotics CMSC 421: Chapter 25 CMSC 421: Chapter 25 1 A machine to perform tasks What is a robot? Some level of autonomy and flexibility, in some type of environment Sensory-motor

More information

Distributed Consensus in Multivehicle Cooperative Control: Theory and Applications

Distributed Consensus in Multivehicle Cooperative Control: Theory and Applications Distributed Consensus in Multivehicle Cooperative Control: Theory and Applications Wei Ren and Randal W. Beard Springer ISBN: 978-1-84800-014-8 Tutorial Slides Prepared by Wei Ren Department of Electrical

More information

Robotics Programming Laboratory

Robotics Programming Laboratory Chair of Software Engineering Robotics Programming Laboratory Bertrand Meyer Jiwon Shin Lecture 9: Software Architecture in Robotics Control and navigation architecture Serial architecture action Module

More information

Real-Time Systems 1. Basic Concepts

Real-Time Systems 1. Basic Concepts Real-Time Systems 1 Basic Concepts Typical RTS 2 Example: Car 3 Mission: Reaching the destination safely. Controlled System: Car. Operating environment: Road conditions and other cars. Controlling System

More information

DARPA Perspective on Space

DARPA Perspective on Space DARPA Perspective on Space Ms. Pamela A. Melroy, Deputy Director DARPA Tactical Technology Office Briefing prepared for International Symposium for Personal and Commercial Spaceflight (ISPCS) 2015 October

More information

Humanoid Robotics. Monte Carlo Localization. Maren Bennewitz

Humanoid Robotics. Monte Carlo Localization. Maren Bennewitz Humanoid Robotics Monte Carlo Localization Maren Bennewitz 1 Basis Probability Rules (1) If x and y are independent: Bayes rule: Often written as: The denominator is a normalizing constant that ensures

More information

Precise Image-Based Motion Estimation for Autonomous Small Body Exploration

Precise Image-Based Motion Estimation for Autonomous Small Body Exploration Appearing in the 5th Int l Symp. on Artificial Intelligence, Robotics and Automation in Space (isairas 99), pp. 627-634. Precise Image-Based Motion Estimation for Autonomous Small Body Exploration Andrew

More information

Designing a Reliable Industrial Ethernet Network

Designing a Reliable Industrial Ethernet Network N-TRON Corp. 820 S. University Blvd. Suite 4E Mobile, Al. 36609 Phone: 251-342-2164 Fax: 251-342-6353 Designing a Reliable Industrial Ethernet Network Most of the major manufacturing automation end users

More information

What are Embedded Systems? Lecture 1 Introduction to Embedded Systems & Software

What are Embedded Systems? Lecture 1 Introduction to Embedded Systems & Software What are Embedded Systems? 1 Lecture 1 Introduction to Embedded Systems & Software Roopa Rangaswami October 9, 2002 Embedded systems are computer systems that monitor, respond to, or control an external

More information

DEIF A/S. Description of options. Option C2, Generator add-on protection package Automatic Gen-set Controller. Description of option

DEIF A/S. Description of options. Option C2, Generator add-on protection package Automatic Gen-set Controller. Description of option Description of options Option C2, Generator add-on protection package Automatic Gen-set Controller 4189340345C SW version 2.1X.X Description of option Functional description DEIF A/S Parameter list DEIF

More information

OHB System AG International Conference on Space Optics ICSO 2016 Prepared by Raffello MIGLIORE Date , Biarritz.

OHB System AG International Conference on Space Optics ICSO 2016 Prepared by Raffello MIGLIORE Date , Biarritz. International Conference on Space Optics ICSO 2016 Prepared by Raffello MIGLIORE Date 19.10.2016, Biarritz Outlook on EDRS-C EDRS-C / European Data Relay System EDRS-C, designed and developed by OHB System,

More information

Presentation Outline

Presentation Outline Presentation Outline Phd Activities during the three years mainly concentrated on the development and testing of the SPARTANS cooperating spacecraft hardware testbed Development of the Translation Module

More information

W4. Perception & Situation Awareness & Decision making

W4. Perception & Situation Awareness & Decision making W4. Perception & Situation Awareness & Decision making Robot Perception for Dynamic environments: Outline & DP-Grids concept Dynamic Probabilistic Grids Bayesian Occupancy Filter concept Dynamic Probabilistic

More information

CSE-571 Robotics. Sensors for Mobile Robots. Beam-based Sensor Model. Proximity Sensors. Probabilistic Sensor Models. Beam-based Scan-based Landmarks

CSE-571 Robotics. Sensors for Mobile Robots. Beam-based Sensor Model. Proximity Sensors. Probabilistic Sensor Models. Beam-based Scan-based Landmarks Sensors for Mobile Robots CSE-57 Robotics Probabilistic Sensor Models Beam-based Scan-based Landmarks Contact sensors: Bumpers Internal sensors Accelerometers (spring-mounted masses) Gyroscopes (spinning

More information

Davide Scaramuzza. University of Zurich

Davide Scaramuzza. University of Zurich Davide Scaramuzza University of Zurich Robotics and Perception Group http://rpg.ifi.uzh.ch/ Scaramuzza, D., Fraundorfer, F., Visual Odometry: Part I - The First 30 Years and Fundamentals, IEEE Robotics

More information

Formal Modeling for Verifiable, Efficient Fault Detection and Response

Formal Modeling for Verifiable, Efficient Fault Detection and Response Formal Modeling for Verifiable, Efficient Fault Detection and Response Meredith Beveridge Lecocke Southwest Research Institute Flight Software Workshop Pasadena, CA 16 Dec 2014 Two-Fault Tolerant Systems

More information

Autonomous Sequencing and Model-based Fault Protection for Space Interferometry

Autonomous Sequencing and Model-based Fault Protection for Space Interferometry Autonomous Sequencing and Model-based Fault Protection for Space Interferometry Michel Ingham, Brian Williams Space Systems Laboratory Massachusetts Institute of Technology Cambridge, MA 02139 {ingham,

More information

Turning an Automated System into an Autonomous system using Model-Based Design Autonomous Tech Conference 2018

Turning an Automated System into an Autonomous system using Model-Based Design Autonomous Tech Conference 2018 Turning an Automated System into an Autonomous system using Model-Based Design Autonomous Tech Conference 2018 Asaf Moses Systematics Ltd., Technical Product Manager aviasafm@systematics.co.il 1 Autonomous

More information

ID 020C: Hardware-in-Loop: System Testing Without the System

ID 020C: Hardware-in-Loop: System Testing Without the System ID 020C: Hardware-in-Loop: System Testing Without the System Applied Dynamics International Marcella Haghgooie Sr. Field Applications Engineer 13 October 2010 Version: 1.2 Marcella Haghgooie Sr. Field

More information

Mars Polar Lander Fault Identification Using Model-based Testing

Mars Polar Lander Fault Identification Using Model-based Testing Mars Polar Lander Fault Identification Using Model-based Testing Mark Blackburn Robert Knickerbocker Robert Busser Richard Kasuda Aaron Nauman Lockheed Martin Space Systems Company Software Productivity

More information

Jean-François Goester

Jean-François Goester Jean-François Goester Email: jean-francois.goester@cnes.fr Summary The old Software suit The choice of the Java TM language PATRIUS GENIUS GENOPUS PSIMU Other applications Distribution Conclusion 2 The

More information

Jo-Car2 Autonomous Mode. Path Planning (Cost Matrix Algorithm)

Jo-Car2 Autonomous Mode. Path Planning (Cost Matrix Algorithm) Chapter 8.2 Jo-Car2 Autonomous Mode Path Planning (Cost Matrix Algorithm) Introduction: In order to achieve its mission and reach the GPS goal safely; without crashing into obstacles or leaving the lane,

More information

GE Intelligent Platforms PAC8000 RTU

GE Intelligent Platforms PAC8000 RTU GE Intelligent Platforms PAC8000 RTU A ruggedized, reliable RTU PAC8000 Remote Terminal Unit (RTU) thrives in the desert heat of the Arabian Peninsula and the arctic cold of Siberian oil fields delivering

More information

On-Orbit Testing of Target-less TriDAR 3D Rendezvous and Docking Sensor

On-Orbit Testing of Target-less TriDAR 3D Rendezvous and Docking Sensor On-Orbit Testing of Target-less TriDAR 3D Rendezvous and Docking Sensor Stephane Ruel, Tim Luu, Andrew Berube* *Neptec Design Group, Canada e-mail: sruel@neptec.com Abstract TriDAR is a vision system developed

More information

Thomas Bräunl EMBEDDED ROBOTICS. Mobile Robot Design and Applications with Embedded Systems. Second Edition. With 233 Figures and 24 Tables.

Thomas Bräunl EMBEDDED ROBOTICS. Mobile Robot Design and Applications with Embedded Systems. Second Edition. With 233 Figures and 24 Tables. Thomas Bräunl EMBEDDED ROBOTICS Mobile Robot Design and Applications with Embedded Systems Second Edition With 233 Figures and 24 Tables Springer CONTENTS PART I: EMBEDDED SYSTEMS 1 Robots and Controllers

More information

Mission Design for Safe Traverse of Planetary Hoppers

Mission Design for Safe Traverse of Planetary Hoppers Mission Design for Safe Traverse of Planetary Hoppers by Babak E. Cohanim B.S., Iowa State University (22) S.M., Massachusetts Institute of Technology (24) Submitted to the Department of Aeronautics &

More information

Enhancing Performance of Cooperating Agents in Real-time Diagnostic Systems

Enhancing Performance of Cooperating Agents in Real-time Diagnostic Systems Enhancing Performance of Cooperating Agents in Real-time Diagnostic Systems U. M. Schwuttke and A. G. Quan Jet Propulsion Laboratory California Institute of Technology 4800 Oak Grove Drive Pasadena, CA

More information

Designing a Reliable Industrial Ethernet Network

Designing a Reliable Industrial Ethernet Network N-TRON Corp. 820 S. University Blvd. Suite 4E Mobile, Al. 36609 Phone: 251-342-2164 Fax: 251-342-6353 Designing a Reliable Industrial Ethernet Network Most of the major manufacturing automation end users

More information

An Approach to Bootstrapping Knowledge Management Process in Engineering Projects

An Approach to Bootstrapping Knowledge Management Process in Engineering Projects An Approach to Bootstrapping Knowledge Management Process in Engineering Projects Yoshikiyo Kato and Koichi Hori Deptartment of Advanced Interdisciplinary Studies, The University of Tokyo 4-6-1 Komaba,

More information

Bayesian Train Localization Method Extended By 3D Geometric Railway Track Observations From Inertial Sensors

Bayesian Train Localization Method Extended By 3D Geometric Railway Track Observations From Inertial Sensors www.dlr.de Chart 1 Fusion 2012 > Oliver Heirich Extended Bayesian Train Localization > 10.7.2012 Bayesian Train Localization Method Extended By 3D Geometric Railway Track Observations From Inertial Sensors

More information

DARPA Investments in GEO Robotics

DARPA Investments in GEO Robotics DARPA Investments in GEO Robotics Carl Glen Henshaw, Ph.D. Signe Redfield, Ph.D. Naval Center for Space Technology U.S. Naval Research Laboratory Washington, DC 20375 May 22, 2015 Introduction Program

More information

WFF Pad 0A Universal Ground Fluid Control System

WFF Pad 0A Universal Ground Fluid Control System WFF Pad 0A Universal Ground Fluid Control System Executive Overview March 2012 Command and Control Technologies Corporation CCT is under contract to the Mid-Atlantic Regional Spaceport to build, install,

More information

Evolutionary Neurocontrol

Evolutionary Neurocontrol ACT Global Optimization Competition Workshop Evolutionary Neurocontrol Team 1 Bernd Dachwald German Aerospace Center (DLR) Mission Operations Section Oberpfaffenhofen b e r n d. d a c h w a l d @ d l r.

More information

Autonomous Navigation for Flying Robots

Autonomous Navigation for Flying Robots Computer Vision Group Prof. Daniel Cremers Autonomous Navigation for Flying Robots Lecture 7.2: Visual Odometry Jürgen Sturm Technische Universität München Cascaded Control Robot Trajectory 0.1 Hz Visual

More information

Phantom 2 Reference Guide

Phantom 2 Reference Guide Phantom 2 Reference Guide Contents Section 1: Operation and Preparing for Flight. 2 Transmitter introduction 2 Controlling the Drone 2 Turning on the Transmitter 3 Range Extender 3 Basic Drone Parts 4

More information

GYRO MISALIGNMENT AND SCALE FACTOR ERROR DETERMINATION IN MARS ORBITER MISSION

GYRO MISALIGNMENT AND SCALE FACTOR ERROR DETERMINATION IN MARS ORBITER MISSION IAA-AAS-DCoSS2-14-07-11 GYRO MISALIGNMENT AND SCALE FACTOR ERROR DETERMINATION IN MARS ORBITER MISSION Naga Manjusha, * M. Srikanth, Ritu Karidhal, $ and V. Kesava Raju INTRODUCTION This paper deals with

More information

Mobile Mapping and Navigation. Brad Kohlmeyer NAVTEQ Research

Mobile Mapping and Navigation. Brad Kohlmeyer NAVTEQ Research Mobile Mapping and Navigation Brad Kohlmeyer NAVTEQ Research Mobile Mapping & Navigation Markets Automotive Enterprise Internet & Wireless Mobile Devices 2 Local Knowledge & Presence Used to Create Most

More information

Autonomous Navigation in Complex Indoor and Outdoor Environments with Micro Aerial Vehicles

Autonomous Navigation in Complex Indoor and Outdoor Environments with Micro Aerial Vehicles Autonomous Navigation in Complex Indoor and Outdoor Environments with Micro Aerial Vehicles Shaojie Shen Dept. of Electrical and Systems Engineering & GRASP Lab, University of Pennsylvania Committee: Daniel

More information

Development of Generic Ground Systems by the Use of a Standard Modeling Method. Takahiro Yamada JAXA/ISAS March 1, 2005

Development of Generic Ground Systems by the Use of a Standard Modeling Method. Takahiro Yamada JAXA/ISAS March 1, 2005 Development of Generic Ground Systems by the Use of a Standard Modeling Method Takahiro Yamada JAXA/ISAS March 1, 2005 1 Purpose of This Presentation To explain how spacecraft can be virtualized by using

More information

ULTRA LONG-LIFE AVIONICS ARCHITECTURE

ULTRA LONG-LIFE AVIONICS ARCHITECTURE ULTRA LONG-LIFE AVIONICS ARCHITECTURE Savio Chau, Abhijit Sengupta, Tuan Tran, Alireza Bakhshi and Tooraj Kia Jet Propulsion Laboratory California Institute of Technology Pasadena, California, USA ABSTRACT

More information

EE 570: Location and Navigation: Theory & Practice

EE 570: Location and Navigation: Theory & Practice EE 570: Location and Navigation: Theory & Practice Navigation Mathematics Tuesday 15 Jan 2013 NMT EE 570: Location and Navigation: Theory & Practice Slide 1 of 14 Coordinate Frames - ECI The Earth-Centered

More information

Simple attitude visualization tool for satellite operations

Simple attitude visualization tool for satellite operations Simple attitude visualization tool for satellite operations Franck M. Chatel * and Herbert Wuesten DLR - GSOC, Wessling, 82234, Germany Gabriel Mihail LSE, Darmstadt, 64293, Germany The attitude data delivered

More information

Su-25T. Key Command List

Su-25T. Key Command List Su-25T Key Command List General Esc End mission Pause Pause Z - LCtrl Time accelerate Z - LAlt Time decelerate Z - LShift Time normal ' Score window ` Multiplayer chat - mode All ` - RCtrl Multiplayer

More information