mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
Added Note
This commit is contained in:
parent
e908390c64
commit
a640311f58
@ -5,8 +5,8 @@
|
|||||||
//****************************************************************
|
//****************************************************************
|
||||||
static byte navigate()
|
static byte navigate()
|
||||||
{
|
{
|
||||||
// waypoint distance from plane
|
// waypoint distance from plane in meters
|
||||||
// ----------------------------
|
// ---------------------------------------
|
||||||
wp_distance = get_distance(¤t_loc, &next_WP);
|
wp_distance = get_distance(¤t_loc, &next_WP);
|
||||||
home_distance = get_distance(¤t_loc, &home);
|
home_distance = get_distance(¤t_loc, &home);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user