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 Feb 27, 2024 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 9203261a
......@@ -18,10 +18,12 @@ you can learn a bit more about our sensors and find our publications here at [3D
- [Developing Python remotely with PyCharm](https://cosysgit.uantwerpen.be/rtis-software/ertissoftwareusageguide/-/wikis/Developing-Python-remotely-with-PyCharm)
## General Tips
- **Protect your ears!!** The sensor in its active mode can be as loud as 114dB at 10cm and 96dB at 1m away from the sensor. This is similar to holding an active drill next to your ears. Please always use hearing protection and be mindful of your surroundings. Please make sure no other people or animals are in front of the sensor. Make sure you aim the sensor away from you and others.
- The back of the sensor has a blinking LED that will show when a measurement is taking place.
- The internal storage is already rather filled on most eRTIS devices. Make sure to store data and other new software on the `/mnt/data` path which points to the available external USB drive connected to each eRTIS device. This by default is 250GB of free space to use.
## Pre-installed Software
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:
The eRTIS device internally uses an NVIDIA Jetson-embedded GPU compute system to fulfill 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 modules [RTIS Dev](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home), [RTIS Serial](https://cosysgit.uantwerpen.be/rtis-software/rtisserial/-/wikis/home), NumPy, SciPy, TensorFlow 2, Matplotlib, pandas,...)
- [RTIS Network Client](https://cosysgit.uantwerpen.be/rtis-software/rtisnetwork/-/wikis/home)
- NVIDIA CUDA Toolkit
......
Clone repository
  • Home
  • Initial Connection & Network Setup
  • RTIS Network Usage
  • Developing Python with PyCharm