Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe Silano authored Aug 8, 2018
1 parent 252a5e2 commit fbfd33a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,22 @@ month={Sept}
```

# Basic Usage

Starting the simulation is quite simple as well as customizing it. Simply run the MATLAB ```main``` script in the repository ```Object_detection_and_tracking_simulator```.

A menu allows to choose the simulation you are interested in:

```
(1) The drone follows a car along a non trivial path ("vr_octavia_2cars" scenario)
(2) The drone follows the red car overlapped the yellow one ("vr_octavia_2cars" scenario)
(3) The drone follows the yellow car in front of the car one ("vr_octavia_2cars" scenario)
(4) The drone follows a car along a non trivial path ("vr_octavia" scenario)
(5) The drone follows the red car in front of the yellow one ("vr_octavia_2cars" scenario)
(6) The drone follows the red car to the right of of the yellow one ("vr_octavia_2cars" scenario)
(7) The drone follows the red car to the left of of the yellow one ("vr_octavia_2cars" scenario)
```

By selecting the option 1, 2, 3, etc., the simulator will start. Screenshots captured from the 3D virtual reality environment will be available into the ```Acquisition``` folder, created at runtime.

# YouTube videos

Expand Down

0 comments on commit fbfd33a

Please sign in to comment.