vault backup: 2024-09-01 12:42:42
This commit is contained in:
parent
204cfc7ecd
commit
e979778161
@ -78,29 +78,29 @@ end: {
|
|||||||
Assuming a step distance of 2.5 feet.
|
Assuming a step distance of 2.5 feet.
|
||||||
|
|
||||||
Shady path:
|
Shady path:
|
||||||
Turn to 270 degrees
|
1. Turn to 270 degrees
|
||||||
Walk 112 steps
|
2. Walk 112 steps
|
||||||
Turn to 225 degrees
|
3. Turn to 225 degrees
|
||||||
Walk 124 steps
|
4. Walk 124 steps
|
||||||
Turn to 270 degrees
|
5. Turn to 270 degrees
|
||||||
Walk 361 steps
|
6. Walk 361 steps
|
||||||
Turn to 0 degrees
|
7. Turn to 0 degrees
|
||||||
Walk 176 steps
|
8. Walk 176 steps
|
||||||
Turn to 270 degrees
|
9. Turn to 270 degrees
|
||||||
Walk 62 steps
|
10. Walk 62 steps
|
||||||
|
|
||||||
|
|
||||||
Sunny path:
|
Sunny path:
|
||||||
Turn to 270 degrees
|
1. Turn to 270 degrees
|
||||||
Walk 73 steps
|
2. Walk 73 steps
|
||||||
Turn to 0 degrees
|
3. Turn to 0 degrees
|
||||||
Walk 94 steps
|
4. Walk 94 steps
|
||||||
Turn to 275 degrees
|
5. Turn to 275 degrees
|
||||||
Walk 467 steps
|
6. Walk 467 steps
|
||||||
Turn to 180 degrees
|
7. Turn to 180 degrees
|
||||||
Walk 86 steps
|
8. Walk 86 steps
|
||||||
Turn to 270 degrees
|
9. Turn to 270 degrees
|
||||||
Walk 80 steps
|
10. Walk 80 steps
|
||||||
|
|
||||||
%%
|
%%
|
||||||
|
|
||||||
@ -125,6 +125,8 @@ classes: {
|
|||||||
label: turn to 270 degrees
|
label: turn to 270 degrees
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
beginning: {shape: oval}
|
||||||
|
beginning -> if
|
||||||
if: {
|
if: {
|
||||||
shape: diamond
|
shape: diamond
|
||||||
label: if (shady)\n<then else>\nendif
|
label: if (shady)\n<then else>\nendif
|
||||||
@ -137,7 +139,15 @@ if -> shady: {
|
|||||||
shady {
|
shady {
|
||||||
1.class: turn-270
|
1.class: turn-270
|
||||||
1 -> 2
|
1 -> 2
|
||||||
2.class: turn0
|
2.label: walk 112 steps
|
||||||
|
2 -> 3
|
||||||
|
3.label: turn to 225 degrees
|
||||||
|
3 -> 4
|
||||||
|
4.label: waslk 124 steps
|
||||||
|
4 -> 5
|
||||||
|
5.class: turn-270
|
||||||
|
5 -> 6
|
||||||
|
6.class:
|
||||||
}
|
}
|
||||||
end: {shape: oval}
|
end: {shape: oval}
|
||||||
if -> end
|
if -> end
|
||||||
@ -145,5 +155,4 @@ if -> sunny: if sunny path)
|
|||||||
sunny {
|
sunny {
|
||||||
1.class: turn-270
|
1.class: turn-270
|
||||||
}
|
}
|
||||||
beginning: {shape: oval}
|
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user