Skip to content

Commit

Permalink
Plugin Declaration XML: Simplify Lead Part (ros2#3954)
Browse files Browse the repository at this point in the history
As a non-English native speaker, the lead part of the sentence was a
bit hard to read. This commit simplifies it without (hoping) changing
the meaning.

Signed-off-by: Yasushi SHOJI <yashi@spacecubics.com>
  • Loading branch information
yashi committed Oct 8, 2023
1 parent 3300cdd commit f0c5507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Tutorials/Beginner-Client-Libraries/Pluginlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Let's go through the arguments to the ``PLUGINLIB_EXPORT_CLASS`` macro:
2.2 Plugin Declaration XML
~~~~~~~~~~~~~~~~~~~~~~~~~~

The steps above make it so that instances of our plugins can be created once the library they exist in is loaded, but the plugin loader still needs a way to find that library and to know what to reference within that library.
The steps above enable plugin instances to be created when the containing library is loaded, but the plugin loader still needs a way to find that library and to know what to reference within that library.
To this end, we'll also create an XML file that, along with a special export line in the package manifest, makes all the necessary information about our plugins available to the ROS toolchain.

Create ``ros2_ws/src/polygon_plugins/plugins.xml`` with the following code:
Expand Down

0 comments on commit f0c5507

Please sign in to comment.