#!/bin/bash
set -e

# setup application environment
source "/root/catkin_ws/install/setup.bash"
exec "$@"