Skip to content

Commit

Permalink
add note about potentially different results arising from different s…
Browse files Browse the repository at this point in the history
…imulator graphics settings
  • Loading branch information
ryan-keenan committed May 18, 2017
1 parent de41945 commit b405574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ The file called `drive_rover.py` is what you will use to navigate the environmen
python drive_rover.py
```

Then launch the simulator and choose "Autonomous Mode". The rover should drive itself now! It doesn't drive that well yet, but it's your job to make it better!
Then launch the simulator and choose "Autonomous Mode". The rover should drive itself now! It doesn't drive that well yet, but it's your job to make it better!

**Note: running the simulator with different choices of resolution and graphics quality may produce different results! Make a note of your simulator settings in your writeup when you submit the project.**


2 changes: 1 addition & 1 deletion writeup_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Fill in the `perception_step()` function within the `perception.py` script with the appropriate image processing functions to create a map and update `Rover()` data (similar to what you did with `process_image()` in the notebook).
* Fill in the `decision_step()` function within the `decision.py` script with conditional statements that take into consideration the outputs of the `perception_step()` in deciding how to issue throttle, brake and steering commands.
* Iterate on your perception and decision function until your rover does a reasonable (need to define metric) job of navigating and mapping.

* **Note: running the simulator with different choices of resolution and graphics quality may produce different results! Make a note of your simulator settings in this writeup when you submit the project.**
[//]: # (Image References)

[image1]: ./misc/rover_image.jpg
Expand Down

0 comments on commit b405574

Please sign in to comment.