Skip to content

Commit

Permalink
Move workshop to resources page (#198)
Browse files Browse the repository at this point in the history
* Remove workshop page from top and add to resources page

* move rst file too

* Fix links and markup

---------

Co-authored-by: Christoph Froehlich <[email protected]>
  • Loading branch information
bmagyar and christophfroehlich authored Nov 10, 2023
1 parent 4c9cbcb commit fe6e7ea
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
File renamed without changes
20 changes: 20 additions & 0 deletions doc/resources/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ Any files submitted to the documentation should be "licensed" by stating your na
Presentations
---------------

2023-10-18 ROSCon Workshop: ros2_control on Steroids
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,

.. toctree::
:hidden:

roscon2023_workshop.rst

Summary:
If you already know that the ros2_control framework acts as a Kernel for ROS 2 robotics systems, you are using it but struggling with application complexity, then this workshop is for you. The workshop covers the use of ros2_control in products from various industries and shows solutions for all the little issues when running 24/7.

You will get a practical overview of concepts like controller chaining, hardware modularization, multi-robot architectures and debugging of complex systems. On top of showcasing these functionalities, we expect your involvement in the discussion by bringing your complex application and discussing existing and potentially missing tooling in ros2_control.

:doc:`Workshop page <roscon2023_workshop>`

Authors:
- Dr. Bence Magyar (Locus Robotics)
- Dr. Denis Stogl (Stogl Robotics Consulting)


2023-02 ROS Meetup Munich #5
,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
`Presentation: Tricycle Controller with ros2_control <https://github.com/ros-controls/control.ros.org/blob/master/doc/resources/presentations/pixel_robotics_tricycle_controller_with_ros2_control.pdf>`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@
ROSCon 2023 Workshop
====================

Slides

`Presentation: ros2_control - ros2_control on Steroids <https://github.com/ros-controls/control.ros.org/blob/master/doc/resources/ROSCon2023_Workshop_ros2_control_on_Steroids.pdf>`_

**Location: Imperial 9**

**Time: 13:00-17:00, 18. October 2023**

ros2_control on Steroids
^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: ../images/ROSCon2023.jpg
.. image:: images/ROSCon2023.jpg
:scale: 50%

Summary
Expand All @@ -24,6 +20,11 @@ If you already know that the ros2_control framework acts as a Kernel for ROS 2 r

You will get a practical overview of concepts like controller chaining, hardware modularization, multi-robot architectures, parameter injection, and debugging of complex systems. On top of showcasing these functionalities, we expect your involvement in the discussion by bringing your complex application and discussing existing and potentially missing tooling in ros2_control.

Slides
------

`Presentation: ros2_control - ros2_control on Steroids <https://github.com/ros-controls/control.ros.org/blob/master/doc/resources/ROSCon2023_Workshop_ros2_control_on_Steroids.pdf>`_

Before coming to the conference
-------------------------------

Expand Down
1 change: 0 additions & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Welcome to the ros2_control documentation!
.. toctree::
:hidden:

doc/roscon2023_workshop.rst
doc/getting_started/getting_started.rst
doc/ros2_control/doc/index.rst
doc/ros2_controllers/doc/controllers_index.rst
Expand Down

0 comments on commit fe6e7ea

Please sign in to comment.