mirror of https://github.com/ArduPilot/ardupilot
AP_Terrain: fixed comment on function
This commit is contained in:
parent
b8b235c33c
commit
7bc6561f2a
|
@ -181,11 +181,8 @@ bool AP_Terrain::height_above_terrain(const Location &loc, float relative_home_a
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
return estimated height above the terrain given a relative-to-home
|
alternative interface to height_above_terrain where
|
||||||
altitude (such as a barometric altitude) for a given location
|
relative_altitude is taken from loc.alt (in centimeters)
|
||||||
|
|
||||||
return false if terrain data is not available either at the given
|
|
||||||
location or at the home location.
|
|
||||||
*/
|
*/
|
||||||
bool AP_Terrain::height_above_terrain(const Location &loc, float &terrain_altitude)
|
bool AP_Terrain::height_above_terrain(const Location &loc, float &terrain_altitude)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue