Closed GoogleCodeExporter closed 9 years ago
Hello,
It seems that the persistence of yaw movement depends on the code :
command_rx_yaw += aux_float; // wrong summation ?
I have changed to :
command_rx_yaw = aux_float; // => my arducopter is stable on yaw axis
REgards,
Alain
Original comment by alain.bl...@free.fr
on 28 Nov 2010 at 12:09
Thank you Alain,
I will test and implement it into the next release.
Phil
Original comment by philippmaloney@gmail.com
on 28 Nov 2010 at 3:48
[deleted comment]
Fix does not work at all. A closer inspection showed some more "strange" things
in code. Investigation currently going on. Will be fixed with final release of
1.6.
Original comment by philippmaloney@gmail.com
on 30 Nov 2010 at 2:25
Finally fixed and in the final testing phase.
Cleaned all old code fragments.
Original comment by philippmaloney@gmail.com
on 30 Nov 2010 at 11:07
Original issue reported on code.google.com by
philippmaloney@gmail.com
on 26 Nov 2010 at 10:18