Skip to content

Commit

Permalink
Merge pull request start-jsk#165 from YoheiKakiuchi/update_jaxon_yaml
Browse files Browse the repository at this point in the history
update jaxon.yaml
  • Loading branch information
YoheiKakiuchi committed Jan 28, 2015
2 parents abafaf7 + 02bafbd commit 2aecded
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions hrpsys_ros_bridge_tutorials/models/jaxon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,18 @@ torso:
##
rarm-end-coords:
parent: RARM_LINK7
translate : [0, 0.055, -0.217]
rotate : [0.0, 1.0, 0.0, 90.0]
# original
# translate : [0, 0.055, -0.217]
# rotate : [0.0, 1.0, 0.0, 90.0]
translate : [-0.055, 0.0, -0.237]
rotate : [-0.57735, 0.57735, 0.57735, 120]
larm-end-coords:
parent: LARM_LINK7
translate : [0, -0.055, -0.217]
rotate : [0.0, 1.0, 0.0, 90.0]
# original
# translate : [0, -0.055, -0.217]
# rotate : [0.0, 1.0, 0.0, 90.0]
translate : [-0.055, 0.0, -0.237]
rotate : [0.57735, 0.57735, -0.57735, 120]
rleg-end-coords:
parent: RLEG_LINK5
translate : [0, 0, -0.096]
Expand All @@ -64,7 +70,13 @@ lleg-end-coords:
## reset-pose
##
angle-vector:
reset-pose : [0.0, -30.0, -30.0, 0.0, +30.0, 0.0, 0.0, 0.0,
reset-pose : [0.0, +40.0, -15.0, -90.0, +80.0, -20.0, 0.0, 0.0,
0.0, +40.0, +15.0, +90.0, -80.0, +20.0, 0.0, 0.0,
0.0, 0.0, -20.0, 40.0, -20.0, 0.0,
0.0, 0.0, -20.0, 40.0, -20.0, 0.0,
0.0, 0.0,
0.0, 0.0, 0.0]
reset-servo-off-pose : [0.0, -30.0, -30.0, 0.0, +30.0, 0.0, 0.0, 0.0,
0.0, -30.0, +30.0, 0.0, -30.0, 0.0, 0.0, 0.0,
0.0, 0.0, -20.0, 40.0, -20.0, 0.0,
0.0, 0.0, -20.0, 40.0, -20.0, 0.0,
Expand Down

0 comments on commit 2aecded

Please sign in to comment.