Skip to content

Commit 24bf4ee

Browse files
mergify[bot]mariopratsfujitatomoya
authored
Doc update (backport #3532) (#5696)
* Doc update (#3532) * Update Using-Parameters-In-A-Class-Python.rst Updating to a more accurate description of the expected output (py). * Update Using-Parameters-In-A-Class-CPP.rst Updating to a more accurate description of the expected output (cpp). (cherry picked from commit 8a6ad2f) # Conflicts: # source/Tutorials/Beginner-Client-Libraries/Using-Parameters-In-A-Class-CPP.rst # source/Tutorials/Beginner-Client-Libraries/Using-Parameters-In-A-Class-Python.rst * address conflicts. Signed-off-by: Tomoya Fujita <[email protected]> --------- Signed-off-by: Tomoya Fujita <[email protected]> Co-authored-by: Mario Prats <[email protected]> Co-authored-by: Tomoya Fujita <[email protected]>
1 parent 3898ca7 commit 24bf4ee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

source/Tutorials/Beginner-Client-Libraries/Using-Parameters-In-A-Class-CPP.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,13 +395,15 @@ Then source the setup files in a new terminal:
395395
$ call install/setup.bat
396396
397397
Now run the node using the launch file we have just created.
398-
The terminal should return the following message every second:
398+
The terminal should return the following message the first time:
399399

400400
.. code-block:: console
401401
402402
$ ros2 launch cpp_parameters cpp_parameters_launch.py
403403
[INFO] [custom_minimal_param_node]: Hello earth!
404404
405+
Further outputs should show ``[INFO] [minimal_param_node]: Hello world!`` every second.
406+
405407
Summary
406408
-------
407409

source/Tutorials/Beginner-Client-Libraries/Using-Parameters-In-A-Class-Python.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,13 +394,15 @@ Then source the setup files in a new terminal:
394394
$ call install/setup.bat
395395
396396
Now run the node using the launch file we have just created.
397-
The terminal should return the following message every second:
397+
The terminal should return the following message the first time:
398398

399399
.. code-block:: console
400400
401401
$ ros2 launch python_parameters python_parameters_launch.py
402402
[INFO] [custom_minimal_param_node]: Hello earth!
403403
404+
Further outputs should show ``[INFO] [minimal_param_node]: Hello world!`` every second.
405+
404406
Summary
405407
-------
406408

0 commit comments

Comments
 (0)