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

hotfix: CMake

parent f00c2819
No related branches found
No related tags found
No related merge requests found
Pipeline #18525 failed
......@@ -16,7 +16,7 @@ set(LIBS
Eigen3::Eigen
${manif_LIBRARIES}
#armem_robot_state_aron
armem_robot_state
)
set(LIB_FILES
......
......@@ -13,6 +13,7 @@ armarx_add_library(
aroncommon
aronvectorconverter
armem_robot_state
ArViz
# System / External
Eigen3::Eigen
HEADERS
......
......@@ -20,7 +20,7 @@ armarx_add_library(
RobotAPI::armem
RobotUnitDataStreamingReceiver
# RobotAPI::ArViz
RobotAPI::ComponentPlugins
# RobotAPI::ComponentPlugins
# RobotAPI::Core
aroncommon
# armem_objects
......
#include "aron_conversions.h"
#include <string>
#include <ArmarXCore/core/logging/Logging.h>
#include <RobotAPI/libraries/ArmarXObjects/ObjectID.h>
#include <RobotAPI/libraries/ArmarXObjects/aron_conversions.h>
#include <RobotAPI/libraries/armem_robot_state/aron/Exteroception.aron.generated.h>
#include <RobotAPI/libraries/armem_robot_state/aron/Proprioception.aron.generated.h>
#include <RobotAPI/libraries/armem_robot_state/aron/Transform.aron.generated.h>
......
......@@ -21,6 +21,8 @@ armarx_add_library(
RobotAPICore
RobotAPIInterfaces
RobotStatechartHelpers
RobotAPI::ComponentPlugins
ArViz
RobotAPI::armem_server
RobotAPI::armem_robot_state
aroncommon
......
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