PX4 Firmware
PX4 Autopilot Software http://px4.io
VelocitySmoothingTest.cpp File Reference
#include <gtest/gtest.h>
#include <matrix/matrix/math.hpp>
#include "VelocitySmoothing.hpp"
Include dependency graph for VelocitySmoothingTest.cpp:

Go to the source code of this file.

Classes

class  VelocitySmoothingTest
 

Functions

 TEST_F (VelocitySmoothingTest, testTimeSynchronization)
 
 TEST_F (VelocitySmoothingTest, testConstantSetpoint)
 
 TEST_F (VelocitySmoothingTest, testZeroSetpoint)
 

Function Documentation

◆ TEST_F() [1/3]

TEST_F ( VelocitySmoothingTest  ,
testTimeSynchronization   
)

Definition at line 90 of file VelocitySmoothingTest.cpp.

References f().

Here is the call graph for this function:

◆ TEST_F() [2/3]

TEST_F ( VelocitySmoothingTest  ,
testConstantSetpoint   
)

Definition at line 115 of file VelocitySmoothingTest.cpp.

References matrix::ceil(), dt, f(), and t123.

Here is the call graph for this function:

◆ TEST_F() [3/3]

TEST_F ( VelocitySmoothingTest  ,
testZeroSetpoint   
)

Definition at line 153 of file VelocitySmoothingTest.cpp.

References dt, and f().

Here is the call graph for this function: