Benjamin
(Benjamin)
1
Dear all,
Just in case, I would like to share some memory bugs on ArduPilot.
-
Division by zero
param set YAW_RANGE 0
—> lead to division by zero error
-
Division by zero
param set PITCH_MAX 0
param set PITCH_MIN 0
—> lead to division by zero error
-
Integer overflow
Thanks!
Eosbandi
(Andras Schaffer)
2
PITCH_MAX, PITCH_MIN and YAW_RANGE params are avail only in AntennaTracker. Do you mean that ?
Benjamin
(Benjamin)
3
@Eosbandi
Sorry for the missing information, I found the two division by zero cases when I ran AntennaTracker.
1 Like
rmackay9
(rmackay9)
4
Great, thanks for the report. How do you feel about raising an issue in the issues list?
FYI @peterbarker @iampete
1 Like