From a02fe264fc82a100a2788dbb5d1760e62aa87b58 Mon Sep 17 00:00:00 2001 From: Afonso Luz Date: Sun, 17 Dec 2023 13:12:55 +0100 Subject: [PATCH] Add default exr mission on simulator --- .../default_exr.json | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 src/isar/config/predefined_mission_definition/default_exr.json diff --git a/src/isar/config/predefined_mission_definition/default_exr.json b/src/isar/config/predefined_mission_definition/default_exr.json new file mode 100644 index 00000000..5f0c0447 --- /dev/null +++ b/src/isar/config/predefined_mission_definition/default_exr.json @@ -0,0 +1,51 @@ +{ + "mission_definition": { + "tasks": [ + { + "pose": { + "position": { + "x": -3.2629, + "y": 3.0795, + "z": 0.0055, + "frame_name": "robot" + }, + "orientation": { + "x": 0, + "y": 0, + "z": 0, + "w": 1, + "frame_name": "robot" + }, + "frame_name": "robot" + }, + "tag": "equinor_exR_tag_simulator", + "inspections": [ + { + "type": "Image", + "inspection_target": { + "x": 6.6550, + "y": 3.7987, + "z": 0.6145, + "frame_name": "robot" + }, + "analysis_types": "CarSeal, Rust", + "metadata": { + "zoom": "2x" + } + }, + { + "type": "ThermalVideo", + "inspection_target": { + "x": 6.6550, + "y": 3.7987, + "z": 0.6145, + "frame_name": "robot" + }, + "analysis_types": "GasDetection", + "duration": 10 + } + ] + } + ] + } +}