Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • eRTIS Software Usage Guide eRTIS Software Usage Guide
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • RTIS Software
  • eRTIS Software Usage GuideeRTIS Software Usage Guide
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Aug 01, 2021 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 7d7ed8f8
...@@ -2,8 +2,27 @@ ...@@ -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. 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) - [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) - [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) - [Developing Python with PyCharm](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/Developing-Python-with-PyCharm)
\ No newline at end of file
## 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
Clone repository
  • Home
  • Initial Connection & Network Setup
  • RTIS Network Usage
  • Developing Python with PyCharm