Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add reading section #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.DS_Store
.bundle
.jekyll
.jekyll-cache
.jekyll-metadata
.sass-cache
Gemfile.lock
Expand Down
5 changes: 2 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@
<!-- <li class="list-inline-item"><span style="display:inline-block; width:30px;"></span></li> -->
{% if site.intel_page %}
<li class="list-inline-item" style="text-align: left">
<small class="text-muted" style="font-size:70%">Founding sponsor</small><br>
<small class="text-muted" style="font-size:70%">Sponsors</small><br>
<a target="_blank" href="{{ site.intel_page }}" style="width:180px;height:90px;display:inline-block;overflow:hidden;">
<img width="100%" src="/img/logo/intel.png" alt="Intel">
</a>
</li>
{% endif %}
{% if site.tri_page %}
<li class="list-inline-item" style="text-align: left">
<small class="text-muted" style="font-size:70%">Sponsors</small><br>
<a target="_blank" href="{{ site.tri_page }}" style="width:180px;height:90px;display:inline-block;overflow:hidden;">
<img width="100%" src="/img/logo/tri.png" alt="Toyota Research Institute">
</a>
Expand All @@ -39,7 +38,7 @@
{% endif %}
{% if site.guardstrike_page %}
<li class="list-inline-item" style="text-align: left">
<a target="_blank" href="{{ site.guardstrike_page }}" style="width:180px;height:90px;display:inline-block;overflow:hidden;">
<a target="_blank" href="{{ site.guardstrike_page }}" style="width:180px;height:80px;display:inline-block;overflow:hidden;">
<img width="100%" src="/img/logo/guardstrike.svg" alt="GuardStrike" style="margin-top: 15px">
</a>
</li>
Expand Down
39 changes: 19 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,27 @@ <h3>Highlighted features</h3>
<li><strong>ROS integration</strong>: CARLA is provided with integration with <a href="http://www.ros.org/">ROS</a> via our <a href="https://github.com/carla-simulator/ros-bridge">ROS-bridge</a></li>
<li><strong>Autonomous Driving baselines</strong>: we provide Autonomous Driving baselines as runnable agents in CARLA, including an <a href="https://github.com/carla-simulator/carla-autoware">AutoWare</a> agent and a <a href="https://github.com/felipecode/coiltraine">Conditional Imitation Learning</a> agent.</li>
</ul>
<h3>CARLA Talks</h3>
<p>The team creates some additional content for users, besides the docs. This is a great way to cover different subjects such as detailed explanations for a specific module, latest improvements in a feature, future work and much more.</p>

<h5>May 2020</h5>
<ul><strong>General</strong>
<li>Art improvements: environment and rendering — <a href="https://youtu.be/ZZaHevsz8W8">video</a> | <a href="https://drive.google.com/file/d/1l9Ztaq0Q8fNN5YPU4-5vL13eZUwsQl5P/view?usp=sharing">slides</a></li>
<li>Core implementations: synchrony, snapshots and landmarks — <a href="https://youtu.be/nyyTLmphqY4">video</a> | <a href="https://drive.google.com/file/d/1yaOwf1419qWZqE1gTSrrknsWOhawEWh_/view?usp=sharing">slides</a></li>
<li>Data ingestion — <a href="https://youtu.be/mHiUUZ4xC9o">video</a> | <a href="https://drive.google.com/file/d/10uNBAMreKajYimIhwCqSYXjhfVs2bX31/view?usp=sharing">slides</a></li>
<li>Pedestrians and their implementation — <a href="https://youtu.be/Uoz2ihDwaWA">video</a> | <a href="https://drive.google.com/file/d/1Tsosin7BLP1k558shtbzUdo2ZXVKy5CB/view?usp=sharing">slides</a></li>
<li>Sensors in CARLA — <a href="https://youtu.be/T8qCSet8WK0">video</a> | <a href="https://drive.google.com/file/d/1UO8ZAIOp-1xaBzcFMfn_IoipycVkUo4q/view?usp=sharing">slides</a></li>
</ul>
<ul><strong>Modules</strong>
<li>Improvements in the Traffic Manager — <a href="https://youtu.be/n9cufaJ17eA">video</a> | <a href="https://drive.google.com/file/d/1R9uNZ6pYHSZoEBxs2vYK7swiriKbbuxo/view?usp=sharing">slides</a></li>
<li>Integration of autoware and ROS — <a href="https://youtu.be/ChIgcC2scwU">video</a> | <a href="https://drive.google.com/file/d/1uO6nBaFirrllb08OeqGAMVLApQ6EbgAt/view?usp=sharing">slides</a></li>
<li>Introducing ScenarioRunner — <a href="https://youtu.be/dcnnNJowqzM">video</a> | <a href="https://drive.google.com/file/d/1zgoH_kLOfIw117FJGm2IVZZAIRw9U2Q0/view?usp=sharing">slides</a></li>
<li>OpenSCENARIO support — <a href="https://drive.google.com/file/d/1g6ATxZRTWEdstiZwfBN1_T_x_WwZs0zE/view?usp=sharing">slides</a></li>
<h3>Recommended reading</h3>
<p>CARLA's functionality is covered extensively in the documentation. Here are some highlights covering some of CARLA's most useful and requested features.</p>

