Skip to content

Commit

Permalink
[bullet-world] Change initial cam pose
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul authored Apr 3, 2024
1 parent c86cc5b commit 4da0a31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pycram/bullet_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,8 @@ def run(self):
# Disable the side windows of the GUI
p.configureDebugVisualizer(p.COV_ENABLE_GUI, 0)
# Change the init camera pose
p.resetDebugVisualizerCamera(cameraDistance=1.5, cameraYaw=270.0, cameraPitch=-50,
cameraTargetPosition=[-2, 0, 1])
p.resetDebugVisualizerCamera(cameraDistance=3, cameraYaw=90, cameraPitch=-41,
cameraTargetPosition=[3.12, 2.5, 1.2])

# Get the initial camera target location
cameraTargetPosition = p.getDebugVisualizerCamera()[11]
Expand Down

0 comments on commit 4da0a31

Please sign in to comment.