Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include migration notes from ros2_controllers (backport #265) #304

Merged
merged 1 commit into from
Apr 29, 2024
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
6 changes: 5 additions & 1 deletion doc/migration/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Coming from ros_control (ROS 1)
Between different ROS 2 distributions
**************************************

These lists summarizes necessary changes to your code for a version update. For non-breaking updates, see the :ref:`release_notes`.

ros2_control
-------------
Expand All @@ -28,4 +29,7 @@ ros2_control
ros2_controllers
----------------

There are no migration notes yet.
.. toctree::
:titlesonly:

Iron to Jazzy <../ros2_controllers/doc/migration/Jazzy.rst>
27 changes: 27 additions & 0 deletions doc/release_notes/release_notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. _release_notes:

Release Notes
=================================

This page should highlight the most important changes of the ros2_control framework.

These lists might not be complete, see the ``CHANGELOG.rst`` files in the respective repositories for a full list of changes.

For necessary changes to your code for a version update, see the :ref:`migration`.

ros2_control
-------------

.. toctree::
:titlesonly:

Iron to Jazzy <../ros2_control/doc/release_notes/Jazzy.rst>


ros2_controllers
----------------

.. toctree::
:titlesonly:

Iron to Jazzy <../ros2_controllers/doc/release_notes/Jazzy.rst>
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Welcome to the ros2_control documentation - Jazzy!
doc/ros2_control_demos/doc/index.rst
doc/ros2_control/ros2controlcli/doc/userdoc.rst
doc/simulators/simulators.rst
doc/release_notes/release_notes.rst
doc/migration/migration.rst
doc/api_list/api_list.rst
doc/supported_robots/supported_robots.rst
Expand Down
Loading