Skip to content

Commit

Permalink
docs: update website
Browse files Browse the repository at this point in the history
  • Loading branch information
Depetrol committed Sep 23, 2024
1 parent c0ff9ad commit f1a7b3d
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 4 deletions.
69 changes: 65 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,25 +144,86 @@ <h2 class="title is-3">Abstract</h2>
</section>
<!-- End paper abstract -->

<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body is-flex is-justify-content-center">
<img src="static/images/plasma.png" alt="overhead" style="height: 100%;">
</div>
<h2 class="subtitle has-text-centered">
Comparison of delay in writing NumPy arrays to shared memory
</h2>
</div>
</section>

<section class="hero is-empty">
<div class="container is-max-desktop">
<div class="hero-body">
<!-- Empty block -->
</div>
</div>
</section>

<section class="hero teaser">
<div class="container is-max-desktop">
<div class="hero-body">
<img src="static/images/overhead.png" alt="overhead" height="100%">
<h2 class="subtitle has-text-centered">
Mean latency of broadcast and gather on 4 nodes with different object sizes
</h2>
</div>
</div>
</section>

<section class="hero teaser"></section>
<div class="container is-max-desktop">
<div class="hero-body">
<img src="static/images/Serialization_Benchmark_log.png" alt="overhead" height="100%">
<h2 class="subtitle has-text-centered">
The serialization and deserialization throughput of ROS2 Numpy Package, in-band serialization, and out-of-band serialization
</h2>
</div>
</div>
</section>

<section class="hero teaser"></section>
<div class="container is-max-desktop">
<div class="hero-body">
<img src="static/images/carla_benchmark.png" alt="overhead" height="100%">
<h2 class="subtitle has-text-centered">
Dataflow diagram of the autonomous driving application
</h2>
</div>
</div>
</section>

<section class="hero teaser"></section>
<div class="container is-max-desktop">
<div class="hero-body">
<img src="static/images/CARLA_Benchmark_Latency.png" alt="overhead" height="100%">
<h2 class="subtitle has-text-centered">
Performance of HPRM and ROS2 on the CARLA benchmark
</h2>
</div>
</div>
</section>


<!-- Youtube video -->
<section class="hero is-small is-light">
<!-- <section class="hero is-small is-light">
<div class="hero-body">
<div class="container">
<!-- Paper video. -->
<h2 class="title is-3">Video Presentation</h2>
<div class="columns is-centered has-text-centered">
<div class="column is-four-fifths">
<div class="publication-video">
<!-- Youtube embed code here -->
<iframe src="https://www.youtube.com/embed/JkaxUblCGz0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</section>
</section> -->
<!-- End youtube video -->


Expand Down
Binary file added docs/static/images/CARLA_Benchmark_Latency.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/carla_benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/static/images/carousel1.jpg
Binary file not shown.
Binary file removed docs/static/images/carousel2.jpg
Binary file not shown.
Binary file removed docs/static/images/carousel3.jpg
Binary file not shown.
Binary file removed docs/static/images/carousel4.jpg
Binary file not shown.
Binary file removed docs/static/images/favicon.ico
Binary file not shown.
Binary file added docs/static/images/overhead.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/plasma.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1a7b3d

Please sign in to comment.