#include <gtest/gtest.h>#include <ros/ros.h>#include <generic_control_toolbox/joint_position_integrator.hpp>
Go to the source code of this file.
Functions | |
| bool | assertMatrixEquality (const Eigen::MatrixXd &m1, const Eigen::MatrixXd &m2) |
| int | main (int argc, char **argv) |
| TEST (TestJointPositionIntegrator, TestParameterLoading) | |
| TEST (TestJointPositionIntegrator, TestIntegrationSingleValue) | |
| TEST (TestJointPositionIntegrator, TestIntegrationMultipleValues) | |
| TEST (TestJointPositionIntegrator, TestReset) | |
| TEST (TestJointPositionIntegrator, TestSaturatedIntegration) | |
| bool assertMatrixEquality | ( | const Eigen::MatrixXd & | m1, |
| const Eigen::MatrixXd & | m2 | ||
| ) |
Definition at line 5 of file test_joint_position_integrator.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 81 of file test_joint_position_integrator.cpp.
| TEST | ( | TestJointPositionIntegrator | , |
| TestParameterLoading | |||
| ) |
Definition at line 16 of file test_joint_position_integrator.cpp.
| TEST | ( | TestJointPositionIntegrator | , |
| TestIntegrationSingleValue | |||
| ) |
Definition at line 23 of file test_joint_position_integrator.cpp.
| TEST | ( | TestJointPositionIntegrator | , |
| TestIntegrationMultipleValues | |||
| ) |
Definition at line 34 of file test_joint_position_integrator.cpp.
| TEST | ( | TestJointPositionIntegrator | , |
| TestReset | |||
| ) |
Definition at line 49 of file test_joint_position_integrator.cpp.
| TEST | ( | TestJointPositionIntegrator | , |
| TestSaturatedIntegration | |||
| ) |
Definition at line 68 of file test_joint_position_integrator.cpp.