We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b4c60 commit 5b6dffcCopy full SHA for 5b6dffc
src/pick_ik_plugin.cpp
@@ -71,13 +71,6 @@ class PickIKPlugin : public kinematics::KinematicsBase {
71
}
72
73
74
- // If jmg has tip frames, set tip_frames_ to jmg tip frames
75
- // consider removing these lines as they might be unnecessary
76
- // as tip_frames_ is set by the call to storeValues above
77
- auto jmg_tips = std::vector<std::string>{};
78
- jmg_->getEndEffectorTips(jmg_tips);
79
- if (!jmg_tips.empty()) tip_frames_ = jmg_tips;
80
-
81
// link_names are the same as tip frames
82
// TODO: why do we need to set this
83
link_names_ = tip_frames_;
0 commit comments