Skip to content
Snippets Groups Projects

Feature/armem laser scans

Merged Fabian Reister requested to merge feature/armem_laser_scans into master
35 files
+ 1197
199
Compare changes
  • Side-by-side
  • Inline
Files
35
armarx_component_set_name("LaserScansMemory")
set(COMPONENT_LIBS
ArmarXCore ArmarXCoreInterfaces # for DebugObserverInterface
ArmarXCoreComponentPlugins
ArmarXGuiComponentPlugins
RobotAPICore RobotAPIInterfaces armem_server
RobotAPIComponentPlugins # for ArViz and other plugins
armem_robot_state
armem_robot
armem_laser_scans
${IVT_LIBRARIES}
)
set(SOURCES
LaserScansMemory.cpp
)
set(HEADERS
LaserScansMemory.h
)
armarx_add_component("${SOURCES}" "${HEADERS}")
#generate the application
armarx_generate_and_add_component_executable(COMPONENT_NAMESPACE armarx::armem::server::laser_scans)
Loading