Skip to content

Commit

Permalink
Revert changes to ros2 param list command
Browse files Browse the repository at this point in the history
crystal now accepts leading slash ros2/ros2cli#179
  • Loading branch information
sloretz committed Dec 13, 2018
1 parent 0ac80f4 commit c1aeb95
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Node-arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,9 @@ Other nodes will be able to retrieve the parameter values, e.g.:

.. code-block:: bash
$ ros2 param list /talker
$ ros2 param list talker
a_string
some_int
some_lists.some_doubles
some_lists.some_integers
If you are using the bouncy release then the node name must not be fully qualified.

.. code-block:: bash
ros2 param list talker

0 comments on commit c1aeb95

Please sign in to comment.