sdformat icon indicating copy to clipboard operation
sdformat copied to clipboard

gz sdf still not on Windows?

Open peci1 opened this issue 2 years ago • 3 comments

https://github.com/gazebosim/sdformat/blob/881cbb7f4bab89d052095a43a11cf30059a174f4/src/CMakeLists.txt#L129-L131

Any reason why this is still there? What is the blocker?

peci1 avatar Sep 03 '23 04:09 peci1

Bad thing is gz sdf command is actually registered to gz-tools, so it is presented in help messages etc., but the ruby script is not installed, so any attempt at running it fails with a cryptic error.

peci1 avatar Sep 03 '23 04:09 peci1

See https://github.com/gazebosim/gz-tools/issues/71 for a related discussion. In a nutshell we need to propagate the fix https://github.com/gazebosim/gz-plugin/pull/63 here, just removing the if I am not wrong will break builds on Visual Studio multiple-config generators.

traversaro avatar Sep 03 '23 05:09 traversaro

if if I am not wrong will break builds on Visual Studio multiple-config generators.

You're right ;)

peci1 avatar Sep 04 '23 09:09 peci1