forked from Archive/PX4-Autopilot
Gazebo client: Reduce priority to avoid affecting other processes
This commit is contained in:
parent
a95f02b4a1
commit
292dce04aa
|
@ -107,7 +107,7 @@ then
|
|||
# gzserver needs to be running to avoid a race. Since the launch
|
||||
# is putting it into the background we need to avoid it by backing off
|
||||
sleep 3
|
||||
gzclient --verbose &
|
||||
nice -n 20 gzclient --verbose &
|
||||
GUI_PID=`echo $!`
|
||||
fi
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue