AP_Declination: In order for the bitwise & operation to work, negative signs...
AP_Declination: In order for the bitwise & operation to work, negative signs need to be represented by 1s instead of 0s. Changed so that negative signs are represented by a 1 in the packed signs array. Updated lookup logic to reflect this change.
Loading
Please register or sign in to comment