diff --git a/docs/us-standard-atmosphere_st76-1562_noaa.pdf b/docs/us-standard-atmosphere_st76-1562_noaa.pdf new file mode 100644 index 0000000..ac19e41 Binary files /dev/null and b/docs/us-standard-atmosphere_st76-1562_noaa.pdf differ diff --git a/src/sim/USStandardAtmosphere.h b/src/sim/USStandardAtmosphere.h index b35eb58..7b486d6 100644 --- a/src/sim/USStandardAtmosphere.h +++ b/src/sim/USStandardAtmosphere.h @@ -15,6 +15,10 @@ public: /** * @brief Get the density of the air at a given altitude above mean sea level + * This is overly simplistic and wrong implementation. + * + * @todo Fix this implementation. See the 1976 NOAA paper for the right way to + * do it * * @param altitude the altitude above sea level * @return the density in kg/m^3