[KDL] chainjnttojacsolver

Hi all,

I have a question regarding the chainjnttojacsolver.cpp

Should the statement on line 52,

if(q_in.rows()!=chain.getNrOfJoints()||nr_of_unlocked_joints_==jac.columns())

be like the following

if(q_in.rows()!=chain.getNrOfJoints()||nr_of_unlocked_joints_!=jac.columns())
?

Regards,
Baris

Ruben Smits's picture

[KDL] chainjnttojacsolver

On Wednesday 14 April 2010 16:16:38 Baris wrote:
> Hi all,
>
> I have a question regarding the chainjnttojacsolver.cpp
>
> Should the statement on line 52,
>
> if(q_in.rows()!=chain.getNrOfJoints()||nr_of_unlocked_joints_==jac.columns(
> ))
>
>
> be like the following
>
> if(q_in.rows()!=chain.getNrOfJoints()||nr_of_unlocked_joints_!=jac.columns(
> )) ?

Yep, thanks for reporting

> Regards,
> Baris