<h5>Core features</h5>
<ul>
<li><strong><a href="https://carla.readthedocs.io/en/latest/start_quickstart/">Quickstart</a></strong>: Getting started with CARLA is easy, this guide will show you how to install and run the simulator.</li>
<li><strong><a href="https://carla.readthedocs.io/en/latest/core_actors/">Actors</a></strong>: CARLA's actors are entities that interact within the simulation like vehicles, pedestrians and traffic signals. Get to know them here.</li>
<li><strong><a href="https://carla.readthedocs.io/en/latest/core_sensors/">Sensors</a></strong>: CARLA boasts an impressive array of models of real world sensors like cameras, LIDAR and RADAR. The simulator also gives access to privileged information such as ground truth semantic segmentation and depth information.</li>
<li><strong><a href="https://carla.readthedocs.io/en/latest/ts_traffic_simulation_overview/">Traffic Manager</a></strong>: CARLA's Traffic Manager controls NPCs to challenge your autonomous driving agent.</li>
<li><strong><a href="https://carla.readthedocs.io/projects/ros-bridge/en/latest/">ROS bridge</a></strong>: CARLA's ROS bridge enables seamless connection with the Robot Operating System.</li>
</ul>
<ul><strong>Features</strong>
<li>Co-Simulations with SUMO and PTV-Vissim — <a href="https://youtu.be/PuFSbj1PU94">video</a> | <a href="https://drive.google.com/file/d/10DgMNUBqKqWBrdiwBiAIT4DdR9ObCquI/view?usp=sharing">slides</a></li>
<li>Integration of RSS-lib — <a href="https://drive.google.com/file/d/1whREmrCv67fOMipgCk6kkiW4VPODig0A/view?usp=sharing">slides</a></li>
<li>The External Sensor Interface (ESI) — <a href="https://youtu.be/5hXHPV9FIeY">video</a> | <a href="https://drive.google.com/file/d/1VWFaEoS12siW6NtQDUkm44BVO7tveRbJ/view?usp=sharing">slides</a></li>
<li>The OpenDRIVE Standalone Mode — <a href="https://youtu.be/U25GhofVV1Q">video</a> | <a href="https://drive.google.com/file/d/1D5VsgfX7dmgPWn7UtDDid3-OdS1HI4pY/view?usp=sharing">slides</a></li>

<h5>Tutorials</h5>
<ul>
<li><strong><a href="https://carla.readthedocs.io/en/latest/tuto_first_steps/">First steps in CARLA</a></strong>: New to CARLA? Need some help with your first steps? <a href="https://carla.readthedocs.io/en/latest/tuto_first/">This tutorial</a> will get you up and running.</li>
<li><strong><a href="https://carla.readthedocs.io/en/latest/tuto_G_bounding_boxes/">Bounding boxes</a></strong>: Need ground truth bounding boxes for vehicles or map features? <a href="https://carla.readthedocs.io/en/latest/tuto_G_bounding_boxes/">This tutorial</a> shows you how to access them through CARLA's API.</li>
<li><strong><a href="https://carla.readthedocs.io/en/latest/tuto_content_authoring_maps/">Creating custom maps for CARLA</a></strong>: Create your own custom maps for CARLA, using CARLA's built in asset library or importing your own assets.</li>
<li><strong><a href="https://carla.readthedocs.io/en/latest/tuto_content_authoring_vehicles/">Creating custom vehicles for CARLA</a></strong>: Create your own custom vehicles for CARLA.</li>
<li><strong><a href="https://carla.readthedocs.io/en/latest/tuto_G_retrieve_data/">Recording your simulation</a></strong>: Your CARLA simulations can be recorded and replayed exactly, enabling you to repeat and compare results for different sensors or configurations.</li>

</ul>

<div style="display: inline-grid; grid-gap: 25px;" class="grid-container">
Expand Down