Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gsilano committed Aug 16, 2018
1 parent 7c0c4f8 commit 426c75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Object_detection_and_tracking_simulator/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
disp('');
disp('Below the options are reported');
disp(' (1) The drone follows a car along a non trivial path ("vr_octavia_2cars" scenario)');
disp(' (2) The drone follows the red car overlapped the yellow one ("vr_octavia_2cars" scenario)');
disp(' (2) The drone follows the red car superimposed on yellow one ("vr_octavia_2cars" scenario)');
disp(' (3) The drone follows the yellow car in front of the car one ("vr_octavia_2cars" scenario)');
disp(' (4) The drone follows a car along a non trivial path ("vr_octavia" scenario)');
disp(' (5) The drone follows the red car in front of the yellow one ("vr_octavia_2cars" scenario)');
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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)
(2) The drone follows the red car superimposed on 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)
Expand Down

0 comments on commit 426c75d

Please sign in to comment.