Skip to content
Snippets Groups Projects
Commit 587f4d8f authored by Lorenz Meier's avatar Lorenz Meier
Browse files

jMAVSIm: Explicitely configure to 500 Hz

parent 879356c2
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ SIM_PID=0
if [ "$program" == "jmavsim" ] && [ ! -n "$no_sim" ]
then
$src_path/Tools/jmavsim_run.sh &
$src_path/Tools/jmavsim_run.sh -r 500 &
SIM_PID=`echo $!`
cd ../..
elif [ "$program" == "gazebo" ] && [ ! -n "$no_sim" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment