-
Notifications
You must be signed in to change notification settings - Fork 295
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 resource finder #1508
Conversation
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Signed-off-by: Nate Koenig <nate@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo6 #1508 +/- ##
============================================
Coverage 33.58% 33.58%
============================================
Files 44 44
Lines 2260 2260
============================================
Hits 759 759
Misses 1501 1501 Continue to review full report at Codecov.
|
…otics/ign-gazebo into scene_update_resource_finder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a minor fix in 99a868f
🎉 New feature
Summary
This adds a
/gazebo/resource_paths/resolve
service that will return the full path to a file on disk when provided with a URI. Only Fuel and IGN_GAZEBO_RESOURCE_PATH are checked.This also stores the
<scene>
information the SceneBroadcaster so that thescene/info
service can send over<scene>
information.Test
Path resolver
Checklist
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.