Visualize Link Reference Frames Python3.6

Post Reply
tyu91
Posts: 1
Joined: Sat May 01, 2021 4:27 am

Visualize Link Reference Frames Python3.6

Post by tyu91 »

Hi, I am new to pybullet and am trying to programmatically display the rpy axis of individual links, similar to this outcome in mujoco:
Screen Shot 2021-05-01 at 12.36.46 AM.png
Screen Shot 2021-05-01 at 12.36.46 AM.png (36.69 KiB) Viewed 17490 times
However, after looking at the pybullet configureDebugVisualizer and some urdf tutorials I cannot figure out how to display this seemingly simple outcome. I know that there are some guis that help you visualize these axes, but I want to be able to record these end effector positions visually as I step through the environment. I am trying to do this programmatically in python. If anyone can provide some assistance that would be greatly appreciated!
Post Reply