Export to GitHub

ardupirates - issue #2

Stop YAW movement if stick is released


Posted on Nov 26, 2010 by Helpful Giraffe

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 Bear

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

Comment #2

Posted on Nov 28, 2010 by Helpful Giraffe

Thank you Alain,

I will test and implement it into the next release. Phil

Comment #3

Posted on Nov 28, 2010 by Helpful Giraffe

Comment deleted

Comment #4

Posted on Nov 30, 2010 by Helpful Giraffe

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.

Comment #5

Posted on Nov 30, 2010 by Helpful Giraffe

Finally fixed and in the final testing phase. Cleaned all old code fragments.

Status: Fixed

Labels:
Type-Enhancement Priority-Medium