13 | | Pi4J (pi4j-1.1.zip) |
14 | | http://pi4j.com/install.html[[BR]] |
15 | | - Read the first paragraph (re: Pi .vs. dev host installation)[[BR]] |
16 | | - Follow the 'download' link in the first paragraph[[BR]] |
17 | | - Download pi4j-1.1.zip[[BR]] |
18 | | - Extract zip[[BR]] |
19 | | - Add jar files from extracted lib folder to Eclipse project |
| 13 | * Pi4J (pi4j-1.1.zip) |
| 14 | * http://pi4j.com/install.html[[BR]] |
| 15 | * Read the first paragraph (re: Pi .vs. dev host installation)[[BR]] |
| 16 | * Follow the 'download' link in the first paragraph[[BR]] |
| 17 | * Download pi4j-1.1.zip[[BR]] |
| 18 | * Extract zip[[BR]] |
| 19 | * Add jar files from extracted lib folder to Eclipse project |
22 | | LaunchPi Plugin |
23 | | |
24 | | - Open Eclipse |
25 | | - Select menu item: "Help|Install New Software..." |
26 | | - In the "Work with:" text box, enter the following URL: |
27 | | https://raw.githubusercontent.com/tsvetan-stoyanov/launchpi/master/org.launchpi.us/target/site/site.xml |
28 | | - Select the "LaunchPI" item from the "Uncategorized" entry |
29 | | - Proceed through the wizard to add/install this plugin |
| 22 | * LaunchPi Plugin |
| 23 | * Open Eclipse |
| 24 | * Select menu item: "Help|Install New Software..." |
| 25 | * In the "Work with:" text box, enter the following URL: |
| 26 | * https://raw.githubusercontent.com/tsvetan-stoyanov/launchpi/master/org.launchpi.us/target/site/site.xml |
| 27 | * Select the "LaunchPI" item from the "Uncategorized" entry |
| 28 | * Proceed through the wizard to add/install this plugin |
63 | | I copied rc.local as a starting point and modified it to run my desired - PiBot app as follows: |
64 | | - sudo cp /etc/init.d/rc.local /etc/init.d/pibot_auto |
65 | | - sudo vi /etc/init.d/pibot_auto |
66 | | - Revise the header block to describe PiBot autonomous app |
67 | | - Revise the do_start() to launch the PiBot autonomous app |
68 | | - Save and exit editor |
69 | | - Test/debug the script until it works as desired using these commands: |
70 | | - sudo /etc/init.d/pibot_auto start |
71 | | - sudo /etc/init.d/pibot_auto stop |
72 | | - sudo /etc/init.d/pibot_auto restart |
| 62 | * I copied rc.local as a starting point and modified it to run my desired - PiBot app as follows: |
| 63 | * sudo cp /etc/init.d/rc.local /etc/init.d/pibot_auto |
| 64 | * sudo vi /etc/init.d/pibot_auto |
| 65 | * Revise the header block to describe PiBot autonomous app |
| 66 | * Revise the do_start() to launch the PiBot autonomous app |
| 67 | * Save and exit editor |
| 68 | * Test/debug the script until it works as desired using these commands: |
| 69 | * sudo /etc/init.d/pibot_auto start |
| 70 | * sudo /etc/init.d/pibot_auto stop |
| 71 | * sudo /etc/init.d/pibot_auto restart |