Skip to content

Commit

Permalink
Add default exr mission on simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Afonso-2403 committed Dec 17, 2023
1 parent a271c9c commit a02fe26
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions src/isar/config/predefined_mission_definition/default_exr.json
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
}
]
}
]
}
}

0 comments on commit a02fe26

Please sign in to comment.