What steps will reproduce the problem? 1. engaging the yaw stick forces quad to turn around z axix 2. releasing the stick does not stop quad from turning further on
We want to program a harder stop after releasing rc stick
Comment #1
Posted on Nov 28, 2010 by Swift BearHello, 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
Comment #2
Posted on Nov 28, 2010 by Helpful GiraffeThank you Alain,
I will test and implement it into the next release. Phil
Comment #3
Posted on Nov 28, 2010 by Helpful GiraffeComment deleted
Comment #4
Posted on Nov 30, 2010 by Helpful GiraffeFix 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.
Comment #5
Posted on Nov 30, 2010 by Helpful GiraffeFinally fixed and in the final testing phase. Cleaned all old code fragments.
Status: Fixed
Labels:
Type-Enhancement
Priority-Medium