Skip to content

Commit 5b6dffc

Browse files
authored
Remove incorrect override of tip_frames (#68)
1 parent 87b4c60 commit 5b6dffc

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/pick_ik_plugin.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ class PickIKPlugin : public kinematics::KinematicsBase {
7171
}
7272
}
7373

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-
8174
// link_names are the same as tip frames
8275
// TODO: why do we need to set this
8376
link_names_ = tip_frames_;

0 commit comments

Comments
 (0)