-
Notifications
You must be signed in to change notification settings - Fork 95
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
Adding _config to readFile call #824
Conversation
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
How to recreate the issue,
To resolve the issue, modify
|
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
Codecov Report
@@ Coverage Diff @@
## sdf12 #824 +/- ##
=======================================
Coverage 90.70% 90.70%
=======================================
Files 78 78
Lines 12438 12438
=======================================
Hits 11282 11282
Misses 1156 1156
Continue to review full report at Codecov.
|
Signed-off-by: Addisu Z. Taddese <addisu@openrobotics.org>
The reason the test was passing is that I have taken the liberty to add a slightly modified version of that test into this PR in 786480e. I put it in Edit: Added comment about |
This pull request has been mentioned on Gazebo Community. There might be relevant details there: https://community.gazebosim.org/t/new-ignition-releases-2022-04-13-fortress-edifice/1367/1 |
Signed-off-by: Aaron Chong aaronchongth@gmail.com
🦟 Bug fix
Related to RobotLocomotion/drake#15948, fixes RobotLocomotion/drake#15948 (comment) specifically.
Summary
This single line fix, fixes the problem mentioned here RobotLocomotion/drake#15948 (comment), after testing with a local copy of
sdformat
by addinglocal_repository_override
todrake/tools/workspace/sdformat/repository,bzl
ParserConfig
s are not passed down into nestedreadFile
callsdrake
manages model paths differentlyChecklist
codecheck
passed (See contributing)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.