#! /bin/bash
#############################################################################
# Copyright (c) 2002-2021 MBARI
# Monterey Bay Aquarium Research Institute, all rights reserved.
#############################################################################
# start LRAUV backseat application in a screen session on BSC target

# export LRAUV_BACKSEAT_HOME=/LRAUV/lrauv-backseat-helper

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