Skip to content

Commit

Permalink
Minor updates to README file in the hello_world_plugin example (#892)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Sep 6, 2023
1 parent b16a396 commit 6fa1fc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/hello_world_plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ Now you can run `gz sim` with the name of the resultant library file (without th
or the file extension, i.e., libHelloWorldPlugin.so -> HelloWorldPlugin):

~~~
gz sim --render-engine HelloWorldPlugin
gz sim --render-engine HelloWorldPlugin empty.sdf
~~~

You should see a blank screen within the Gazebo GUI, as this mocked plugin provides no implementation
for the scene.
for the scene. The Gazebo Component Inspector should show that the Render Engine Gui Plugin and
the Render Engine Server Plugin are now set to use the `HelloWorldPlugin`.

0 comments on commit 6fa1fc1

Please sign in to comment.