Skip to content
Snippets Groups Projects

Resolve "Add Grasp (Affordance) Memory"

Merged Rainer Kartmann requested to merge 42-add-grasp-affordance-memory into armem/dev
5 files
+ 236
2
Compare changes
  • Side-by-side
  • Inline
Files
5
armarx_component_set_name("GraspMemory")
set(COMPONENT_LIBS
ArmarXCore ArmarXCoreInterfaces # for DebugObserverInterface
ArmarXGuiComponentPlugins
RobotAPICore RobotAPIInterfaces armem
# RobotAPIComponentPlugins # for ArViz and other plugins
${IVT_LIBRARIES}
)
set(SOURCES
GraspMemory.cpp
)
set(HEADERS
GraspMemory.h
)
armarx_add_component("${SOURCES}" "${HEADERS}")
#generate the application
armarx_generate_and_add_component_executable()
Loading