... | ... | @@ -2,8 +2,27 @@ |
|
|
|
|
|
These wiki pages hold basic documentation on using the eRTIS device type and how to use the existing software packages on it.
|
|
|
|
|
|
Current available guides:
|
|
|
## eRTIS device
|
|
|
An eRTIS (embedded Real Time Imaging Sonar) device is the sensor made by Cosys-Lab meant for applications in industrial environments where traditional sensing modalities such as LiDAR or cameras fail due to medium distortions. In these application scenarios, ultrasound can still retrieve high-resolution 3D object perception, allowing unencumbered sensing in challenging sensing scenarios.
|
|
|
|
|
|
Our eRTIS device consists of a proprietary sonar hardware with a 32-element microphone
|
|
|
array and a NVIDIA Jetson embedded GPU compute system. These systems work together to provide the user with the ability for both recording new measurements as well as (real time) processing of these recordings using our digital signal processing pipeline.
|
|
|
|
|
|
you can learn a bit more about our sensors and find our publications here at [3Dsonar.eu](https://www.3dsonar.eu/).
|
|
|
|
|
|
## Guides
|
|
|
|
|
|
- [Initial Connection & Network Setup](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/Initial-Connection-&-Network-Setup)
|
|
|
- [RTIS Network Usage](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/RTIS-Network-Usage)
|
|
|
- [Developing Python with PyCharm](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/Developing-Python-with-PyCharm)
|
|
|
|
|
|
## Software available
|
|
|
The eRTIS device internally uses an NVIDIA Jetson embedded GPU compute system to fulfil all computing needs for both the sonar recordings or other applications. By default, we have prepared the Jetson default with some software packages to facilitate many possible applications and setups. Here is a short list of the most important packages:
|
|
|
- Python 3.6 (with [RTIS Dev](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home), NumPy, SciPy, TensorFlow 2, Matplotlib, pandas, ...)
|
|
|
- CUDA Toolkit
|
|
|
- Docker
|
|
|
- OpenCV
|
|
|
- TensorRT
|
|
|
- ROS
|
|
|
- [RTIS Network Client](https://cosysgit.uantwerpen.be/rtis-software/rtisnetwork/-/wikis/home)
|
|
|
- |
|
|
\ No newline at end of file |