Skip to content

Commit eee3c79

Browse files
committed
WORKING STATE
1 parent 17f628f commit eee3c79

File tree

4 files changed

+0
-1202
lines changed

4 files changed

+0
-1202
lines changed

ik_solvers/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@ target_link_libraries(
6363
# the first argument is the name of the package, NOT the target name
6464
pluginlib_export_plugin_description_file(ik_solvers solvers.xml)
6565

66-
set(EXAMPLES tpik_demo)
67-
foreach(example IN ITEMS ${EXAMPLES})
68-
add_executable(${example})
69-
target_sources(${example} PRIVATE examples/src/${example}.cpp)
70-
target_link_libraries(${example} PUBLIC ik_solvers)
71-
set_target_properties(
72-
${example}
73-
PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/examples
74-
)
75-
endforeach()
76-
7766
install(
7867
TARGETS solver_base ik_solvers task_priority_solver_parameters
7968
EXPORT export_ik_solvers

ik_solvers/examples/config/solver.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

ik_solvers/examples/src/tpik_demo.cpp

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)