Skip to content
Draft
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 source/The-ROS2-Project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ Check out the resources below to learn more about the advancement of the ROS 2 p
The-ROS2-Project/Roadmap
The-ROS2-Project/ROSCon-Content
The-ROS2-Project/Governance
The-ROS2-Project/Groups
The-ROS2-Project/Marketing
The-ROS2-Project/Metrics
111 changes: 111 additions & 0 deletions source/The-ROS2-Project/Groups.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
.. redirect-from::

Groups

.. _Groups:

Community and Working Groups
============================

.. contents:: Table of Contents
:depth: 2
:local:

Overview
--------
Lorem ipsum dolor sit amet consectetur adipiscing elit. Consectetur adipiscing elit quisque faucibus ex sapien vitae. Ex sapien vitae pellentesque sem placerat in id. Placerat in id cursus mi pretium tellus duis. Pretium tellus duis convallis tempus leo eu aenean.

Working Groups
--------------
Lorem ipsum dolor sit amet consectetur adipiscing elit. Dolor sit amet consectetur adipiscing elit quisque faucibus.

+------------------+-------------------------------------------------+---------+--------+------------------+
| Name | Description | Charter | Agenda | Point of Contact |
+==================+=================================================+=========+========+==================+
| Client Libraries | ROS API implementations for specific languages. | Link | Link | Alberto Soragna |
+------------------+-------------------------------------------------+---------+--------+------------------+

Community Groups
----------------
Lorem ipsum dolor sit amet consectetur adipiscing elit. Dolor sit amet consectetur adipiscing elit quisque faucibus.

+---------------------+---------+--------+------------------+
| Name | Charter | Agenda | Point of Contact |
+=====================+=========+========+==================+
| Deliberation | Link | Link | Alberto Soragna |
+---------------------+---------+--------+------------------+
| Cloud Robotics | Link | Link | The Leader |
+---------------------+---------+--------+------------------+
| Rust | Link | Link | The Leader |
+---------------------+---------+--------+------------------+
| Open Embeded | Link | Link | The Leader |
+---------------------+---------+--------+------------------+
| Security | Link | Link | The Leader |
+---------------------+---------+--------+------------------+
| ROS Industrial | Link | Link | The Leader |
+---------------------+---------+--------+------------------+
| Embodied AI | Link | Link | The Leader |
+---------------------+---------+--------+------------------+
| ROSBag2 and Tooling | Link | Link | The Leader |
+---------------------+---------+--------+------------------+
| MoveIt | Link | Link | The Leader |
+---------------------+---------+--------+------------------+
| SMACC | Link | Link | The Leader |
+---------------------+---------+--------+------------------+


Calendars and Meetings
----------------------
Upcoming official Open Source Robotics Foundation events can be found in this `Google Calendar <https://calendar.google.com/calendar/embed?src=agf3kajirket8khktupm9go748%40group.calendar.google.com&ctz=America%2FLos_Angeles>`__.
It can be accessed via `iCal <https://calendar.google.com/calendar/ical/agf3kajirket8khktupm9go748%40group.calendar.google.com/public/basic.ics>`__.

.. raw:: html

<!--
The below code comes from https://www.mpking.com/2021/04/making-google-calendar-embeddable.html.
The basic idea is that if we are on a desktop device (defined as anything that has more than 767 pixels),
then we show the monthly version of the calendar. If we are on a device with 767 or less, show the agenda
version, which is much narrower.
-->
<style>
.responsiveCal {
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
}

.responsiveCal iframe {
position: absolute; top:0; left: 0; width: 100%; height: 100%;
}

@media all and (min-width: 768px) {
.deskContent {display:block;}
.phoneContent {display:none;}
}

@media all and (max-width: 767px) {
.deskContent {display:none;}
.phoneContent {display:block;}
}
</style>
<div class="responsiveCal">
<div class="deskContent">
<iframe src="https://calendar.google.com/calendar/embed?src=agf3kajirket8khktupm9go748%40group.calendar.google.com" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<div class="phoneContent"><iframe src="https://calendar.google.com/calendar/embed?mode=AGENDA&amp;height=400&amp;wkst=1&amp;src=agf3kajirket8khktupm9go748%40group.calendar.google.com" style="border: 0" width="280" height="500" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<br>

Upcoming unofficial ROS community events can be found in this `Google Calendar <https://calendar.google.com/calendar/embed?src=c_3fc5c4d6ece9d80d49f136c1dcd54d7f44e1acefdbe87228c92ff268e85e2ea0@group.calendar.google.com>`__.
It can be accessed via `iCal <https://calendar.google.com/calendar/ical/c_3fc5c4d6ece9d80d49f136c1dcd54d7f44e1acefdbe87228c92ff268e85e2ea0@group.calendar.google.com/public/basic.ics>`__.
If you have an individual event or series of events that you'd like to post, please `submit it using this form <https://bit.ly/OSRFCalendarForm>`_.

.. raw:: html

<div class="responsiveCal">
<div class="deskContent">
<iframe src="https://calendar.google.com/calendar/embed?src=c_3fc5c4d6ece9d80d49f136c1dcd54d7f44e1acefdbe87228c92ff268e85e2ea0@group.calendar.google.com" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<div class="phoneContent"><iframe src="https://calendar.google.com/calendar/embed?mode=AGENDA&amp;height=400&amp;wkst=1&amp;src=c_3fc5c4d6ece9d80d49f136c1dcd54d7f44e1acefdbe87228c92ff268e85e2ea0@group.calendar.google.com" style="border: 0" width="280" height="500" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<br>
Loading