mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
AP_Terrain: minor comment fix
This commit is contained in:
parent
b96a5d87b2
commit
0af830bbb7
@ -153,11 +153,10 @@ public:
|
|||||||
bool extrapolate = false);
|
bool extrapolate = false);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
return current height above terrain at current AHRS
|
return current height above terrain at current AHRS position.
|
||||||
position.
|
|
||||||
|
|
||||||
If extrapolate is true then extrapolate from most recently
|
If extrapolate is true then extrapolate from most recently
|
||||||
available terrain data is terrain data is not available for the
|
available terrain data if terrain data is not available for the
|
||||||
current location.
|
current location.
|
||||||
|
|
||||||
Return true if height is available, otherwise false.
|
Return true if height is available, otherwise false.
|
||||||
|
Loading…
Reference in New Issue
Block a user