49 float time_fall = (-vz - sqrtf(vz*vz -2.f*
h*
g))/
g;
static void h(const real32_T x[7], const real32_T q[4], real32_T y[6])
void ballistic_touchdown_init(void)
void ballistic_touchdown_run(void)
Function that predicts the ballistic crash location.
struct FloatVect2 ballistic_pos
#define VECT2_SMUL(_vo, _vi, _s)
#define VECT2_SUM(_c, _a, _b)
#define VECT2_ASSIGN(_a, _x, _y)
static struct EnuCoor_f * stateGetPositionEnu_f(void)
Get position in local ENU coordinates (float).
static struct EnuCoor_f * stateGetSpeedEnu_f(void)
Get ground speed in local ENU coordinates (float).
vector in East North Up coordinates Units: meters
API to get/set the generic vehicle states.