Skip to content

Commit

Permalink
Update STANDALONE env variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
frede791 authored Dec 1, 2023
1 parent 7f55816 commit 12dac18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ROMFS/px4fmu_common/init.d-posix/px4-rc.simulator
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ elif [ "$PX4_SIMULATOR" = "gz" ] || [ "$(param show -q SIM_GZ_EN)" = "1" ]; then
. ../gz_env.sh
fi

# Only start up Gazebo if STANDALONE set to false
if [ "$STANDALONE" != '1' ]; then
# Only start up Gazebo if PX4_GZ_STANDALONE set to false
if [ "$PX4_GZ_STANDALONE" != '1' ]; then

# "gz sim" only avaiilable in Garden and later
GZ_SIM_VERSIONS=$(gz sim --versions 2>&1)
Expand Down

0 comments on commit 12dac18

Please sign in to comment.