nav_radius added (for mutable radius circles)

This commit is contained in:
Pascal Brisset
2007-03-02 08:54:17 +00:00
parent 4df58089e4
commit fd8810f49d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -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 */
+2
View File
@@ -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);