Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#1068 from gizatt/fix_atlas_v5_hand…
Browse files Browse the repository at this point in the history
…_pos_upstream

Fix atlas v5 hand position
  • Loading branch information
RussTedrake committed May 1, 2015
2 parents 7d16f8f + ee29875 commit 64f5d63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/Atlas/Atlas.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
hand_orientation_right = [0; -pi/2; pi];
hand_orientation_left = [0; pi/2; pi];
elseif options.atlas_version == 5
hand_position_right = [0; -0.1245; 0];
hand_orientation_right = [0; 0; pi];
hand_position_left = [0; -0.1245; 0];
hand_orientation_left = [0; 0; pi];
hand_position_right = [0; -0.195; 0.0];
hand_orientation_right = [0; -pi/2; pi];
hand_position_left = [0; -0.195; 0.0];
hand_orientation_left = [0; -pi/2; pi];
end

hand=options.hand_right;
Expand Down

0 comments on commit 64f5d63

Please sign in to comment.