moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
test.cpp File Reference
#include <moveit/robot_model/robot_model.hpp>
#include <urdf_parser/urdf_parser.h>
#include <fstream>
#include <gtest/gtest.h>
#include <moveit/utils/robot_model_test_utils.hpp>
Include dependency graph for test.cpp:

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)
 TEST (PlanarJointTest, ComputeVariablePositionsNormalizeYaw)
int main (int argc, char **argv)

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 207 of file test.cpp.

◆ TEST() [1/3]

TEST ( FloatingJointTest ,
interpolation_test  )

Definition at line 131 of file test.cpp.

Here is the call graph for this function:

◆ TEST() [2/3]

TEST ( PlanarJointTest ,
ComputeVariablePositionsNormalizeYaw  )

Definition at line 175 of file test.cpp.

Here is the call graph for this function:

◆ TEST() [3/3]

TEST ( SiblingAssociateLinks ,
SimpleYRobot  )

Definition at line 95 of file test.cpp.

Here is the call graph for this function:

◆ TEST_F() [1/2]

TEST_F ( LoadPlanningModelsPr2 ,
InitOK  )

Definition at line 60 of file test.cpp.

◆ TEST_F() [2/2]

TEST_F ( LoadPlanningModelsPr2 ,
Model  )

Definition at line 66 of file test.cpp.