Skip to content

Commit

Permalink
cleanup LMA kinematics solver
Browse files Browse the repository at this point in the history
- perform similar cleanup as in ros-planning#1294
- actually use KDL's LMA solver (was instantiated but not used)
- remove notion of mimic joints, as the LMA solver doesn't support this
  • Loading branch information
rhaschke committed Jan 10, 2019
1 parent dbc236b commit b34613a
Show file tree
Hide file tree
Showing 8 changed files with 134 additions and 1,300 deletions.
4 changes: 1 addition & 3 deletions moveit_kinematics/lma_kinematics_plugin/CMakeLists.txt
@@ -1,8 +1,6 @@
set(MOVEIT_LIB_NAME moveit_lma_kinematics_plugin)

add_library(${MOVEIT_LIB_NAME} src/lma_kinematics_plugin.cpp
src/chainiksolver_pos_lma_jl_mimic.cpp
src/chainiksolver_vel_pinv_mimic.cpp)
add_library(${MOVEIT_LIB_NAME} src/lma_kinematics_plugin.cpp)
set_target_properties(${MOVEIT_LIB_NAME} PROPERTIES VERSION ${${PROJECT_NAME}_VERSION})

target_link_libraries(${MOVEIT_LIB_NAME} ${catkin_LIBRARIES})
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit b34613a

Please sign in to comment.