Skip to content

Commit

Permalink
Revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Aug 4, 2024
1 parent 8c3a53c commit 99fb1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/intro_pinocchio/intro_pinocchio_ur5_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main():

# Set up initial conditions for the simulation.
q = np.array([0.0, -np.pi / 2 + 0.01, 0.0, 0.0, 0.0, 0.0])
v = np.array([1.0, 0.0, 0.0, 0.0, 0.0, 0.0])
v = np.array([0.0, 0.0, 0.0, 0.0, 0.0, 0.0])
tau0 = np.zeros(model.nv)

dt = 0.01
Expand Down

0 comments on commit 99fb1fd

Please sign in to comment.