Perquisites:
1wget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh2chmod +x ./Anaconda3-2021.11-Linux-x86_64.sh3./Anaconda3-2021.11-Linux-x86_64.shMore anaconda installation options (for ARM64 etc): https://www.anaconda.com/products/individual
After installing anaconda restart Terminal app.
⚠️ For this version also Chromium browser is needed!
xxxxxxxxxx11sudo apt install chromium-browserInstallation (recommended to re-install after every major version update)
x
1
2cd /path/root/workspace3
4sudo chmod a+wr -R ~/.conda5conda remove --name alarm_flight_ui --all6conda env create --file ./src/alarm_flight_ui/scripts/environment.yml7
8chmod +x ./src/alarm_flight_ui/scripts/main.py9
10catkin_makeoverride ./src/alarm_flight_ui/scripts contents
xxxxxxxxxx41conda remove --name alarm_flight_ui --all2conda env create --file ./src/alarm_flight_ui/scripts/environment.yml3
4chmod +x ./src/alarm_flight_ui/scripts/main.pyx
1conda activate alarm_flight_ui2source ./devel/setup.sh3roslaunch alarm_flight_ui main.launchThere might be problem if you are running ROS using docker. Chromium browser need permission to access networking. It might be needed to commit image and re-create docker container.
xxxxxxxxxx21sudo docker commit [image_name]2sudo docker run --privileged [image_name]Please if you experience issues send screenshots and ./logs/ files for us to analyze.
Use File menu on top left corner to load PLY + TXT or pre-prepared Project file (*.flight). Then use double click on map to add new POIs or select existing ones. When POI is created or selected use menus on right side panel to engage with them.

Installation
xxxxxxxxxx31conda remove --name alarm_flight_ui --all2conda env create --file ./src/alarm_flight_ui/scripts/environment.yml3conda activate alarm_flight_uiLaunch using
xxxxxxxxxx11python ./scripts/main.pyUse ./scripts as content root for the project