Skip to content

Commit

Permalink
remove GUI side panel in Pybullet
Browse files Browse the repository at this point in the history
  • Loading branch information
shbang91 committed Aug 21, 2024
1 parent 316514b commit c3ad6e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions simulator/pybullet/draco_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ def signal_handler(signal, frame):
if __name__ == "__main__":
## connect pybullet sim server
pb.connect(pb.GUI)
pb.configureDebugVisualizer(pb.COV_ENABLE_GUI, 0)

pb.resetDebugVisualizerCamera(
cameraDistance=1.5,
Expand Down

0 comments on commit c3ad6e6

Please sign in to comment.