ESP-IDF Firmware
Firmware architecture and call graph
Loading...
Searching...
No Matches
ekf.cpp File Reference
#include "ekf.h"
#include <cmath>
#include <float.h>
Include dependency graph for ekf.cpp:

Go to the source code of this file.

Macros

#define FLT_EPSILON   1.192092896e-07F

Functions

static float SIGN (float x)

Macro Definition Documentation

◆ FLT_EPSILON

#define FLT_EPSILON   1.192092896e-07F

Definition at line 276 of file ekf.cpp.

Referenced by ekf::rotm2eul().

Function Documentation

◆ SIGN()

float SIGN ( float x)
inlinestatic

Definition at line 300 of file ekf.cpp.

301{
302 return (x >= 0.0f) ? +1.0f : -1.0f;
303}
float x[1024]
Definition test_fir.c:10

References x.

Referenced by ekf::rotm2quat().

Here is the caller graph for this function: