#include <ros/ros.h>
#include <gtest/gtest.h>
#include <control_toolbox/pid.h>
#include <boost/math/special_functions/fpclassify.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (ParameterTest, ITermBadIBoundsTest) | |
TEST (ParameterTest, integrationWindupTest) | |
TEST (ParameterTest, integrationWindupZeroGainTest) | |
TEST (ParameterTest, gainSettingCopyPIDTest) | |
TEST (CommandTest, proportionalOnlyTest) | |
TEST (CommandTest, integralOnlyTest) | |
TEST (CommandTest, derivativeOnlyTest) | |
TEST (CommandTest, completePIDTest) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 294 of file pid_tests.cpp.
TEST | ( | ParameterTest | , |
ITermBadIBoundsTest | |||
) |
Definition at line 12 of file pid_tests.cpp.
TEST | ( | ParameterTest | , |
integrationWindupTest | |||
) |
Definition at line 32 of file pid_tests.cpp.
TEST | ( | ParameterTest | , |
integrationWindupZeroGainTest | |||
) |
Definition at line 49 of file pid_tests.cpp.
TEST | ( | ParameterTest | , |
gainSettingCopyPIDTest | |||
) |
Definition at line 73 of file pid_tests.cpp.
TEST | ( | CommandTest | , |
proportionalOnlyTest | |||
) |
Definition at line 174 of file pid_tests.cpp.
TEST | ( | CommandTest | , |
integralOnlyTest | |||
) |
Definition at line 203 of file pid_tests.cpp.
TEST | ( | CommandTest | , |
derivativeOnlyTest | |||
) |
Definition at line 236 of file pid_tests.cpp.
TEST | ( | CommandTest | , |
completePIDTest | |||
) |
Definition at line 270 of file pid_tests.cpp.