-
Notifications
You must be signed in to change notification settings - Fork 269
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
Names with spaces: add string serializer #244
Conversation
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Codecov Report
@@ Coverage Diff @@
## master #244 +/- ##
==========================================
+ Coverage 65.78% 65.82% +0.03%
==========================================
Files 128 128
Lines 6307 6314 +7
==========================================
+ Hits 4149 4156 +7
Misses 2158 2158
Continue to review full report at Codecov.
|
It did fix the errors being printed, however multiple models with spaces are still rendered incorrectly, i.e. the sdf snippet wrote in the issue renders as below: Edit: Actually nevermind I believe it is just an issue with the asset and its use of material scripts for alpha textures that is not supported anymore in ignition |
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.
Looks good! Thanks for iterating so quickly on this!
I guess as usual add the Changelog?
…tics/ign-gazebo into chapulina/string_serializer
@osrf-jenkins retest this please |
|
Signed-off-by: Louise Poubel <louise@openrobotics.org> Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org>
* Names with spaces: add string serializer (#244) * Update to Dome versions * Update dependencies in workflows * Add X support to workflows Signed-off-by: Louise Poubel <louise@openrobotics.org> Signed-off-by: Jose Luis Rivero <jrivero@osrfoundation.org> Signed-off-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Louise Poubel <louise@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Jose Luis Rivero <jrivero@osrfoundation.org>
Addresses issue #239 .
This needs to target Dome because changing the serializer from default to a custom string serializer breaks ABI.
Added some names with spaces and special characters to
fuel.sdf
and everything seems to be in place: