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

fixing test

parent a90b2e15
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,9 @@ armarx_add_test(core_test ...@@ -50,6 +50,9 @@ armarx_add_test(core_test
TEST_FILES TEST_FILES
test/coreTest.cpp test/coreTest.cpp
DEPENDENCIES DEPENDENCIES
ArmarXCore PUBLIC
armarx_navigation::core ArmarXCore
armarx_navigation::core
PRIVATE
range-v3
) )
...@@ -27,7 +27,8 @@ ...@@ -27,7 +27,8 @@
#include <ArmarXCore/core/exceptions/local/ExpressionException.h> #include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/logging/Logging.h> #include <ArmarXCore/core/logging/Logging.h>
#include "range/v3/view/zip.hpp" #include <range/v3/view/zip.hpp>
#include <SemanticObjectRelations/Shapes/Shape.h> #include <SemanticObjectRelations/Shapes/Shape.h>
#include <armarx/navigation/core/Graph.h> #include <armarx/navigation/core/Graph.h>
#include <armarx/navigation/core/Trajectory.h> #include <armarx/navigation/core/Trajectory.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