PX4 Firmware
PX4 Autopilot Software http://px4.io
test_EKF_imuSampling.cpp File Reference
#include <gtest/gtest.h>
#include <math.h>
#include "EKF/ekf.h"
Include dependency graph for test_EKF_imuSampling.cpp:

Go to the source code of this file.

Classes

class  EkfSamplingTestParametrized
 

Functions

 TEST_P (EkfSamplingTestParametrized, imuSamplingAtMultipleRates)
 
 INSTANTIATE_TEST_CASE_P (imuSamplingAtMultipleRates, EkfSamplingTestParametrized, ::testing::Values(std::make_tuple< float, float >(1.0f, 1.0f), std::make_tuple< float, float >(1.6f, 1.6f), std::make_tuple< float, float >(0.333f, 1.0f)))
 

Function Documentation

◆ INSTANTIATE_TEST_CASE_P()

INSTANTIATE_TEST_CASE_P ( imuSamplingAtMultipleRates  ,
EkfSamplingTestParametrized  ,
::testing::Values(std::make_tuple< float, float >(1.0f, 1.0f), std::make_tuple< float, float >(1.6f, 1.6f), std::make_tuple< float, float >(0.333f, 1.0f))   
)

Referenced by TEST_P().

Here is the caller graph for this function:

◆ TEST_P()