forked from udacity/self-driving-car
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed README formatting across the repo where some headers weren't sh…
…owing up correctly
- Loading branch information
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
##Image-Based Localization | ||
## Image-Based Localization | ||
|
||
Here you will find code and documentation for community solutions to Udacity Challenge #3: Image-Based Localization. The `community-code` folder includes information about and code for the approaches that the finalists used, as well as reproduction instructions. | ||
|
||
##Safety | ||
## Safety | ||
This code is currently for research purposes only, and should not, at this time, be used in the operation of an actual vehicle. We have put the software together using ROS as a middleware, which allows you to use recorded data from a real vehicle to simulate how the software would perform on real roads without risk. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
##Steering Models | ||
## Steering Models | ||
|
||
Here you will find code and documentation for community solutions to Udacity Challenge #2: Predicting Steering Angles. The `steering-node` folder includes the code we actually use on the vehicle to test models, the `community-models` folder includes information about the approaches to training and model building that the finalists used, and the "evaluation" folder includes links to the finalist models and associated scripts to test them on real image streams from the Udacity datasets. | ||
|
||
##Safety | ||
## Safety | ||
This code is currently for research purposes only, and should not, at this time, be used in the operation of an actual vehicle. We have put the software together using ROS as a middleware, which allows you to use recorded data from a real vehicle to simulate how the software would perform on real roads without risk. |