Skip to content

Commit d24f6c6

Browse files
authored
rqt_graph should be started with ros2 run. (ros2#5821)
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent 2782f36 commit d24f6c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/Tutorials/Advanced/Discovery-Server/Discovery-Server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ We can also see the Node's Graph using the ROS 2 tool ``rqt_graph`` as follows (
575575
576576
.. code-block:: console
577577
578-
$ rqt_graph
578+
$ ros2 run rqt_graph rqt_graph
579579
580580
581581
No Daemon tools

source/Tutorials/Beginner-CLI-Tools/Understanding-ROS2-Topics/Understanding-ROS2-Topics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To run rqt_graph, open a new terminal and enter the command:
7373

7474
.. code-block:: console
7575
76-
$ rqt_graph
76+
$ ros2 run rqt_graph rqt_graph
7777
7878
You can also open rqt_graph by opening ``rqt`` and selecting **Plugins** > **Introspection** > **Node Graph**.
7979

source/Tutorials/Intermediate/Launch/Creating-Launch-Files.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Run the command:
232232

233233
.. code-block:: console
234234
235-
$ rqt_graph
235+
$ ros2 run rqt_graph rqt_graph
236236
237237
.. image:: images/mimic_graph.png
238238

0 commit comments

Comments
 (0)