|
a |
|
b/Tests/ShoulderTestModel/Environment.any |
|
|
1 |
AnyFolder Environment = { |
|
|
2 |
//^ Environment files are used to include objects surrounding human, |
|
|
3 |
//^ e.g. global reference frame |
|
|
4 |
|
|
|
5 |
AnyFixedRefFrame GlobalRef = |
|
|
6 |
{ |
|
|
7 |
AnyDrawRefFrame drw={ScaleXYZ=0.3*{1,1,1};}; |
|
|
8 |
|
|
|
9 |
AnyRefNode RightFootPrint = { |
|
|
10 |
//^ Positioning of the right foot. |
|
|
11 |
//^ Ground-foot constraints can be excluded with: #define EXCLUDE_FOOT_CONSTRAINTS |
|
|
12 |
sRel = HeelPosition; |
|
|
13 |
ARel = RotMat({0,0,0}, ToeDirection, {0,10,0}); |
|
|
14 |
AnyDrawRefFrame drw = {RGB = {0,0.7,0}; ScaleXYZ = 0.1*{1,1,1};}; |
|
|
15 |
}; |
|
|
16 |
|
|
|
17 |
AnyRefNode LeftFootPrint = { |
|
|
18 |
//^ Positioning of the right foot. |
|
|
19 |
//^ Ground-foot constraints can be excluded with: #define EXCLUDE_FOOT_CONSTRAINTS |
|
|
20 |
sRel = HeelPosition; |
|
|
21 |
ARel = RotMat({0,0,0}, ToeDirection, {0,10,0}); |
|
|
22 |
AnyDrawRefFrame drw = {RGB = {0,0.7,0}; ScaleXYZ = 0.1*{1,1,1};}; |
|
|
23 |
}; |
|
|
24 |
}; |
|
|
25 |
}; |