run pybullet test and see view?
Opened this issue · 1 comments
ahundt commented
Is there a way to run the pybullet test and see the rendering of what is happening?
matafela commented
Sorry for late reply. You can check pybullet document for camera setting and rendering, and edit the code in our simulator core file.
Or you can simply add property visual = true
in this line, and add break points in our simulator core file to check what is happening