mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mavsdk_tests: adjust px4 and gzserver priority relative to mavsdk_test
- this is to avoid starving the test runner
This commit is contained in:
parent
22fbcf98cf
commit
f5660c6b0c
@ -203,8 +203,9 @@ class GzserverRunner(Runner):
|
||||
self.env["GAZEBO_MODEL_PATH"] = \
|
||||
workspace_dir + "/Tools/sitl_gazebo/models"
|
||||
self.env["PX4_SIM_SPEED_FACTOR"] = str(speed_factor)
|
||||
self.cmd = "gzserver"
|
||||
self.args = ["--verbose",
|
||||
self.cmd = "nice"
|
||||
self.args = ["-n 1",
|
||||
"gzserver", "--verbose",
|
||||
workspace_dir + "/Tools/sitl_gazebo/worlds/" +
|
||||
"empty.world"]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user