|
#include <RobotComponents/Test.h>
#include "../../Interpolation/LinearInterpolation.h"
#include "../../Util/OrientationConversion.h"
#include <RobotAPI/libraries/core/Pose.h>
#include <RobotAPI/libraries/core/FramedPose.h>
Go to the source code of this file.
Macros | |
#define | ARMARX_BOOST_TEST |
#define | BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::LinearInterpolation |
Functions | |
BOOST_AUTO_TEST_CASE (basicTest) | |
BOOST_AUTO_TEST_CASE (rotateAtPlaceTest) | |
BOOST_AUTO_TEST_CASE (samePointTwiceTest) | |
BOOST_AUTO_TEST_CASE (startIsEndTest) | |
BOOST_AUTO_TEST_CASE (tenPointPositionTest) | |
BOOST_AUTO_TEST_CASE (threePointPositionTest) | |
#define ARMARX_BOOST_TEST |
Definition at line 2 of file LinearInterpolationTest.cpp.
#define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::LinearInterpolation |
Definition at line 1 of file LinearInterpolationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | basicTest | ) |
Definition at line 15 of file LinearInterpolationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | rotateAtPlaceTest | ) |
Definition at line 108 of file LinearInterpolationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | samePointTwiceTest | ) |
Definition at line 74 of file LinearInterpolationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | startIsEndTest | ) |
Definition at line 157 of file LinearInterpolationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | tenPointPositionTest | ) |
Definition at line 193 of file LinearInterpolationTest.cpp.
BOOST_AUTO_TEST_CASE | ( | threePointPositionTest | ) |
Definition at line 43 of file LinearInterpolationTest.cpp.