RethinkRobotics-opensource / sns_ik

Saturation in the Null Space (SNS) Inverse Kinematic Library
82 stars 41 forks source link

Fix reference to local variable #108

Open jfdupuis opened 4 years ago

jfdupuis commented 4 years ago

KDL::ChainFkSolverPos_recursive is holding a reference to the KDL::Chain and should be passed a chain that is owned by SNSPositionIK

forrest-rm commented 3 years ago

This simple change looks good to me. @IanTheEngineer, should we close some of these pull-requests?