@xfacta I was studying the topics where you comment about correct the ATC when variance the weight.
I would just like to align the understanding.
Currently I have this values:
min tow: 9.000g
max tow: 10.900g
ATC_ACCELL_P_MAX = 46575.27
ATC_ACCELL_R_MAX = 54475.48
ATC_ACCELL_Y_MAX = 10891.68
I pretend add +one baterry to have autonomy larger. Then the load will change as below.
min tow: 12.300g
max tow: 13.300g
It safe to do the account below?
min_tow/max_tow = 0,92
ATC_ACCELL_P_MAX = 46575.27 * 0,92 = 43073.37 (New value)
ATC_ACCELL_R_MAX = 54475.48 * 0,92 = 50379.58 (New value)
ATC_ACCELL_Y_MAX = 10891.68 * 0,92 = 10072.76 (New value)