mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
Gazebo client: Reduce priority to avoid affecting other processes
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user