Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor updates to README file in the hello_world_plugin example #892

Merged
merged 3 commits into from
Sep 6, 2023

Conversation

iche033
Copy link
Contributor

@iche033 iche033 commented Sep 1, 2023

🦟 Bug fix

Summary

Updated instructions to launch gz sim with an empty world otherwise the quick start menu will pop up if no world is specified.

Also added info on what to check when the gui comes up in order to verify that the plugin is successfully loaded.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Updated documentation (as needed)
  • Updated migration guide (as needed)
  • Consider updating Python bindings (if the library has them)
  • codecheck passed (See contributing)
  • All tests passed (See test coverage)
  • While waiting for a review on your PR, please help review another open pull request to support the maintainers

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

Signed-off-by: Ian Chen <ichen@openrobotics.org>
@github-actions github-actions bot added the 🌱 garden Ignition Garden label Sep 1, 2023
@@ -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 -v 4 --render-engine HelloWorldPlugin empty.sdf
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is verbose needed here for the hello world example?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not really, I removed it in 4145113. Originally added so that user can check console output to make sure the plugin is loaded but just realized it should still print out an obvious red error msg if plugin is not found without the -v 4 arg.

Signed-off-by: Ian Chen <ichen@openrobotics.org>
@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #892 (4152453) into gz-rendering7 (b16a396) will not change coverage.
The diff coverage is n/a.

❗ Current head 4152453 differs from pull request most recent head decc911. Consider uploading reports for the commit decc911 to get more accurate results

@@              Coverage Diff               @@
##           gz-rendering7     #892   +/-   ##
==============================================
  Coverage          77.23%   77.23%           
==============================================
  Files                170      170           
  Lines              14738    14738           
==============================================
  Hits               11383    11383           
  Misses              3355     3355           

@iche033 iche033 merged commit 6fa1fc1 into gz-rendering7 Sep 6, 2023
11 of 12 checks passed
@iche033 iche033 deleted the hello_world_plugin_readme branch September 6, 2023 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants