#include <gtest/gtest.h>#include <cartesian_interface/cartesian_command_interface.h>#include <cartesian_interface/cartesian_state_handle.h>
Go to the source code of this file.
Classes | |
| class | CartesianCommandInterfaceTest |
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (CartesianCommandInterfaceTest, TestPoseHandleConstructor) | |
| TEST_F (CartesianCommandInterfaceTest, TestPoseHandleDataHandling) | |
| TEST_F (CartesianCommandInterfaceTest, TestTwistHandleConstructor) | |
| TEST_F (CartesianCommandInterfaceTest, TestTwistHandleDataHandling) | |
Definition in file cartesian_command_interface_test.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 121 of file cartesian_command_interface_test.cpp.
| TEST_F | ( | CartesianCommandInterfaceTest | , |
| TestPoseHandleConstructor | |||
| ) |
Definition at line 51 of file cartesian_command_interface_test.cpp.
| TEST_F | ( | CartesianCommandInterfaceTest | , |
| TestPoseHandleDataHandling | |||
| ) |
Definition at line 57 of file cartesian_command_interface_test.cpp.
| TEST_F | ( | CartesianCommandInterfaceTest | , |
| TestTwistHandleConstructor | |||
| ) |
Definition at line 87 of file cartesian_command_interface_test.cpp.
| TEST_F | ( | CartesianCommandInterfaceTest | , |
| TestTwistHandleDataHandling | |||
| ) |
Definition at line 93 of file cartesian_command_interface_test.cpp.