#! /bin/bash
# start LRAUV backseat application in a screen session on photon target

cd /LRAUV/lrauv-backseat-example
echo "Starting LRAUV backseat application in a screen session." | sudo tee /dev/kmsg
/usr/bin/screen -Dm -S backseat bash -c "python3 /LRAUV/lrauv-backseat-example/LrauvBackseat.py"
