Inverse kinematics

what is data type of q used in JntArray q,in inverse kinematics example?

Inverse kinematics

On Apr 4, 2011, at 08:04 , talekarsneha8 [..] ... wrote:

> what is data type of q used in JntArray q,in inverse kinematics example?

I would say RTFM .... but JntArray actually isn't in the online API doc's (we should fix that) :-(

http://people.mech.kuleuven.be/~orocos/pub/devel/kdl/latest/api/html/ind...
http://people.mech.kuleuven.be/~orocos/pub/devel/kdl/latest/api/html/ann...

Check out the "kdl/src/jntarray.hpp" file instead.
S

Inverse kinematics

2011/4/4 talekarsneha8 [..] ... <talekarsneha8 [..] ...>:
>  what is data type of q used in JntArray q,in inverse kinematics example?

The type is JntArray, you can find more information in the source file:

http://people.mech.kuleuven.be/~orocos/pub/devel/kdl/latest/api/html/jnt...

Apparently the JntArray class does not show up in the docs - I noticed
it before. Maybe Ruben can update the documentation?

Steven

>
> --
> Orocos-Users mailing list
> Orocos-Users [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users
>

JntArray

I wanted to know how do i read or print q,what data type should i use?

JntArray

2011/4/11 talekarsneha8 [..] ... <talekarsneha8 [..] ...>

> I wanted to know how do i read or print q,what data type should i use?
>

You can print any KDL types by including <frames_io.hp

Steven

> --
> Orocos-Users mailing list
> Orocos-Users [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-users
>