Skip to content

Commit 04a5e0d

Browse files
Permit to run gz sim -g on Windows (#2382)
Signed-off-by: Silvio Traversaro <silvio@traversaro.it> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent cd9a855 commit 04a5e0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/cmd/cmdsim.rb.in

-6
Original file line numberDiff line numberDiff line change
@@ -598,12 +598,6 @@ See https://github.com/gazebosim/gz-sim/issues/168 for more info."
598598
options['record-period'], options['seed'])
599599
# Otherwise run the gui
600600
else options['gui']
601-
if plugin.end_with? ".dll"
602-
puts "`gz sim` currently only works with the -s argument on Windows.
603-
See https://github.com/gazebosim/gz-sim/issues/168 for more info."
604-
exit(-1)
605-
end
606-
607601
ENV['RMT_PORT'] = '1501'
608602
Importer.runGui(options['gui_config'], options['file'],
609603
options['wait_gui'], options['render_engine_gui'],

0 commit comments

Comments
 (0)