Skip to content

Commit f225f43

Browse files
committed
Merge pull request start-jsk#42 from YoheiKakiuchi/add_staro_yaml
add staro.yaml
2 parents 3086290 + 99932a5 commit f225f43

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
##
2+
## - collada_joint_name : euslisp_joint_name (start with :)
3+
##
4+
5+
rarm:
6+
- RARM_JOINT0 : rarm-shoulder-p
7+
- RARM_JOINT1 : rarm-shoulder-r
8+
- RARM_JOINT2 : rarm-shoulder-y
9+
- RARM_JOINT3 : rarm-elbow-y
10+
- RARM_JOINT4 : rarm-elbow-p
11+
- RARM_JOINT5 : rarm-wrist-y
12+
- RARM_JOINT6 : rarm-wrist-r
13+
- RARM_JOINT7 : rarm-wrist-p
14+
larm:
15+
- LARM_JOINT0 : larm-shoulder-p
16+
- LARM_JOINT1 : larm-shoulder-r
17+
- LARM_JOINT2 : larm-shoulder-y
18+
- LARM_JOINT3 : larm-elbow-y
19+
- LARM_JOINT4 : larm-elbow-p
20+
- LARM_JOINT5 : larm-wrist-y
21+
- LARM_JOINT6 : larm-wrist-r
22+
- LARM_JOINT7 : larm-wrist-p
23+
rleg:
24+
- RLEG_JOINT0 : rleg-crotch-y
25+
- RLEG_JOINT1 : rleg-crotch-r
26+
- RLEG_JOINT2 : rleg-crotch-p
27+
- RLEG_JOINT3 : rleg-knee-p
28+
- RLEG_JOINT4 : rleg-ankle-p
29+
- RLEG_JOINT5 : rleg-ankle-r
30+
lleg:
31+
- LLEG_JOINT0 : lleg-crotch-y
32+
- LLEG_JOINT1 : lleg-crotch-r
33+
- LLEG_JOINT2 : lleg-crotch-p
34+
- LLEG_JOINT3 : lleg-knee-p
35+
- LLEG_JOINT4 : lleg-ankle-p
36+
- LLEG_JOINT5 : lleg-ankle-r
37+
head:
38+
- HEAD_JOINT0 : head-neck-y
39+
- HEAD_JOINT1 : head-neck-p
40+
torso:
41+
- CHEST_JOINT0 : torso-waist-p
42+
- CHEST_JOINT1 : torso-waist-y
43+
44+
##
45+
## end-coords
46+
##
47+
rleg-end-coords:
48+
# translate : [0.0, 0, -0.091849]
49+
translate : [0.0, 0, -0.096]
50+
lleg-end-coords:
51+
# translate : [0.0, 0, -0.091849]
52+
translate : [0.0, 0, -0.096]
53+
rarm-end-coords:
54+
# translate : [0, -0.15701, 0] #barret hand
55+
# translate : [0, -0.08005, 0] #almi plate
56+
translate : [0.0, -0.17805, 0] #robotiq-hand-plus-yukizaki
57+
# rotate : [0.57735, -0.57735, -0.57735, 120.0] #barret hand
58+
rotate : [-0.678598, 0.678598, -0.281085, 148.6] #robotiq hand (rotate 135deg)
59+
larm-end-coords:
60+
# translate : [0, 0.15701, 0] #barret hand
61+
translate : [0, 0.08005, 0] #almi plate
62+
translate : [0.0, 0.17805, 0] #robotiq-hand-plus-yukizaki
63+
# rotate : [-0.57735, -0.57735, 0.57735, 120.0] #barret hand
64+
rotate : [0.678598, 0.678598, 0.281085, 148.6] #robotiq hand (rotate 135deg)
65+
head-end-coords:
66+
translate : [0.1, 0, 0.2]
67+
rotate : [0, 1, 0, 90]
68+
parent : HEAD_LINK1
69+
70+
##
71+
## reset-pose
72+
##
73+
angle-vector:
74+
reset-pose : [10.0, 120.0, 90.0, 90.0, -60.0, 0.0, 0.0, 0.0,
75+
-10.0, -60.0, 90.0, -90.0, 60.0, 0.0, 0.0, 0.0,
76+
0.0, 0, -20, 40, -20, 0,
77+
0.0, 0, -20, 40, -20, 0,
78+
0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
79+
reset-manip-pose : [10.0, 150.0, 90.0, 90.0, -110.0, 0.0, -40.0, 0.0,
80+
-10.0, -30.0, 90.0, -90.0, 110.0, 0.0, 40.0, 0.0,
81+
0.0, 0, -20, 40, -20, 0,
82+
0.0, 0, -20, 40, -20, 0,
83+
0.0, 0.0, 0.0, 0.0]
84+
reset-servo-off-pose : [80.0, 90.0, 40.0, 100.0, -15.0, 0.0, 0.0, 0.0,
85+
-80.0, -90.0, 40.0, -80.0, 15.0, 0.0, 0.0, 0.0,
86+
0.0, 0.0, -10.0, 40.0, -20.0, 0.0,
87+
0.0, 0.0, -10.0, 40.0, -20.0, 0.0,
88+
50.0, 0.0, 0.0, -20.0]

0 commit comments

Comments
 (0)