|
|
#include "../DesignerTrajectoryHolder.h"#include <VirtualRobot/XML/RobotIO.h>#include <ArmarXCore/core/system/cmake/CMakePackageFinder.h>#include <RobotComponents/Test.h>
Include dependency graph for DesignerTrajectoryHolderTest.cpp:Go to the source code of this file.
Classes | |
| struct | PosePkg |
| The PosePkg struct - Testing utility. More... | |
Macros | |
| #define | ARMARX_BOOST_TEST |
| #define | BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::DesignerTrajectoryHolder |
Functions | |
| BOOST_AUTO_TEST_CASE (basicTest) | |
| BOOST_AUTO_TEST_CASE (collisionDetectionCollisionTest) | |
| BOOST_AUTO_TEST_CASE (collisionDetectionNoCollisionTest) | |
| PosePkg | createPosePkg (float x, float y, float z, float qw, float qx, float qy, float qz) |
| PoseBasePtr | poseToLocal (PoseBasePtr pose, RobotPtr robot, std::string &rnsName) |
| #define ARMARX_BOOST_TEST |
Definition at line 2 of file DesignerTrajectoryHolderTest.cpp.
| #define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::DesignerTrajectoryHolder |
Definition at line 1 of file DesignerTrajectoryHolderTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | basicTest | ) |
Definition at line 42 of file DesignerTrajectoryHolderTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | collisionDetectionCollisionTest | ) |
Definition at line 170 of file DesignerTrajectoryHolderTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | collisionDetectionNoCollisionTest | ) |
Definition at line 78 of file DesignerTrajectoryHolderTest.cpp.
Here is the call graph for this function:Definition at line 24 of file DesignerTrajectoryHolderTest.cpp.
Here is the caller graph for this function:| PoseBasePtr poseToLocal | ( | PoseBasePtr | pose, |
| RobotPtr | robot, | ||
| std::string & | rnsName | ||
| ) |
Definition at line 35 of file DesignerTrajectoryHolderTest.cpp.
Here is the caller graph for this function: