Skip to content

Commit f1cfd60

Browse files
committed
Change point of view of the camera
1 parent 7f58c3e commit f1cfd60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

biped_walking_controller/simulation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def update_camera_to_follow_pos(self, x: float, y: float, z: float):
502502
"""
503503
pb.resetDebugVisualizerCamera(
504504
cameraDistance=4.0,
505-
cameraYaw=50,
505+
cameraYaw=120,
506506
cameraPitch=-40,
507507
cameraTargetPosition=[x, y, z],
508508
)

0 commit comments

Comments
 (0)