Skip to content

GitLab

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

Home · Changes

Page history
Create home authored Dec 21, 2022 by Wouter Jansen's avatar Wouter Jansen
Hide whitespace changes
Inline Side-by-side
home.md 0 → 100644
View page @ 26f503f2
# RTIS Unreal Visualizer - Usage Documentation
## Usage
You need to do the following 4 items to get everything to work:
- Optionally start [RTIS Network](https://cosysgit.uantwerpen.be/rtis-software/rtisnetwork "RTIS Network") and make sure it is ready to go if using multiple sensors
- Optionally connect an Ouster LiDAR sensor to the network
- Start Visualizer python script with the correct launch arguments (see below)
- Start Unreal Visualizer binary
#### 1. RTIS Network
This package connects to the [RTIS Network repository](https://cosysgit.uantwerpen.be/rtis-software/rtisnetwork "RTIS Network repository"). See the README there for further instructions on how to start the network.
#### 2. Visualizer scripts
For connecting it to online RTIS and LIDAR(Ouster LidAR sensors are supported) sensors data, it has to be connected to the RTIS Network using the Python scripts found in the Python folder.
Start the [`RTISUnrealVisualizer.py`](Python/RTISUnrealVisualizer.py) for connecting an RTIS (and Ouster LiDAR) sensor(s).
For example:
```bash
python3 ./Python/RTISUnrealVisualizer.py
```
There are a few launch arguments that you likely need to use to correctly configure the script to work.
`--help` shows the description of all launch arguments, so you can learn what they do.
#### 3. Visualizer binary
The build Unreal Visualizer can be found on the [Releases](https://cosysgit.uantwerpen.be/rtis-software/rtisunrealvisualizer/-/releases) page. Start the executable to launch it.
When the Visualizer is launched, please see the onscreen control instructions on how to use it.
\ No newline at end of file
Clone repository
  • Home