Servo
Last change
on this file since c3d6d63 was
c3d6d63,
checked in by Steve Castellotti <sc@…>, 9 years ago
|
- Scoring and Steering chapters added to Tutorial
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta name="viewport" content="width=device-width"> |
---|
5 | <link rel="stylesheet" type="text/css" href="style.css"> |
---|
6 | <title>Orbit Tutorial</title> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | |
---|
10 | <center> |
---|
11 | <h2>Steering</h2> |
---|
12 | </center> |
---|
13 | |
---|
14 | <center> |
---|
15 | <img src="tutorial-11-steering-throttle_yaw_pitch.jpg" width="160"> |
---|
16 | </center> |
---|
17 | <center> |
---|
18 | <b class="label">Ready for takeoff!</b> |
---|
19 | </center> |
---|
20 | |
---|
21 | <ul> |
---|
22 | <li>Set your goal and switch on the Orbit</li> |
---|
23 | <li>When your target(s) are reached the infrared transmitter will begin broadcasting flight instructions</li> |
---|
24 | <li>Maintain your focus/clarity after takeoff</li> |
---|
25 | </ul> |
---|
26 | |
---|
27 | <a class='prev button' onclick="parent.changePage('step10.html');"> ← </a> |
---|
28 | <a class='contents button' onclick="parent.changePage('contents.html');"> ↑ </a> |
---|
29 | <a class='next button' onclick="parent.changePage('step11-2.html');"> → </a> |
---|
30 | |
---|
31 | </body> |
---|
32 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.