Merge pull request #44166 from madmiraal/remove-chain-tip-copy-constructor
Remove ChainTip copy constructor
This commit is contained in:
commit
a32d6d2800
1 changed files with 0 additions and 4 deletions
|
@ -76,10 +76,6 @@ class FabrikInverseKinematic {
|
||||||
ChainTip(ChainItem *p_chain_item, const EndEffector *p_end_effector) :
|
ChainTip(ChainItem *p_chain_item, const EndEffector *p_end_effector) :
|
||||||
chain_item(p_chain_item),
|
chain_item(p_chain_item),
|
||||||
end_effector(p_end_effector) {}
|
end_effector(p_end_effector) {}
|
||||||
|
|
||||||
ChainTip(const ChainTip &p_other_ct) :
|
|
||||||
chain_item(p_other_ct.chain_item),
|
|
||||||
end_effector(p_other_ct.end_effector) {}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Chain {
|
struct Chain {
|
||||||
|
|
Loading…
Add table
Reference in a new issue