Skip to content
Merged
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
Binary file added _docs/overview/hardware/icons/features.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/overview/hardware/icons/platforms.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/overview/hardware/icons/resources.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/overview/hardware/icons/transports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
119 changes: 62 additions & 57 deletions _docs/overview/hardware/index.md

Large diffs are not rendered by default.

47 changes: 33 additions & 14 deletions _docs/overview/users_and_clients/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
---
title: Members, Partners, Users and Collaborators
title: Customers, Partners, Users and Collaborators
permalink: /docs/overview/users_and_clients/

customers_list:
- path: https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Renesas_Electronics_logo.svg/210px-Renesas_Electronics_logo.svg.png
text: Renesas is a global semiconductor company delivering trusted embedded design innovation with complete semiconductor solutions that enable billions of connected, intelligent devices to enhance the way people work and live.
title: Renesas
url: www.renesas.com
- path: https://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/LG_logo_%282015%29.svg/2560px-LG_logo_%282015%29.svg.png
text: LG Electronics is one of the fourth-largest electronics company in South Korea. It comprises four business units home entertainment, mobile communications, home appliances and vehicle components
title: LG
url: www.lg.com
- path: https://capra.ooo/wp-content/themes/capra/img/logo_w-tagline.svg
text: Capra Robotics creates outdoor mobile robots for multiple uses. Their robot platform, Capra Hircus, is designed to easily integrate with additional hard- or software, making it customizable for specific applications. They support businesses in optimizing their operations and relieve people of repetitive and unhealthy job tasks. Their state-of-the-art mobile robot answers the issues that have troubled the mobile robot industry for years, namely a lack of versatility, poor driving capabilities, short ranges, low operating time and high pricing.
title: Capra Robotics
url: https://capra.ooo/

ofera_consortium:
- path: https://www.eprosima.com/images/logos/eprosima/logo.png
text: eProsima is a SME company focused on networking middleware with special attention to the OMG standard called Data Distribution Service for Real-time systems (DDS). The company develops new features and plugins for DDS, interoperability tools, bridges and personalized networking middleware solutions for its customers. eProsima is active in the sectors of Robotics, Critical Applications and IoT, and it participates in joint research and development projects with both companies and universities.
Expand Down Expand Up @@ -35,10 +49,6 @@ partners_list:
url: www.amazon.com

users:
- path: https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Renesas_Electronics_logo.svg/210px-Renesas_Electronics_logo.svg.png
text: Renesas is a global semiconductor company delivering trusted embedded design innovation with complete semiconductor solutions that enable billions of connected, intelligent devices to enhance the way people work and live.
title: Renesas
url: www.renesas.com
- path: https://cdn11.bigcommerce.com/s-76o5u/images/stencil/250x100/robotis_logo_en_1397779687__24544.original.jpg
text: Robotis is a global robot solutions provider and one of the leading manufacturers of robotic hardware. The company is the exclusive producer of the DYNAMIXEL brand of all-in-one smart servos. Robotis specializes in the manufacture of robotic hardware and full robot platforms for use in all fields of study and industry, as well as educational robotics kits for all ages and skill levels.
title: Robotis
Expand All @@ -47,7 +57,7 @@ users:
text: Dronecode is a nonprofit hosted under the Linux Foundation, dedicated to fostering open-source components and their communities. Working with top developers, end-users, and adopting vendors to create opportunities for collaboration.
title: Dronecode
url: www.dronecode.org
- path: https://www.wyca-robotics.com/assets/img/LogoAvecRoue%20compact%202.png?h=8fb6472f17b03b02cb7872c4a106281c
- path: https://www.wyca-robotics.fr/wp-content/uploads/2021/04/LogoAvecRoue.png
text: WYCA Robotics is a French company with more than 5 years of edge technology mastering in Robotics, AI and autonomous navigation. They developed Elodie, the first multi-purpose self-driving level 5 indoor vehicle for handling the users&#39 mobiliy challenges.
title: Wyca Robotics
url: www.wyca-robotics.com
Expand Down Expand Up @@ -84,24 +94,24 @@ collaborators:

<style type="text/css">
.modal {
display: none;
display: none;
position: fixed;
z-index: 3;
z-index: 3;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}

.modal-content {
background-color: #fefefe;
margin: 15% auto;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 50%;
width: 50%;
}

.logoImage {
Expand Down Expand Up @@ -169,6 +179,15 @@ window.onload = () => {
</div>

<!-- CONTENT -->
<h2>Customers</h2>
<div class="photo-gallery">
{% for image in page.customers_list %}
<div class="flex-item">
<img class="logoImage" src="{{ image.path }}" style="cursor:pointer;" alt="{{ image.title}}" onclick="open_modal('{{ image.title }}','{{ image.url }}','{{ image.text }}')"/>
</div>
{% endfor %}
</div>

<h2>Members of the EU project OFERA</h2>
<div class="photo-gallery">
{% for image in page.ofera_consortium %}
Expand Down
2 changes: 2 additions & 0 deletions scripts/cibuild
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
renesas.com
ieeexplore.ieee.org
build.ros2.org
emanual.robotis.com
www.antratek.com
${ADDITIONS}
}.map{|h| \"/#{h}/\"}.join(\",\")"
)
Expand Down