Skip to content

Commit

Permalink
AP_Gimbal: fix sudden yaw when gimbal initializes
Browse files Browse the repository at this point in the history
  • Loading branch information
jschall committed Nov 14, 2015
1 parent ad51c76 commit 5d4e7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/AP_Mount/AP_Gimbal.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class AP_Gimbal : AP_AccelCal_Client
_state(GIMBAL_STATE_NOT_PRESENT),
_gimbalParams(parameters),
_yaw_rate_ff_ef_filt(0.0f),
_vehicle_yaw_rate_ef_filt(0.0f),
lockedToBody(false),
vehicle_delta_angles(),
vehicle_to_gimbal_quat(),
Expand Down

0 comments on commit 5d4e7e4

Please sign in to comment.