Skip to content
Snippets Groups Projects

Implement 'PointAt'-skill

Merged Patrick Dormanns requested to merge feat/pointing-skill into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -18,7 +18,6 @@ armarx_find_package(PUBLIC Qt5 COMPONENTS Xml Script Designer QUIET)
# Specify each ArmarX Package dependency with the following macro
armarx_find_package(PUBLIC ArmarXGui)
armarx_find_package(PUBLIC RobotAPI REQUIRED)
armarx_find_package(PUBLIC SimoxControl REQUIRED) # TODO QUIET wie in OML? Dep auf SIMOX?
# Optional dependencies
armarx_find_package(PUBLIC DMP QUIET)
@@ -30,6 +29,7 @@ armarx_find_package(PUBLIC MATHLIB QUIET)
armarx_find_package(PUBLIC Eigen3 QUIET)
armarx_find_package(PUBLIC SOEM)
# armarx_find_package(PUBLIC Simox ${ArmarX_Simox_VERSION} QUIET)
armarx_find_package(PUBLIC SimoxControl QUIET)
add_subdirectory(source/armarx/control)
add_subdirectory(examples)
Loading