inverse kinematics ik_seed_state problem? [closed]
Hi i am trying to use the katana arm inv_kin plugin and the function getPositionIK.
i get the error terminate called after throwing an instance of 'std::length_error' what(): vector::_M_fill_insert Aborted (core dumped)
my ik_seed_state is: std::vector<double> init_sol(5); and my solution is: std::vector<double> sol_f(5);
i think there is the problem