pose_estimation
Static Public Member Functions | List of all members
pose_estimation::GravitationalModel Class Reference

#include <GravitationalModel.hpp>

Static Public Member Functions

static double WGS_84 (double latitude, double altitude)
 This computes the theoretical gravity value according to the WGS-84 ellipsoid earth model. More...
 

Member Function Documentation

◆ WGS_84()

static double pose_estimation::GravitationalModel::WGS_84 ( double  latitude,
double  altitude 
)
inlinestatic

This computes the theoretical gravity value according to the WGS-84 ellipsoid earth model.

Author
Javier Hidalgo Carrio.
Parameters
[in]latitudedouble the latitude value in radian
[in]altitudedouble with the altitude value in meters
Returns
double. the theoretical value of the local gravity

< g magnitude at zero altitude

Nominal Gravity model

Gravity affects by the altitude (aprox the value r = EQUATORIAL_RADIUS)


The documentation for this class was generated from the following file: