deprecated older method of finding pitch and roll

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1483 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-01-11 21:12:29 +00:00
parent b346d003e3
commit e8734783bb

View File

@ -81,7 +81,7 @@ void auto_yaw()
picth and roll control picth and roll control
****************************************************************/ ****************************************************************/
// how hard to tilt towards the target /*// how hard to tilt towards the target
// ----------------------------------- // -----------------------------------
void calc_nav_pid() void calc_nav_pid()
{ {
@ -134,5 +134,14 @@ void calc_nav_roll()
nav_roll = (float)nav_angle * roll_out; nav_roll = (float)nav_angle * roll_out;
} }
*/