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

Scene: update calls to use sdf::Errors parameters #1164

Merged
merged 7 commits into from
Mar 31, 2023
Merged

Conversation

marcoag
Copy link
Member

@marcoag marcoag commented Sep 20, 2022

Signed-off-by: Marco A. Gutierrez marco@openrobotics.org

🎉 New feature

Work towards #820.

Depends on #1162 and: #1141.

Summary

Adds missing Errors structure parameters in a few methods of the Sky class.

Test it

Using the Sky class should report all errors through sdf::Errors if the errors parameter is used, it should print them otherwise.

Checklist

  • Signed all commits for DCO
  • Added tests
  • Added example and/or tutorial
  • 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.

Marco A. Gutierrez added 3 commits October 3, 2022 16:51
Signed-off-by: Marco A. Gutierrez <marco@openrobotics.org>
Signed-off-by: Marco A. Gutierrez <marco@openrobotics.org>
Signed-off-by: Marco A. Gutierrez <marco@openrobotics.org>
@marcoag marcoag changed the base branch from main to sdf13 October 3, 2022 16:52
Signed-off-by: Marco A. Gutierrez <marco@openrobotics.org>
@codecov
Copy link

codecov bot commented Mar 24, 2023

Codecov Report

❗ No coverage uploaded for pull request base (sdf13@066f5a2). Click here to learn what that means.
The diff coverage is 100.00%.

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

@@           Coverage Diff            @@
##             sdf13    #1164   +/-   ##
========================================
  Coverage         ?   87.55%           
========================================
  Files            ?      126           
  Lines            ?    16476           
  Branches         ?        0           
========================================
  Hits             ?    14426           
  Misses           ?     2050           
  Partials         ?        0           
Impacted Files Coverage Δ
src/Scene.cc 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Marco A. Gutierrez added 2 commits March 28, 2023 04:03
Signed-off-by: Marco A. Gutierrez <marco@openrobotics.org>
@azeey azeey merged commit d044d5d into sdf13 Mar 31, 2023
@azeey azeey deleted the marcoag/sdf_error_scene branch March 31, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants