Skip to content

Commit

Permalink
Added in second X-Plane config screenshot since the data auto-select …
Browse files Browse the repository at this point in the history
…packet doesn't seem to be working
  • Loading branch information
timtrueman committed Mar 3, 2010
1 parent 500e4ca commit 0530faf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Mac/Linux/Unix Installation
1. Go to http://x-plane.com/pg_downloads.html and download the demo (this takes the longest)
2. Download source code
3. Execute "sudo easy_install numpy twisted" in the terminal
4. Start X-Plane and set the checkbox that outputs data (Input/Output in the menus then see screenshot below)
4. Start X-Plane and set the checkbox that outputs data (Input/Output in the menus then see screenshots below)
5. Run "python shumai.py" in the command line

Windows Installation
Expand All @@ -26,7 +26,7 @@ Windows Installation
4. Install the 32-bit numpy package http://sourceforge.net/projects/numpy/files/ (Make sure it's for Python 2.6)
5. Install the 32-bit twisted package http://twistedmatrix.com/ (Make sure it's for Python 2.6)
6. Right-click on My Computer and go to Properties. This pops up a dialogue box of system information; click on the Advanced tab and then on the Environment Variables button. In the new dialogue that pops up, click on the Path variable in the System Variables box; then click the Edit button. Place your cursor in the Variable Value textbox, right before the final double-quote of the string. Type a semicolon (to separate the previous value from the one you're about to add) and then type the location of the python executable on your system—probably something like "C:\Python26". Click OK until you're out of all the dialogue boxes. Now, when you type python at any DOS command prompt, Windows will be able to automatically find and run the correct executable.
7. Start X-Plane and set the checkbox that outputs data (Input/Output in the menus then see screenshot below)
7. Start X-Plane and set the checkbox that outputs data (Input/Output in the menus then see screenshots below)
8. Run "python shumai.py" in the command line

Future
Expand Down Expand Up @@ -78,4 +78,5 @@ Performance

X-Plane Config
--------
![X-Plane Config](http://dronedynamics.com/xplane_config.png)
![X-Plane Config](http://dronedynamics.com/xplane_config.png)
![X-Plane Data](http://dronedynamics.com/xplane_data.png)

0 comments on commit 0530faf

Please sign in to comment.