Tool Prototype for Conformance Testing of CyPhy Systems

From CERES
Revision as of 13:49, 30 October 2015 by Ceres (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

GUI Build

  • For the GUI build, please download one of the following two build depending on your operating system

(the MAC build should in principle also work for Linux).

GUI-Based Windows Build May 2015


GUI-Based Mac OS Build November 2015

  • Please also download Acumen (which we use as implementation under test- and simulation-platform).
  • Extract the GUI build in the same folder as Acumen, modify the following path expressions in gui.m to point to this folder:
 cd('/Users/myuser/ictac/acumen/');  
 handles.acumen_path = /Users/myuser/ictac/acumen/; 
  • Run gui.m

Script Build

Script-Based Build May 2015