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 d27c3e2 commit fa736efCopy full SHA for fa736ef
source/Tutorials/Beginner-Client-Libraries/Pluginlib.rst
@@ -222,7 +222,7 @@ Create ``~/ros2_ws/src/polygon_plugins/plugins.xml`` with the following code:
222
<class type="polygon_plugins::Square" base_class_type="polygon_base::RegularPolygon">
223
<description>This is a square plugin.</description>
224
</class>
225
- <class type="polygon_plugins::Triangle" base_class_type="polygon_base::RegularPolygon" name="awesome_triangle>
+ <class type="polygon_plugins::Triangle" base_class_type="polygon_base::RegularPolygon" name="awesome_triangle">
226
<description>This is a triangle plugin.</description>
227
228
</library>
0 commit comments