is it possible to apply KDL::ChainIkSolverVel_pinv::CartToJnt to a KDL::tree?
The Orocos ProjectSmarter control in robotics & automation! |
|
calculate inverse velocities with a KDL::tree
is it possible to apply KDL::ChainIkSolverVel_pinv::CartToJnt to a KDL::tree? |
calculate inverse velocities with a KDL::tree
On Wednesday 16 July 2008 15:19:24 threelight wrote:
> is it possible to apply KDL::ChainIkSolverVel_pinv::CartToJnt to a
> KDL::tree?
As the name of the class explains, the class can only be used on Chains not on
trees. At the moment we do not yet have solvers for trees. The forward
kinematic solvers are quite straight forward, the inverse kinematics not so
much.
Ruben