|
pose_estimation
|
#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... | |
|
inlinestatic |
This computes the theoretical gravity value according to the WGS-84 ellipsoid earth model.
| [in] | latitude | double the latitude value in radian |
| [in] | altitude | double with the altitude value in meters |
< g magnitude at zero altitude
Nominal Gravity model
Gravity affects by the altitude (aprox the value r = EQUATORIAL_RADIUS)
1.8.11