diff --git a/Autonomous_Wind_Blade_Inspection_MSc_thesis.pdf b/Autonomous_Wind_Blade_Inspection_MSc_thesis_FINAL.pdf similarity index 75% rename from Autonomous_Wind_Blade_Inspection_MSc_thesis.pdf rename to Autonomous_Wind_Blade_Inspection_MSc_thesis_FINAL.pdf index cccb0b2..206897e 100644 Binary files a/Autonomous_Wind_Blade_Inspection_MSc_thesis.pdf and b/Autonomous_Wind_Blade_Inspection_MSc_thesis_FINAL.pdf differ diff --git a/README.md b/README.md index 0b4eb96..34c6924 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,7 @@ The software is written in python 2.7, and depends on using two odroid-XU4, whic sudo python main.py info ``` -* Run the program with stored video sample: - -``` -sudo python main.py run simulate video -``` - -* Or use an image sample: - -``` -sudo python main.py run simulate image -``` - -* The master and slave is started by typing following in the master/slave terminal: +* Run the program with master and slave in separate terminals by typing follow in the master/slave terminal: ``` sudo python main.py run master @@ -79,6 +67,13 @@ sudo python main.py run slave sudo python main.py run master calibrate ``` +* Note that the repository comes with video and image samples, whereas the software is set demonstrate the software on a local computer using the image samples. + - See 'SettingsConfigured.py' to change default settings, and type following to reset settings to default: + +``` +sudo python main.py reset_settings +``` + * NOTE: X11 enables desktop interface in real-time through ssh, which is accessed using MobaXterm on windows or from terminal on linux.