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

Sonoma raceway link broken (missing %20 in uri link) #425

Closed
ARK3r opened this issue Jul 15, 2024 · 1 comment
Closed

Sonoma raceway link broken (missing %20 in uri link) #425

ARK3r opened this issue Jul 15, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ARK3r
Copy link

ARK3r commented Jul 15, 2024

Description

Clicking the copy button for the sdf code here the code block is missing the %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>
@ARK3r ARK3r added the bug Something isn't working label Jul 15, 2024
@azeey
Copy link
Contributor

azeey commented Jul 22, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants