Skip to content
Snippets Groups Projects
Commit a964ca31 authored by Fabian Reister's avatar Fabian Reister
Browse files

fixing includes in tests

parent 63fe429f
No related branches found
No related tags found
1 merge request!508Header include optimization for simox
Pipeline #21964 failed
......@@ -23,9 +23,15 @@
#define BOOST_TEST_MODULE RobotAPI::CartesianVelocityController::Test
#define ARMARX_BOOST_TEST
#include <RobotAPI/Test.h>
#include <ArmarXCore/core/test/IceTestHelper.h>
#include <ArmarXCore/core/system/ArmarXDataPath.h>
#include <VirtualRobot/RobotNodeSet.h>
#include <VirtualRobot/XML/RobotIO.h>
#include <VirtualRobot/IK/DifferentialIK.h>
#include <VirtualRobot/IK/IKSolver.h>
#include <ArmarXCore/core/system/cmake/CMakePackageFinder.h>
#include "../CartesianVelocityController.h"
......
......@@ -20,6 +20,7 @@
* GNU General Public License
*/
#include <VirtualRobot/IK/DifferentialIK.h>
#define BOOST_TEST_MODULE RobotAPI::CartesianVelocityController::Test
#define ARMARX_BOOST_TEST
#include <RobotAPI/Test.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment