mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1840 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
f8903dea55
commit
b36508eb7f
@ -264,7 +264,8 @@ float cos_pitch_x = 1;
|
|||||||
float cos_yaw_x = 1;
|
float cos_yaw_x = 1;
|
||||||
float sin_pitch_y, sin_yaw_y, sin_roll_y;
|
float sin_pitch_y, sin_yaw_y, sin_roll_y;
|
||||||
float sin_nav_y, cos_nav_x; // used in calc_waypoint_nav
|
float sin_nav_y, cos_nav_x; // used in calc_waypoint_nav
|
||||||
long initial_simple_bearing = -1; // used for Simple mode
|
bool simple_bearing_is_set = false;
|
||||||
|
long initial_simple_bearing; // used for Simple mode
|
||||||
|
|
||||||
// Airspeed
|
// Airspeed
|
||||||
// --------
|
// --------
|
||||||
|
Loading…
Reference in New Issue
Block a user