Perquisites:
1wget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh
2chmod +x ./Anaconda3-2021.11-Linux-x86_64.sh
3./Anaconda3-2021.11-Linux-x86_64.sh
More 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!
xxxxxxxxxx
11sudo apt install chromium-browser
Installation (recommended to re-install after every major version update)
x
1
2cd /path/root/workspace
3
4sudo chmod a+wr -R ~/.conda
5conda remove --name alarm_flight_ui --all
6conda env create --file ./src/alarm_flight_ui/scripts/environment.yml
7
8chmod +x ./src/alarm_flight_ui/scripts/main.py
9
10catkin_make
override ./src/alarm_flight_ui/scripts
contents
xxxxxxxxxx
41conda remove --name alarm_flight_ui --all
2conda env create --file ./src/alarm_flight_ui/scripts/environment.yml
3
4chmod +x ./src/alarm_flight_ui/scripts/main.py
x
1conda activate alarm_flight_ui
2source ./devel/setup.sh
3roslaunch alarm_flight_ui main.launch
There 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.
xxxxxxxxxx
21sudo 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
xxxxxxxxxx
31conda remove --name alarm_flight_ui --all
2conda env create --file ./src/alarm_flight_ui/scripts/environment.yml
3conda activate alarm_flight_ui
Launch using
xxxxxxxxxx
11python ./scripts/main.py
Use ./scripts as content root for the project