We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcdc7c4 commit 8efeb17Copy full SHA for 8efeb17
docs/source/action_servers.rst
@@ -80,6 +80,15 @@ Note that we use an arbitrary minimum distance as stop criterion. Do not expect
80
that we are using floating point representation for the numbers. If you do not add a stopping range it is likely
81
that your node will be stuck forever.
82
83
+Adjusting the :file:`setup.py`
84
+------------------------------
85
+
86
+This file will include the directives for the server and client. The one for the server is highlighted below.
87
88
+.. literalinclude:: ../../ros2_tutorial_workspace/src/python_package_that_uses_the_actions/setup.py
89
+ :language: python
90
+ :emphasize-lines: 23
91
92
Testing the Action Server
93
-------------------------
94
0 commit comments