Skip to content

Commit

Permalink
added directions towards intermediate tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
jkaniuka committed Jan 14, 2025
1 parent 8a4a580 commit 5cc00bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -454,3 +454,9 @@ Next steps
----------

Now that you have some packages and ROS 2 systems of your own, the :doc:`next tutorial <./Getting-Started-With-Ros2doctor>` will show you how to examine issues in your environment and systems in case you have problems.

Related content
---------------

* For more detailed information about using YAML files to load parameters, please refer to :ref:`this section <Parameters>` of Managing large projects tutorial.
* If you want to learn, how to monitor and respond to parameter changes, check out :doc:`Monitoring for parameter changes (C++) <../Intermediate/Monitoring-For-Parameter-Changes-CPP>` tutorial.
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,9 @@ Next steps
----------

Now that you have some packages and ROS 2 systems of your own, the :doc:`next tutorial <./Getting-Started-With-Ros2doctor>` will show you how to examine issues in your environment and systems in case you have problems.

Related content
---------------

* For more detailed information about using YAML files to load parameters, please refer to :ref:`this section <Parameters>` of Managing large projects tutorial.
* If you want to learn, how to monitor and respond to parameter changes, check out :doc:`Monitoring for parameter changes (Python) <../Intermediate/Monitoring-For-Parameter-Changes-Python>` tutorial.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ However, there are cases when some nodes or launch files have to be launched sep

.. note:: Design tip: Be aware of the tradeoffs when deciding how many top-level launch files your application requires.

.. _Parameters:

2 Parameters
^^^^^^^^^^^^

Expand Down

0 comments on commit 5cc00bf

Please sign in to comment.