Skip to content

Commit

Permalink
commented out print fn
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Apr 1, 2024
1 parent fcbcb24 commit fac0375
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sim/scripts/drop_urdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ def run_gym(gym: GymParams, mode: Literal["one_at_a_time", "all_at_once"] = "all
gym.gym.draw_viewer(gym.viewer, gym.sim, True)
gym.gym.sync_frame_time(gym.sim)

# Print the joint forces.
# print(gym.gym.get_actor_dof_forces(gym.env, gym.robot))
# print(gym.gym.get_env_rigid_contact_forces(gym.env))

# Every second, set the target effort for each joint to the reverse.
curr_time = time.time()

Expand Down

0 comments on commit fac0375

Please sign in to comment.