-
Notifications
You must be signed in to change notification settings - Fork 1
Description
The absolute joint positions being used now in the graph_dataset.py are being calculated with forward kinematics from the franka panda robot. However, they don't necessary match the absolute position given by the Objects in the scene (are likely to be expressed in different frames of reference). This is particularly bad for the transport environment, where the positions are calculated for 2 different manipulators, and the transformation between the base links would be relevant.
One idea (very work-intensive) is to get these absolute positions from the mujoco environment somehow, reusing the datasets with the Robomimic playback_human_demonstration. Another quick fix is to find out the transformations for base link in these environments and add them when training.