Skip to content

Commit

Permalink
Remove migration notes from ros2_control page
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Mar 27, 2024
1 parent 71c9d30 commit 931f108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
11 changes: 0 additions & 11 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,3 @@ Concepts
Controller Chaining / Cascade Control <../controller_manager/doc/controller_chaining.rst>
Hardware Components <../hardware_interface/doc/hardware_components_userdoc.rst>
Mock Components <../hardware_interface/doc/mock_components_userdoc.rst>


================
Migration Guides
================

.. toctree::
:titlesonly:

Foxy to Galactic <migration/Foxy.rst>
Iron to Jazzy <migration/Iron.rst>
3 changes: 2 additions & 1 deletion doc/migration/Iron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ Iron to Jazzy
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

component parser
**************************************
*****************
Changes from `(PR #1256) <https://github.com/ros-controls/ros2_control/pull/1256>`__

* All ``joints`` defined in the ``<ros2_control>``-tag have to be present in the URDF received :ref:`by the controller manager <doc/ros2_control/controller_manager/doc/userdoc:subscribers>`, otherwise a ``std::runtime_error`` is thrown. This is to ensure that the URDF and the ``<ros2_control>``-tag are consistent. E.g., for configuration ports use ``gpio`` tags instead.
* The syntax for mimic joints is changed to the `official URDF specification <https://wiki.ros.org/urdf/XML/joint>`__. The parameters within the ``ros2_control`` tag are not supported any more. Instead of
Expand Down

0 comments on commit 931f108

Please sign in to comment.