DesignerTrajectoryCalculatorTest.cpp
Go to the documentation of this file.
1#define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::DesignerTrajectoryCalculator
2#define ARMARX_BOOST_TEST
3
5
6#include "../../../../../build/testing/RobotTrajectoryDesigner/Test.h"
7using namespace armarx;
8
9//Check if trajectories are calculated correctly
10BOOST_AUTO_TEST_CASE(TrajectoryCalculationTest)
11{
12 BOOST_CHECK_EQUAL(1, 1);
13 //BOOST_CHECK_THROW(dt1.getTrajectorySegment(2), IndexOutOfBoundsException);
14}
BOOST_AUTO_TEST_CASE(TrajectoryCalculationTest)
This file offers overloads of toIce() and fromIce() functions for STL container types.