Closed IanTheEngineer closed 8 years ago
If you just remove those lines relating to trackik_solver.getKDLChain and trackIK_solver.getKDLLimits, this commit looks good.
Sounds good. We were overwriting them before for some reason, but I agree, that should be unnecessary.
@rethink-forrest i think this PR is good to go. Fire away!
This commit makes
trac_ik_lib
an optional dependency by commenting out dependencies insns_ik_examples
package.xml
andCMakeLists.txt
. Also, a conditional compile was added in the form of a preprocessor pound define forUSE_TRAC
.