#include <moveit/robot_model/robot_model.h>
#include <moveit/robot_state/robot_state.h>
#include <moveit/robot_state/conversions.h>
#include <urdf_parser/urdf_parser.h>
#include <fstream>
#include <gtest/gtest.h>
#include <boost/filesystem/path.hpp>
#include <moveit/profiler/profiler.h>
#include <ros/package.h>
Go to the source code of this file.
Classes | |
class | LoadPlanningModelsPr2 |
Functions | |
int | main (int argc, char **argv) |
TEST_F (LoadPlanningModelsPr2, InitOK) | |
TEST_F (LoadPlanningModelsPr2, ModelInit) | |
TEST_F (LoadPlanningModelsPr2, GroupInit) | |
TEST_F (LoadPlanningModelsPr2, SubgroupInit) | |
TEST_F (LoadPlanningModelsPr2, AssociatedFixedLinks) | |
TEST_F (LoadPlanningModelsPr2, FullTest) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 286 of file test_kinematic_complex.cpp.
TEST_F | ( | LoadPlanningModelsPr2 | , |
InitOK | |||
) |
Definition at line 90 of file test_kinematic_complex.cpp.
TEST_F | ( | LoadPlanningModelsPr2 | , |
ModelInit | |||
) |
Definition at line 96 of file test_kinematic_complex.cpp.
TEST_F | ( | LoadPlanningModelsPr2 | , |
GroupInit | |||
) |
Definition at line 127 of file test_kinematic_complex.cpp.
TEST_F | ( | LoadPlanningModelsPr2 | , |
SubgroupInit | |||
) |
Definition at line 224 of file test_kinematic_complex.cpp.
TEST_F | ( | LoadPlanningModelsPr2 | , |
AssociatedFixedLinks | |||
) |
Definition at line 238 of file test_kinematic_complex.cpp.
TEST_F | ( | LoadPlanningModelsPr2 | , |
FullTest | |||
) |
Definition at line 244 of file test_kinematic_complex.cpp.