Skip to content

Commit

Permalink
Add roscon2024 workshop (#323) (#333)
Browse files Browse the repository at this point in the history
* Add workshop based on 2023

* Remove most of the content & update to 2024

* add to main index

* fix filename

---------

Co-authored-by: Christoph Fröhlich <[email protected]>
(cherry picked from commit 837b857)

Co-authored-by: Bence Magyar <[email protected]>
  • Loading branch information
mergify[bot] and bmagyar authored Aug 8, 2024
1 parent 0705229 commit 08dbd1b
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
Binary file added doc/resources/images/ROSCon2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions doc/roscon2024_workshop.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. _roscon2024_workshop:

ROSCon 2024 Workshop
====================

**Location: Room 202**

**Time: 13:00-17:00, 21. October 2024**

ros2_control: Fun with Controllers
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. image:: resources/images/ROSCon2024.png
:scale: 50%

Summary
-------

If you already know that the ros2_control framework acts as a Kernel for ROS 2 robotics systems you are using but need help with application complexity, then this workshop is for you. The workshop covers the use of ros2_control controllers 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 - used for cascade control and real-time state estimators; and asynchronous and "side-load" controllers that enable you to run complex calculations without jitter in your control loops. We expect your active involvement!

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

Recommended system setup:

* Ubuntu 22.04 or Ubuntu 24.04
* docker engine & docker compose installed

If you don't have docker, follow `the docker instructions <https://docs.docker.com/engine/install/ubuntu>`_ to install it.

If you don't have docker compose, run ``sudo apt-get install docker-compose-plugin`` or follow `the docker compose instructions <https://docs.docker.com/compose/install/linux/>`_ to install it.

Stay tuned for more!

People
------

This workshop was brought to you by

* Dr. Denis Stogl, `Stogl Robotics Consulting <https://stoglrobotics.de>`_
* Dr. Bence Magyar, `Locus Robotics <https://locusrobotics.com>`_
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Welcome to the ros2_control documentation - Jazzy!
.. toctree::
:hidden:

doc/roscon2024_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 08dbd1b

Please sign in to comment.