mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
jMAVSIm: Explicitely configure to 500 Hz
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ SIM_PID=0
|
|||||||
|
|
||||||
if [ "$program" == "jmavsim" ] && [ ! -n "$no_sim" ]
|
if [ "$program" == "jmavsim" ] && [ ! -n "$no_sim" ]
|
||||||
then
|
then
|
||||||
$src_path/Tools/jmavsim_run.sh &
|
$src_path/Tools/jmavsim_run.sh -r 500 &
|
||||||
SIM_PID=`echo $!`
|
SIM_PID=`echo $!`
|
||||||
cd ../..
|
cd ../..
|
||||||
elif [ "$program" == "gazebo" ] && [ ! -n "$no_sim" ]
|
elif [ "$program" == "gazebo" ] && [ ! -n "$no_sim" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user