Skip to content

Commit

Permalink
[dox] fix some MSL vs. ellpsiod alt comments
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Sep 25, 2013
1 parent d9505a9 commit 097206e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions sw/airborne/math/pprz_geodetic_double.h
Expand Up @@ -48,8 +48,6 @@ struct EcefCoor_d {

/**
* @brief vector in Latitude, Longitude and Altitude
* @details Units lat,lon: radians
* Unit alt: meters above MSL
*/
struct LlaCoor_d {
double lon; ///< in radians
Expand Down
2 changes: 0 additions & 2 deletions sw/airborne/math/pprz_geodetic_float.h
Expand Up @@ -48,8 +48,6 @@ struct EcefCoor_f {

/**
* @brief vector in Latitude, Longitude and Altitude
* @details Units lat,lon: radians
* Unit alt: meters above MSL
*/
struct LlaCoor_f {
float lon; ///< in radians
Expand Down
2 changes: 0 additions & 2 deletions sw/airborne/math/pprz_geodetic_int.h
Expand Up @@ -50,8 +50,6 @@ struct EcefCoor_i {

/**
* @brief vector in Latitude, Longitude and Altitude
* @details Units lat,lon: radians*1e7
* Unit alt: centimeters above MSL
*/
struct LlaCoor_i {
int32_t lon; ///< in radians*1e7
Expand Down
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 097206e

Please sign in to comment.