Closed MarcoMagriDev closed 3 weeks ago
This PR aims to address the impossibility to set parameters of IK solvers from ROS2 yaml params file as suggested here.
To avoid params redeclarations an auto_declare protected method has been defined for the IKSolver base class
auto_declare
(fix similar to the one proposed in #129)
Thank you @MarcoMagriDev
I'll rebase this on the current ROS2 branch and see how to merge it. We dropped most of the ROS2 version-dependend distinctions.
This PR aims to address the impossibility to set parameters of IK solvers from ROS2 yaml params file as suggested here.
To avoid params redeclarations an
auto_declare
protected method has been defined for the IKSolver base class(fix similar to the one proposed in #129)