moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <moveit/robot_model/robot_model.h>
#include <urdf_parser/urdf_parser.h>
#include <fstream>
#include <gtest/gtest.h>
#include <moveit/utils/robot_model_test_utils.h>
Go to the source code of this file.
Classes | |
class | LoadPlanningModelsPr2 |
Functions | |
TEST_F (LoadPlanningModelsPr2, InitOK) | |
TEST_F (LoadPlanningModelsPr2, Model) | |
TEST (SiblingAssociateLinks, SimpleYRobot) | |
TEST (FloatingJointTest, interpolation_test) | |
int | main (int argc, char **argv) |
TEST | ( | FloatingJointTest | , |
interpolation_test | |||
) |
TEST | ( | SiblingAssociateLinks | , |
SimpleYRobot | |||
) |
TEST_F | ( | LoadPlanningModelsPr2 | , |
InitOK | |||
) |
TEST_F | ( | LoadPlanningModelsPr2 | , |
Model | |||
) |