|
#include <RobotComponents/Test.h>
#include "../../Interpolation/LinearInterpolation.h"
#include "../../Util/OrientationConversion.h"
#include "../../Interpolation/SplineInterpolation.h"
#include <RobotAPI/libraries/core/FramedPose.h>
#include <RobotAPI/libraries/core/Pose.h>
Go to the source code of this file.
Macros | |
#define | ARMARX_BOOST_TEST |
#define | BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::SplineInterpolationSegment |
Functions | |
BOOST_AUTO_TEST_CASE (basicTest) | |
BOOST_AUTO_TEST_CASE (rotateAtPlaceTest) | |
BOOST_AUTO_TEST_CASE (startIsEndTest) | |
BOOST_AUTO_TEST_CASE (tenPointPositionTest) | |
#define ARMARX_BOOST_TEST |
Definition at line 2 of file SplineInterpolationSegmentTest.cpp.
#define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::SplineInterpolationSegment |
Definition at line 1 of file SplineInterpolationSegmentTest.cpp.
BOOST_AUTO_TEST_CASE | ( | basicTest | ) |
Definition at line 15 of file SplineInterpolationSegmentTest.cpp.
BOOST_AUTO_TEST_CASE | ( | rotateAtPlaceTest | ) |
Definition at line 50 of file SplineInterpolationSegmentTest.cpp.
BOOST_AUTO_TEST_CASE | ( | startIsEndTest | ) |
Definition at line 114 of file SplineInterpolationSegmentTest.cpp.
BOOST_AUTO_TEST_CASE | ( | tenPointPositionTest | ) |
Definition at line 151 of file SplineInterpolationSegmentTest.cpp.