Skip to content

Commit

Permalink
docs(Understanding parameters): added comment regarding dots usage wh…
Browse files Browse the repository at this point in the history
…ile separating params namespaces and name
  • Loading branch information
jkaniuka committed Jan 14, 2025
1 parent 5cc00bf commit 95d9e07
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ You will see the node namespaces, ``/teleop_turtle`` and ``/turtlesim``, followe
qos_overrides./parameter_events.publisher.reliability
use_sim_time
The namespaces of the parameter and its name are separated using dots as you can see, for example, in ``parameter_events.publisher.depth``.

Every node has the parameter ``use_sim_time``; it's not unique to turtlesim.

Based on their names, it looks like ``/turtlesim``'s parameters determine the background color of the turtlesim window using RGB color values.
Expand Down

0 comments on commit 95d9e07

Please sign in to comment.