aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases/pilot_gaze_monitoring
diff options
context:
space:
mode:
authorThéo de la Hogue2024-09-10 14:15:39 +0200
committerThéo de la Hogue2024-09-10 14:15:39 +0200
commit9b950c62dd89798a8a0639c4ab47994ade936069 (patch)
tree2ac3e86892857d67111fb8aba7c309f437d34910 /docs/use_cases/pilot_gaze_monitoring
parent628297f2420886eddc5748763e3e14ab9406a5d2 (diff)
downloadargaze-9b950c62dd89798a8a0639c4ab47994ade936069.zip
argaze-9b950c62dd89798a8a0639c4ab47994ade936069.tar.gz
argaze-9b950c62dd89798a8a0639c4ab47994ade936069.tar.bz2
argaze-9b950c62dd89798a8a0639c4ab47994ade936069.tar.xz
Replacing aboved by above.
Diffstat (limited to 'docs/use_cases/pilot_gaze_monitoring')
-rw-r--r--docs/use_cases/pilot_gaze_monitoring/context.md2
-rw-r--r--docs/use_cases/pilot_gaze_monitoring/pipeline.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/use_cases/pilot_gaze_monitoring/context.md b/docs/use_cases/pilot_gaze_monitoring/context.md
index 477276d..8839cb6 100644
--- a/docs/use_cases/pilot_gaze_monitoring/context.md
+++ b/docs/use_cases/pilot_gaze_monitoring/context.md
@@ -36,6 +36,6 @@ While *address*, *project*, *participant* and *configuration* entries are specif
}
```
-The [live_processing_pipeline.json](pipeline.md) file mentioned aboved is described in the next chapter.
+The [live_processing_pipeline.json](pipeline.md) file mentioned above is described in the next chapter.
The *IvyBus* observer object is defined into the [observers.py](observers.md) file that is described in a next chapter. \ No newline at end of file
diff --git a/docs/use_cases/pilot_gaze_monitoring/pipeline.md b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
index f7c555f..65fccc3 100644
--- a/docs/use_cases/pilot_gaze_monitoring/pipeline.md
+++ b/docs/use_cases/pilot_gaze_monitoring/pipeline.md
@@ -122,7 +122,7 @@ For this use case we need to detect ArUco markers to enable gaze mapping: **ArGa
}
```
-All the files mentioned aboved are described below.
+All the files mentioned above are described below.
The *ArUcoCameraLogger* observer object is defined into the [observers.py](observers.md) file that is described in the next chapter.