Skip to content
Snippets Groups Projects
Commit 292dce04 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Gazebo client: Reduce priority to avoid affecting other processes

parent a95f02b4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment