mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
sitl bash fix for pid recording
This commit is contained in:
parent
a688c89460
commit
a23ba97f3f
@ -38,7 +38,7 @@ then
|
||||
if [ -x "$(command -v gazebo)" ]
|
||||
then
|
||||
gazebo ${SITL_GAZEBO_PATH}/worlds/iris.world &
|
||||
SIM_PID=echo $!
|
||||
SIM_PID=`echo $!`
|
||||
else
|
||||
echo "You need to have gazebo simulator installed!"
|
||||
exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user