#include <gtest/gtest.h>#include <cartesian_trajectory_interpolation/cartesian_state.h>#include <Eigen/Dense>#include <Eigen/src/Geometry/Quaternion.h>#include <cartesian_control_msgs/CartesianTrajectoryPoint.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (TestCartesianState, EmptyStateIsZeroInitialized) | |
| TEST (TestCartesianState, EmptyStateHasNormalizedQuaternion) | |
| TEST (TestCartesianState, EmptyStateYieldsZeroRotationVector) | |
| TEST (TestCartesianState, EmptyStateYieldsNormalizedTrajectoryPoint) | |
| TEST (TestCartesianState, RosMessageInitializationYieldsNormalizedQuaternions) | |
| TEST (TestCartesianState, ConversionReturnsInitializingArgument) | |
| TEST (CartesianState, RotationDifferenceIsPlausible) | |
Definition in file cartesian_state_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 135 of file cartesian_state_test.cpp.
| TEST | ( | TestCartesianState | , |
| EmptyStateIsZeroInitialized | |||
| ) |
Definition at line 36 of file cartesian_state_test.cpp.
| TEST | ( | TestCartesianState | , |
| EmptyStateHasNormalizedQuaternion | |||
| ) |
Definition at line 49 of file cartesian_state_test.cpp.
| TEST | ( | TestCartesianState | , |
| EmptyStateYieldsZeroRotationVector | |||
| ) |
Definition at line 58 of file cartesian_state_test.cpp.
| TEST | ( | TestCartesianState | , |
| EmptyStateYieldsNormalizedTrajectoryPoint | |||
| ) |
Definition at line 64 of file cartesian_state_test.cpp.
| TEST | ( | TestCartesianState | , |
| RosMessageInitializationYieldsNormalizedQuaternions | |||
| ) |
Definition at line 79 of file cartesian_state_test.cpp.
| TEST | ( | TestCartesianState | , |
| ConversionReturnsInitializingArgument | |||
| ) |
Definition at line 86 of file cartesian_state_test.cpp.
| TEST | ( | CartesianState | , |
| RotationDifferenceIsPlausible | |||
| ) |
Definition at line 109 of file cartesian_state_test.cpp.