Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update parameters tutorial #384

Merged
merged 2 commits into from
Oct 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/Tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ Developers

.. toctree::
:maxdepth: 1

Tutorials/Workspace/CreatingAWorkspace
Tutorials/CreatingAROS2Package
Tutorials/GettingStartedWithRos2Doctor



Miscellaneous
-------------
Expand Down
11 changes: 1 addition & 10 deletions source/Tutorials/Parameters/UnderstandingROS2Parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,16 +126,7 @@ Your terminal should return the message:

Set parameter successful

The turtlesim window’s background color hasn’t changed yet, though.
To trigger the change, you have to call:

.. code-block:: bash

ros2 service call /clear std_srvs/srv/Empty

.. link to services tutorial “service call” section

This is an implementation detail left over from turtlesim on ROS 1, where parameters weren’t dynamically reconfigurable.
And the background of your turtlesim window should change colors:

.. image:: set.png

Expand Down