[GUI_tutorial.md] Change --force-version value in Harmonic tutorial to a supported value.#649
[GUI_tutorial.md] Change --force-version value in Harmonic tutorial to a supported value.#649mmmarinho wants to merge 2 commits intogazebosim:masterfrom
--force-version value in Harmonic tutorial to a supported value.#649Conversation
The previous one outputs the error "Version error: I cannot find this command in version [8.0.0]". Signed-off-by: Murilo M Marinho <46012516+mmmarinho@users.noreply.github.com>
azeey
left a comment
There was a problem hiding this comment.
I tested this locally and it seems to work fine for me if you use the versions listed in --versions. So maybe what we need is an explanation that the version can be just the major version number or the exact number listed in --versions.
|
@mmmarinho there hasn't been any activity in a while. Are you planning to get back to this? |
|
Hi @azeey, How you'd like to go about this? The smallest amount of modifications to make it work for a Harmonic installation would be to modify as I suggested earlier (
If you want I can add an explanation that it would also work with the full version out of Note The version specified to |
|
Changing the example to use just the major version number and adding the note sounds good. Thanks! |
|
@azeey: Docs seem to be building as we discussed.
|
|
Works for me, although it would be nice to change it in the rest of the Gazebo distributions as well (for consistency). E,g,: Fortress, Ionic, etc. |
|
Looks like something was lost. I only see b9b2f90 which doesn't have the Note in the screenshot. |

📜 Documentation Fix
Replace
gz sim --force-version 8.0.0 shapes.sdfby
gz sim --force-version 8 shapes.sdfin the harmonic docs.
Summary
The command below, in the harmonic harmonic docs,
gz sim --force-version 8.0.0 shapes.sdfoutputs the following error in modern versions (such as 8.9.0 and 8.10.0)
Version error: I cannot find this command in version [8.0.0]Checklist