-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add default exr mission on simulator
- Loading branch information
1 parent
a271c9c
commit a02fe26
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
src/isar/config/predefined_mission_definition/default_exr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |