Skip to content

Commit

Permalink
Updated readme and added final report.
Browse files Browse the repository at this point in the history
  • Loading branch information
hansehe committed Jun 9, 2017
1 parent d7d0e30 commit a8c1254
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
Binary file not shown.
21 changes: 8 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.


Expand Down

0 comments on commit a8c1254

Please sign in to comment.