Skip to content

Commit

Permalink
Merge pull request #7 from ifm/sv_add_unboxing
Browse files Browse the repository at this point in the history
Adding the unboxing sexction
  • Loading branch information
GreNait authored Oct 11, 2021
2 parents 7fb033e + b9dcdb0 commit 76e4334
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 8 deletions.
8 changes: 5 additions & 3 deletions O3R/Docker/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# README - Application notes
# README - Docker on O3R

| Table of content|
| Table of content|
|-|
| [Getting started with Docker](../Docker/docker.md)|
| [Deployment on board](../Docker/deployVPU.md)|
| [Autostarting the containter](../Docker/autostart.md)|
| [Autostarting the container](../Docker/autostart.md)|
| [Enabling GPU usage](../Docker/gpu.md)|

This section explains the handling and deployment of custom specific containers for the O3R.
4 changes: 3 additions & 1 deletion O3R/GettingStarted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

| Table of content|
|-|
| [Getting Started](../GettingStarted/getting_started.md)|
| [Unboxing](../GettingStarted/unboxing.md)|

This section should help you with the first steps using the O3R.
4 changes: 3 additions & 1 deletion O3R/Parameters/AcquisitionSettings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
| Table of content|
|-|
| [Modes](../../Parameters/AcquisitionSettings/modes.md)|
| [Offset](../../Parameters/AcquisitionSettings/offset.md)|
| [Offset](../../Parameters/AcquisitionSettings/offset.md)|

Acquisition parameters change the basic setting on how the camera heads are taking images.
4 changes: 3 additions & 1 deletion O3R/Parameters/Filters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@
| [Temporal filter](../../Parameters/Filters/temporalFilter.md)|
| [Mixed pixel filter](../../Parameters/Filters/mixedPixelFilter.md)|
| [Symmetry threshold](../../Parameters/Filters/symmetryThreshold.md)|
| [Stray light filter](../../Parameters/Filters/strayLight.md)|
| [Stray light filter](../../Parameters/Filters/strayLight.md)|

The O3R provides several filters which can be used to handle specific ToF artifacts.
4 changes: 3 additions & 1 deletion O3R/Parameters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
|-|
| [Parameters overview](../Parameters/parameters.md)|
| [Acquisition parameters](../Parameters/AcquisitionSettings/README.md)|
| [Filters](../Parameters/Filters/README.md)|
| [Filters](../Parameters/Filters/README.md)|

This section contains information and a description about the O3R parameters and their effect(s).
4 changes: 3 additions & 1 deletion O3R/ProductsDescription/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

| Table of content|
|--|
| [Product description](../ProductsDescription/Firmware_0.13.11-217_Release_Notes.md)|
| [Product description](../ProductsDescription/Firmware_0.13.11-217_Release_Notes.md)|

This product description also contains the Changelog of the latest hardware/software version.
7 changes: 7 additions & 0 deletions O3R/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@
| [ifm3d library](https://ifm.github.io/ifm3d-docs/)|
| [ROS *coming soon*](INSERT-LINK)|
| [FAQ](FAQ/README.md)|

Here you can find different topics related to the O3R product. Containing information about:

- configuring the O3R
- using Docker on the O3R
- getting data from the system
- etc.

0 comments on commit 76e4334

Please sign in to comment.