RLBench icon indicating copy to clipboard operation
RLBench copied to clipboard

Forward kinematics for robot arm

Open SigmaBM opened this issue 1 year ago • 1 comments

Hi,

I'm wondering if it is possible to add support for computing forward kinematics for robot arms in RLBench, so that we can compute the actual required end-effector pose from executed_demo_joint_position_action.

Thanks!

SigmaBM avatar Jan 26 '24 13:01 SigmaBM

You can compute forward kinematics using another package like pytorch_kinematics with the urdf provided: https://github.com/stepjam/RLBench/tree/master/urdfs/panda

eugeneteoh avatar Apr 10 '24 09:04 eugeneteoh