From fd3af29c2734d8c10c128b05381120312fab4c97 Mon Sep 17 00:00:00 2001 From: Jared Jensen Date: Wed, 29 Mar 2017 00:28:09 -0700 Subject: [PATCH] Fixed README formatting across the repo where some headers weren't showing up correctly --- README.md | 4 ++-- annotations/README.md | 4 ++-- challenges/README.md | 4 ++-- datasets/README.md | 8 ++++---- image-localization/README.md | 4 ++-- steering-models/README.md | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index caa5078..fea6e2f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Self-Driving Car -##We’re Building an Open Source Self-Driving Car -####And we want your help! +## We’re Building an Open Source Self-Driving Car +#### And we want your help! At [Udacity](https://udacity.com), we believe in democratizing education. How can we provide opportunity to everyone on the planet? We also believe in teaching really amazing and useful subject matter. When we decided to build the [Self-Driving Car Nanodegree program](https://udacity.com/nd013), to teach the world to build autonomous vehicles, we instantly knew we had to tackle our own self-driving car too. diff --git a/annotations/README.md b/annotations/README.md index 08a427d..da1fadb 100644 --- a/annotations/README.md +++ b/annotations/README.md @@ -34,7 +34,7 @@ The dataset includes driving in Mountain View California and neighboring cities -###[Download](http://bit.ly/udacity-annoations-crowdai) +### [Download](http://bit.ly/udacity-annoations-crowdai) ## Dataset 2 @@ -71,4 +71,4 @@ This dataset is similar to dataset 1 but contains additional fields for occlusio -###[Download](http://bit.ly/udacity-annotations-autti) +### [Download](http://bit.ly/udacity-annotations-autti) diff --git a/challenges/README.md b/challenges/README.md index 2dcb081..9d00032 100644 --- a/challenges/README.md +++ b/challenges/README.md @@ -1,7 +1,7 @@ Self-Driving Car -##We’re Building an Open Source Self-Driving Car -####And we want your help! +## We’re Building an Open Source Self-Driving Car +#### And we want your help! Like any open source project, this code base will require a certain amount of thoughtfulness. However, when you add a 2-ton vehicle into the equation, we also need to make safety our absolute top priority, and pull requests just don’t cut it. To really optimize for safety, we’re breaking down the problem of making the car autonomous into **[Udacity Challenges](http://udacity.com/self-driving-car)**. diff --git a/datasets/README.md b/datasets/README.md index 0a5d77b..858eee3 100644 --- a/datasets/README.md +++ b/datasets/README.md @@ -3,7 +3,7 @@ In an attempt to cleanup the data release practices of the Udacity Self-Driving Check out [udacity-driving-reader](https://github.com/rwightman/udacity-driving-reader) for some easy-to-use scripts to read or export to CSV or TensorFlow. -##Current Releases +## Current Releases These releases should be issue/error free and comply with the new naming schema. #### Challenge 2 Driving Data @@ -23,11 +23,11 @@ These releases should be issue/error free and comply with the new naming schema. |:----:|:-------:| | [CHX_001](https://github.com/udacity/self-driving-car/tree/master/datasets/CHX) | Lap around block at Udacity office with new HDL-32E LIDAR | -##Legacy Data +## Legacy Data [All torrent releases from Udacity can be found on our AcademicTorrents page with associated descriptions.](http://academictorrents.com/userdetails.php?id=5125) These releases are old and likely have issues that make them unsuitable for training, but many are useful. We will update legacy releases with more info as we move forward, but please use them only as a reference for now if you don't check them beforehand. -####Driving Data +#### Driving Data | Date | Lighting Conditions | Duration | Compressed Size | Uncompressed | Direct Download | Torrent | MD5 | | ---- | :------------------:| --------:| ---------------:| ------------:|:---------------:|:-------:|:---:| | 09/29/2016 | Sunny | 00:12:40 | 25G | 40G | [HTTP](http://bit.ly/udacity-dataset-2-1) | [Torrent](datasets/dataset.bag.tar.gz.torrent)| `33a10f7835068eeb29b2a3274c216e7d` | @@ -35,5 +35,5 @@ These releases should be issue/error free and comply with the new naming schema. | 10/10/2016 | Sunny | 03:20:02 | 21G | 23.3G | | [Torrent](http://bit.ly/2dZTOcq) | `156fb6975060f60c452a9fa7c4121195` | | 10/20/2016 | Sunny | 03:30:00 | 30G | 40G | | [Torrent](http://bit.ly/2epl7Ir ) | `13f107727bed0ee5731647b4e114a545` | -####Isolated and Trimmed Driving Data +#### Isolated and Trimmed Driving Data With the help of [Auro Robotics](http://www.auro.ai/), compression, and selective recording, we now have considerably smaller datasets. diff --git a/image-localization/README.md b/image-localization/README.md index 5af48d7..ddb4dab 100644 --- a/image-localization/README.md +++ b/image-localization/README.md @@ -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. diff --git a/steering-models/README.md b/steering-models/README.md index dbdb1a2..42ca9e8 100644 --- a/steering-models/README.md +++ b/steering-models/README.md @@ -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.