|
|
#include "../../Interpolation/SplineInterpolation.h"#include <RobotAPI/libraries/core/Pose.h>#include <RobotComponents/Test.h>#include "../../Util/OrientationConversion.h"#include "../exceptions/NoInterpolationPossibleException.h"
Include dependency graph for SplineInterpolationTest.cpp:Go to the source code of this file.
Macros | |
| #define | ARMARX_BOOST_TEST |
| #define | BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::SplineInterpolation |
Functions | |
| BOOST_AUTO_TEST_CASE (basicTest) | |
| BOOST_AUTO_TEST_CASE (rotateAtPlaceTest) | |
| BOOST_AUTO_TEST_CASE (startIsEndTest) | |
| BOOST_AUTO_TEST_CASE (tenPointPositionTest) | |
| bool | is_critical (exceptions::local::NoInterpolationPossibleException const &ex) |
| #define ARMARX_BOOST_TEST |
Definition at line 2 of file SplineInterpolationTest.cpp.
| #define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::SplineInterpolation |
Definition at line 1 of file SplineInterpolationTest.cpp.
| BOOST_AUTO_TEST_CASE | ( | basicTest | ) |
Definition at line 16 of file SplineInterpolationTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | rotateAtPlaceTest | ) |
Definition at line 53 of file SplineInterpolationTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | startIsEndTest | ) |
Definition at line 100 of file SplineInterpolationTest.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | tenPointPositionTest | ) |
Definition at line 128 of file SplineInterpolationTest.cpp.
Here is the call graph for this function:| bool is_critical | ( | exceptions::local::NoInterpolationPossibleException const & | ex | ) |
Definition at line 48 of file SplineInterpolationTest.cpp.