Skip to content

Commit

Permalink
[dox] fix some more MSL vs. ellpsiod alt comments
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Sep 23, 2013
1 parent 0c8572c commit 7c47491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sw/airborne/state.h
Expand Up @@ -148,7 +148,7 @@ struct State {
/**
* Position in Latitude, Longitude and Altitude.
* Units lat,lon: radians*1e7
* Units alt: centimeters above MSL
* Units alt: milimeters above reference ellipsoid
*/
struct LlaCoor_i lla_pos_i;

Expand Down Expand Up @@ -196,7 +196,7 @@ struct State {
/**
* Position in Latitude, Longitude and Altitude.
* Units lat,lon: radians
* Units alt: meters above MSL
* Units alt: meters above reference ellipsoid
*/
struct LlaCoor_f lla_pos_f;

Expand Down

0 comments on commit 7c47491

Please sign in to comment.