How to display the frame of each joint in pybullet #3867
-
I want to display the frame of each joint so that I can debug the simulation of my robot better. However, I found that the frame of joints seems different from the results shown in the RVIZ, and it gives me big trouble. What should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
hello, I wrote a short function for this. I hope you find this useful. def axiscreator(bodyId, linkId = -1):
|
Beta Was this translation helpful? Give feedback.
-
I think if you use the visualizer in pybullet, pressing |
Beta Was this translation helpful? Give feedback.
I think if you use the visualizer in pybullet, pressing
w
makes it wireframe, andj
shows the axis.