Skip to content

Commit

Permalink
Small fix to go1 joystick privileged state. Fixes #55.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 726651064
Change-Id: I8742728347c15ad9377cd062646a0e178930d004
  • Loading branch information
kevinzakka authored and copybara-github committed Feb 13, 2025
1 parent 254c38f commit 0fb7bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mujoco_playground/_src/locomotion/go1/joystick.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def _get_obs(
linvel, # 3
angvel, # 3
joint_angles - self._default_pose, # 12
noisy_joint_vel, # 12
joint_vel, # 12
data.actuator_force, # 12
info["last_contact"], # 4
feet_vel, # 4*3
Expand Down

0 comments on commit 0fb7bbd

Please sign in to comment.