arm icon indicating copy to clipboard operation
arm copied to clipboard

error solving inverse dynamics

Open tahsinkose opened this issue 5 years ago • 3 comments

Hi there,

When I start arm_controller, updateCommand function falls into this problem. What can be its reason?

tahsinkose avatar Aug 31 '19 14:08 tahsinkose

I am struggling with the same problem. I guess it's problem with KDL library which I can't install properly. If I figure it out i'll share what to do.

wojrut97 avatar Nov 08 '19 17:11 wojrut97

@tahsinkose @wojrut97 ,I have solved the problem by test we should modify effort_joint_interface.h file, add KDL::Chain kdl_chain_; as class private object to replace temporary object in init functio ,like the following:

image

image

dbdxnuliba avatar May 19 '22 04:05 dbdxnuliba

@tahsinkose @wojrut97 ,I have solved the problem by test we should modify effort_joint_interface.h file, add KDL::Chain kdl_chain_; as class private object to replace temporary object in init functio ,like the following:

image

image I noticed that you've comment out the" KDL::Chain chain"; but this difinition will be used in lost of part after its difinition.

tdcsu avatar Jun 17 '24 07:06 tdcsu