mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Gazebo: Do not run verbose
There is no need in day-to-day development to run verbose and it is preventing regular PX4 status output from properly rendering
This commit is contained in:
parent
5fcd7932e9
commit
3aec557b42
@ -77,7 +77,7 @@ elif [ "$program" == "gazebo" ] && [ ! -n "$no_sim" ]; then
|
||||
# Set the plugin path so Gazebo finds our model and sim
|
||||
source "$src_path/Tools/setup_gazebo.bash" "${src_path}" "${build_path}"
|
||||
|
||||
gzserver --verbose "${src_path}/Tools/sitl_gazebo/worlds/${model}.world" &
|
||||
gzserver "${src_path}/Tools/sitl_gazebo/worlds/${model}.world" &
|
||||
SIM_PID=`echo $!`
|
||||
|
||||
if [[ -n "$HEADLESS" ]]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user