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
I read sapien's documents and then saw a lot of complicated methods, but I'm wondering if there is a simple way to draw the joints out of the data. Specifically is it possible to remap the parts of the rendered image that are joints to a certain color? I hope I can get your help.
The text was updated successfully, but these errors were encountered:
Do you mean you want to draw a line segment at the joints? Or do you want to color the links that are connected to an active joint? Here is some code that we created previously to color robot links in contact red. Maybe you will find this helpful. https://github.com/haosulab/cvpr-tutorial-2022/blob/master/debug/check_urdf.py
I read sapien's documents and then saw a lot of complicated methods, but I'm wondering if there is a simple way to draw the joints out of the data. Specifically is it possible to remap the parts of the rendered image that are joints to a certain color? I hope I can get your help.
The text was updated successfully, but these errors were encountered: