ehsanik / touchTorch

Use the Force Luke! Learning to Predict Physical Forces by Simulating Effects [CVPR2020] (https://arxiv.org/pdf/2003.12045.pdf)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

missing function get_rgb_for_position_rotation

sjtuytc opened this issue · comments

hi, thanks for your sharing code. In visualization_util.py, many functions require get_rgb_for_position_rotation. Would you mind releasing the implementation of this function? It would help others to work on your dataset and qualifying their results. Thanks a lot!

This function simply just transforms the location and orientation of the object to the specified position and rotation and gets the rgb image from PyBullet using getCameraImage function.