mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
Tools: correct copter mount test
This commit is contained in:
parent
e3e111ae8b
commit
24db18db32
@ -5121,7 +5121,7 @@ class AutoTestCopter(vehicle_test_suite.TestSuite):
|
||||
self.progress("Pitching vehicle")
|
||||
self.do_pitch(despitch)
|
||||
self.wait_pitch(despitch, despitch_tolerance)
|
||||
self.test_mount_pitch(-despitch, 1, mavutil.mavlink.MAV_MOUNT_MODE_RC_TARGETING)
|
||||
self.test_mount_pitch(0, 1, mavutil.mavlink.MAV_MOUNT_MODE_RC_TARGETING)
|
||||
|
||||
# point gimbal at specified angle
|
||||
self.progress("Point gimbal using GIMBAL_MANAGER_PITCHYAW (ANGLE)")
|
||||
|
Loading…
Reference in New Issue
Block a user