Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 2.35 KB

README.md

File metadata and controls

26 lines (20 loc) · 2.35 KB

JSS 2022 - Replication Package

DOI

This is the replication package of the paper entitled "An Architecture for Mission Coordination of Heterogeneous Robots" submitted to the Internation Journal of Systems and Software.

This study has been conducted by the following investigators:

Overview of the replication package

├── architecture_inspection: Artifacts for reproducing the architecture inspection process of Section 6.2
   ├── integrability: Contains the working model for answering "How integrable is MissionControl?"
   └── modifiability: Contains the working model for answering "How modifiable is MissionControl?"
├── controlled_experiment: Artifacts for repeating the controlled experiments of Section 6.1
   ├── analysis_scripts: Jupyter scripts for analysis of the datasets
   ├── dataset: Dataset generated from running the simulations
   ├── morse_simulation: Tooling for executing the controlled experiments
   └── results: Graphs and plots
└── hmrs_mission_control: Implementation of MissionControl