RethinkRobotics-opensource / sns_ik

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

SNS-IK velocity solvers should inherit from KDL::ChainIkSolverVel #80

Open MatthewPeterKelly opened 6 years ago

MatthewPeterKelly commented 6 years ago

It would be great if we made the SNS-IK velocity solvers inherit from the KDL::ChainIkSolverVel class. This would then allow us to pass any of our velocity solvers to the KDL::ChainIkSolverPos_NR position solver, and the KDL::ChainIkSolverPos_NR_JL position solver.