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 8813cbc commit eab5b4eCopy full SHA for eab5b4e
source/Tutorials/Beginner-Client-Libraries/Pluginlib.rst
@@ -330,6 +330,15 @@ From ``ros2_ws``, be sure to source the setup files:
330
331
$ call install/setup.bat
332
333
+You can verify that your plugins were successfully registered by listing them:
334
+
335
+.. code-block:: console
336
337
+ $ ros2 plugin list
338
+ polygon_plugins:
339
+ Plugin(name='polygon_plugins::Square', type='polygon_plugins::Square', base='polygon_base::RegularPolygon')
340
+ Plugin(name='polygon_plugins::Triangle', type='polygon_plugins::Triangle', base='polygon_base::RegularPolygon')
341
342
Now run the node:
343
344
.. code-block:: console
0 commit comments