WaypointControllerTest.cpp
Go to the documentation of this file.
1#define BOOST_TEST_MODULE ArmarX::RobotTrajectoryDesigner::Controller::Waypointcontroller
2#define ARMARX_BOOST_TEST
3
5
6#include <iostream>
7#include <memory>
8
9#include <VirtualRobot/XML/RobotIO.h>
10
11#include "../../../../../build/testing/RobotTrajectoryDesigner/Test.h"
13
14using namespace armarx;
15using namespace VirtualRobot;
16using namespace std;
17
18struct FixtureExample
19{
21 {
22 BOOST_TEST_MESSAGE("Setup fixture with waypoint tab and controller");
23 }
24
26 {
27 BOOST_TEST_MESSAGE("Teardown fixture");
28 }
29
30 int i;
33};
34
36{
37}
BOOST_FIXTURE_TEST_CASE(WaypointControllerTest, FixtureExample)
std::shared_ptr< WaypointTab > WaypointTabPtr
Definition WaypointTab.h:52
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< WaypointController > WaypointControllerPtr
WaypointControllerPtr waypointController