moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include "load_test_robot.h"
#include <moveit/ompl_interface/detail/threadsafe_state_storage.h>
#include <gtest/gtest.h>
Go to the source code of this file.
Classes | |
class | TestThreadSafeStateStorage |
Generic implementation of the tests that can be executed on different robots. More... | |
class | PandaTest |
class | FanucTest |
Functions | |
TEST_F (PandaTest, testConstruction) | |
TEST_F (FanucTest, testConstructor) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 120 of file test_threadsafe_state_storage.cpp.
TEST_F | ( | FanucTest | , |
testConstructor | |||
) |
Definition at line 112 of file test_threadsafe_state_storage.cpp.
TEST_F | ( | PandaTest | , |
testConstruction | |||
) |
Definition at line 96 of file test_threadsafe_state_storage.cpp.