You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thank you for your work and for sharing it with us.
I have two questions about how the IK and FK modules are used, more precisely:
How and where should I call the IK module? I see it's defined as a function, but it's never used so I don't know what parameters I should pass to it.
In order to activate the FK module we need to switch do_fk=True, but how should I handle the joint_position variable that is returned by the function? Is there any manipulation that needs to be done on it, like for global_orientation and joint_rotation, or it can be used as is?
The text was updated successfully, but these errors were encountered:
Hi,
thank you for your work and for sharing it with us.
I have two questions about how the IK and FK modules are used, more precisely:
do_fk=True
, but how should I handle thejoint_position
variable that is returned by the function? Is there any manipulation that needs to be done on it, like forglobal_orientation
andjoint_rotation
, or it can be used as is?The text was updated successfully, but these errors were encountered: