Skip to content

Commit

Permalink
Final tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
gizatt committed Apr 29, 2015
1 parent b6f79d2 commit ee29875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Atlas/Atlas.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
hand_orientation_right = [0; -pi/2; pi];
hand_orientation_left = [0; pi/2; pi];
elseif options.atlas_version == 5
hand_position_right = [0; -0.195; -0.01];
hand_position_right = [0; -0.195; 0.0];
hand_orientation_right = [0; -pi/2; pi];
hand_position_left = [0; -0.195; -0.01];
hand_position_left = [0; -0.195; 0.0];
hand_orientation_left = [0; -pi/2; pi];
end

Expand Down

0 comments on commit ee29875

Please sign in to comment.