mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 10:28:29 -04:00
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:
parent
b346d003e3
commit
e8734783bb
@ -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;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user