Presentation is loading. Please wait.

Presentation is loading. Please wait.

© Charles Pecheur 1 SAS 2001 Verification and Validation of Model-Based Autonomous Systems Charles Pecheur, RIACS (ARC)

Similar presentations


Presentation on theme: "© Charles Pecheur 1 SAS 2001 Verification and Validation of Model-Based Autonomous Systems Charles Pecheur, RIACS (ARC)"— Presentation transcript:

1 © Charles Pecheur 1 SAS 2001 Verification and Validation of Model-Based Autonomous Systems Charles Pecheur, RIACS (ARC)

2 © Charles Pecheur 2 SAS 2001 Project Profile 3-year project, FY99 to FY01 Performed by ARC, With grant to CMU (Reid Simmons), Delivered to KSC. Goal: support V&V of Livingstone-based applications by the application developers (not by V&V experts) Two complementary approaches: –Symbolic model checking of models –Closed-loop verification of applications

3 © Charles Pecheur 3 SAS 2001 Model-Based Autonomy Based on AI technology General reasoning engine + application-specific model Use model to respond to unanticipated situations Reasoning Engine Model commandsstatus Spacecraft Autonomous controller model of

4 © Charles Pecheur 4 SAS 2001 MRMI Command Discretized Observations Mode updates Goals Model Reconfig Command current state Plan Execution System High level operational plan Livingstone Courtesy Autonomous Systems Group, NASA Ames The Livingstone MIR Remote Agent's model-based fault recovery sub-system

5 © Charles Pecheur 5 SAS 2001 MPL2SMV Livingstone Model SMV Model Livingstone Requirement SMV Requirement Livingstone Trace SMV Trace Livingstone SMV MPL2SMVMPL2SMV Autonomy Verification

6 © Charles Pecheur 6 SAS 2001 Livingstone to SMV Translation MODULE valve VAR mode: {Open,Closed, StuckO,StuckC}; cmd: {open,close}; DEFINEfaults:={StuckO,StuckC}; TRANS (mode=Closed & cmd=open) -> (next(mode)=Open | next(mode) in faults) ClosedValveOpen Stuckopen Stuckclosed openclose Livingstone ModelSMV Model (defcomponent valve () (:inputs (cmd :type valve-cmd))... (Closed :type ok-mode :transitions ((do-open :when (open cmd) :next Open)...)) (StuckC :type :fault-mode...)...) Livingstone Autonomous Controller SMV Symbolic Model Checker

7 © Charles Pecheur 7 SAS 2001 Symbolic Model Checking Manipulates sets of states, Represented as boolean formulas, Encoded as binary decision diagrams. Can handle larger state spaces (10 50 and up). BDD computations: –Good in average but exponential in worst case. –Computation time depends on BDD size => number of variables, complexity of formulas, but not directly state space size. Example: SMV (Carnegie Mellon U.) x y 01 2... 0 1 x=2  y=1 10 x=2 y=1

8 © Charles Pecheur 8 SAS 2001 From Livingstone Models to SMV Models Co-developed with CMU Based on Livingstone 1 (Lisp) 4K lines of Lisp Similar nature => translation is easy Properties in temporal logic + pre-defined patterns Temporal queries –e.g. "what faults imply eventual recovery" –Proof-of-concept prototype (done at CMU) –deceptive results so far Migration to Livingstone 2 (in progress)

9 © Charles Pecheur 9 SAS 2001 Use atmosphere from Mars to make fuel for return flight. Livingstone controller developed at NASA KSC. Components are tanks, reactors, valves, sensors... Exposed several (known and unknown) modelling errors. Latest model is 10 55 states. Live experience of V&V methods used by non-specialists. Application In-Situ Propellant Production CO 2 + 2H 2 —> CH 4 + O 2 Mars atmosphere oxidizer fuel on-board

10 © Charles Pecheur 10 SAS 2001 Closed-Loop Verification Principle Start from conventional testing (the real program). Instrument the code to be able to do full model checking (or as close as possible). status Spacecraft Simulator Model commands MIRModel Livingstone Executive Stub Plan Model Checking Engine get state set state single step TESTBEDTESTBED

11 © Charles Pecheur 11 SAS 2001 Livingstone PathFinder (LPF) Closed-loop verification for Livingstone. In Java, using Livingstone 2 (C++ via Java JNI). –Uses Livingstone 2 checkpointing. Scenario: (sequence of commands)  (choice of faults) Livingstone-based simulator. –Supports under-constrained models. Open API between testbed and model checker – Re-use parts of Java model checker.

12 © Charles Pecheur 12 SAS 2001 Publications and Presentations 3 Papers on Livingstone-to-SMV translator –Simmons & Pecheur, AAAI Spring Symposium (03/00) –Pecheur & Simmons, Goddard FAABS Workshop (04/00, book chapter in preparation) –Simmons & Pecheur, IROS Conference (11/00) 3 Presentations on V&V of ISPP –Engrand & Pecheur, Goddard FAABS workshop (poster, 04/00) –Engrand, RIACS V&V of A&A workshop (invited, 12/00) –Engrand, AAAI Spring Symposium MVI (03/01) 1 Survey paper on V&V of MBAS (to be submitted) –Pecheur, NASA/TM-2000-209602 2 Papers on ISPP including V&V –Gross et al., IAC 1999 (09/99) –Clancy et al., Technology 2009 (11/99) 2 Workshops on V&V of MBAS –RIACS V&V of Autonomous and Adaptive Systems (Pecheur, Simmons, Visser, 12/00) –AAAI Model-based Validation of Intelligence (Khatib, Pecheur, 03/01) 2 Tutorials on V&V including V&V of MBAS –Pecheur, Simmons, Visser & Havelund, Langley FM 2000 (06/00) –Pecheur & Visser, ASE 2000 (09/00)

13 © Charles Pecheur 13 SAS 2001 Future Directions MPL2SMV: –FMEA analysis from Livingstone models. –Use SAT-solving and bounded model checking. –More user guidance (patterns, verification process tool). Temporal Queries: –Can it be made useful? More experiments, improve tool. Livingstone PathFinder: –Explore different exploration strategies, case studies. Publications –survey paper, temporal queries, closed-loop verification,...

14 © Charles Pecheur 14 SAS 2001 Autonomous Systems "Faster, better, cheaper" spacecrafts => add on-board intelligence From self-diagnosis to on-board science. Smaller mission control crews => reduced cost Less reliance on control link => OK for deep space


Download ppt "© Charles Pecheur 1 SAS 2001 Verification and Validation of Model-Based Autonomous Systems Charles Pecheur, RIACS (ARC)"

Similar presentations


Ads by Google