We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clicking the copy button for the sdf code here the code block is missing the %20.
%20
current output of copying:
<include> <uri> https://fuel.gazebosim.org/1.0/OpenRobotics/models/Sonoma Raceway </uri> </include>
expected output:
<include> <uri> https://fuel.gazebosim.org/1.0/OpenRobotics/models/Sonoma%20Raceway </uri> </include>
The text was updated successfully, but these errors were encountered:
Both versions work in Gazebo, but I think the second version is technically correct. Do you mind closing this and opening a bug in https://github.com/gazebo-web/gazebosim-app?
Sorry, something went wrong.
No branches or pull requests
Description
Clicking the copy button for the sdf code here the code block is missing the
%20
.current output of copying:
expected output:
The text was updated successfully, but these errors were encountered: