mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
jMAVSIm: Explicitely configure to 500 Hz
This commit is contained in:
parent
879356c25b
commit
587f4d8f33
@ -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" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user