mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-08 02:15:53 +08:00
nav_radius added (for mutable radius circles)
This commit is contained in:
@@ -58,6 +58,7 @@ float carrot_x, carrot_y;
|
||||
/** Status on the current circle */
|
||||
static float nav_circle_radians; /* Cumulated */
|
||||
float nav_circle_trigo_qdr; /* Angle from center to mobile */
|
||||
float nav_radius;
|
||||
|
||||
|
||||
/** Status on the current leg (percentage, 0. < < 1.) in route mode */
|
||||
|
||||
@@ -110,6 +110,8 @@ extern float ground_alt;
|
||||
|
||||
extern float survey_west, survey_east, survey_north, survey_south;
|
||||
|
||||
extern float nav_radius;
|
||||
|
||||
|
||||
void nav_update(void);
|
||||
void nav_home(void);
|
||||
|
||||
Reference in New Issue
Block a user