A Simulator for Autonomous Ground Vehicles
There are two primary executables built for MAVS - mavs_sim and mavs_sensor_sim. Closed loop autonomy simulations should be run with mavs_sim, while sensor analysis without integrated autonomy should be run with mavs_sim.
This page discusses the details of launching jobs from the command line. However, there is a GUI available
See Building Mavs for info on how to configure the software environment for running MAVS. MSU HPC2 resources can be accessed using PuTTY
Shadow is a high-performance computer (HPC) that uses the PBS batch scheduling system for parallel applications. It is possible to run simulations interactively or in batch mode using PBS.
Note that the instructions for running simulations on Talon are similar.
From the terminal, type
$qsub -N mavs -l nodes=1:ppn=20 -q q200p48h -l walltime=1:00:00 -r n -V -I -X
The -I option indicates that this will be an interactive PBS session, while the -X option enables X11 forwarding. After executing this command, you may have to wait for some time for the interactive PBS job to start, depending on the current usage level of Shadow.