Browse Source

SITL offboard ATT test reduce Z boundary requirement

- fixes #12155
sbg
Daniel Agar 6 years ago committed by GitHub
parent
commit
2d1c60bc85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      integrationtests/python_src/px4_it/mavros/mavros_offboard_attctl_test.py

2
integrationtests/python_src/px4_it/mavros/mavros_offboard_attctl_test.py

@ -104,7 +104,7 @@ class MavrosOffboardAttctlTest(MavrosTestCommon):
# boundary to cross # boundary to cross
boundary_x = 200 boundary_x = 200
boundary_y = 100 boundary_y = 100
boundary_z = 50 boundary_z = 20
# make sure the simulation is ready to start the mission # make sure the simulation is ready to start the mission
self.wait_for_topics(60) self.wait_for_topics(60)

Loading…
Cancel
Save