Skip to content

Commit

Permalink
Tools: correct copter mount test
Browse files Browse the repository at this point in the history
  • Loading branch information
rmackay9 committed Oct 22, 2023
1 parent a139fdf commit 6e9c691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/autotest/arducopter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5120,7 +5120,7 @@ def Mount(self):
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)")
Expand Down

0 comments on commit 6e9c691

Please sign in to comment.