Inverse Kinematics Tutorial & Workshop Recording

Hey @arjung, glad to hear you found it helpful! That’s a good question. The IK tutorial actually includes forward kinematics. Set everything up the same way as in the tutorial, and you can do FK using:

chain.forward_kinematics(q)

ROS has its own way of doing FK through a library called TF2. If you’re using ROS, check out this example: