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

ignition installed on windows 8 but cant gazebo after "ign" in command line #1316

Closed
Kakcalu13 opened this issue Jan 30, 2022 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@Kakcalu13
Copy link

Environment

  • OS Version: Windows 8
  • Source or binary build? Both
    image
(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign
The 'ign' command provides a command line interface to the ignition tools.

  ign <command> [options]

List of available commands:

  help:          Print this help text.
  plugin:        Print information about plugins.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'ign help <command>' to print help for a command.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>igngazebo
'igngazebo' is not recognized as an internal or external command,
operable program or batch file.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign gazebo
The 'ign' command provides a command line interface to the ignition tools.

  ign <command> [options]

List of available commands:

  help:          Print this help text.
  plugin:        Print information about plugins.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'ign help <command>' to print help for a command.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign-gazebo
'ign-gazebo' is not recognized as an internal or external command,
operable program or batch file.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign gazebo
The 'ign' command provides a command line interface to the ignition tools.

  ign <command> [options]

List of available commands:

  help:          Print this help text.
  plugin:        Print information about plugins.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'ign help <command>' to print help for a command.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign --versions
The 'ign' command provides a command line interface to the ignition tools.

  ign <command> [options]

List of available commands:

  help:          Print this help text.
  plugin:        Print information about plugins.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'ign help <command>' to print help for a command.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign gazebo --versions
The 'ign' command provides a command line interface to the ignition tools.

  ign <command> [options]

List of available commands:

  help:          Print this help text.
  plugin:        Print information about plugins.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'ign help <command>' to print help for a command.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>s
's' is not recognized as an internal or external command,
operable program or batch file.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign gazebo >> log.txt

(ign-ws) C:\Users\Kevin\Documents\ign-ws>clear


(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign gazebo
The 'ign' command provides a command line interface to the ignition tools.

  ign <command> [options]

List of available commands:

  help:          Print this help text.
  plugin:        Print information about plugins.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'ign help <command>' to print help for a command.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>ign gazebo --versions
The 'ign' command provides a command line interface to the ignition tools.

  ign <command> [options]

List of available commands:

  help:          Print this help text.
  plugin:        Print information about plugins.

Options:

  --force-version <VERSION>  Use a specific library version.
  --versions                 Show the available versions.
  --commands                 Show the available commands.
Use 'ign help <command>' to print help for a command.

(ign-ws) C:\Users\Kevin\Documents\ign-ws>

Description

  • Expected behavior: Not supported :P I just want to at least try! It'd be great to have ignition on my personal pc!
  • Actual behavior: It's actually installed on windows 8. I just can't open gazebo so do you know any trick to open it or run command without have a space in it?

Steps to reproduce

  1. ign gazebo

Output

image

@Kakcalu13 Kakcalu13 added the bug Something isn't working label Jan 30, 2022
@Kakcalu13
Copy link
Author

If there is no way to open ignition without ign gazebo, I will just close this issue.

@traversaro
Copy link
Contributor

traversaro commented Feb 1, 2022

I think to be able to run ign gazebo you just need to comment out the if(NOT WIN32) in https://github.com/ignitionrobotics/ign-gazebo/blob/c08fc87e2b965ab388f6dc4a74f8668213ecae8f/src/CMakeLists.txt#L191 . I may have tried back in October 2021 when I worked a bit. However, note that probably you may encounter other problems (such as conda-forge/libignition-gazebo-feedstock#6 or conda-forge/libignition-gazebo-feedstock#32). I would be happy to help you if you want to work on solving them, but consider anyhow that will probably not work out of the box.

Note that when reporting issue like this, it is useful to report the version of Ignition Gazebo that you are using. For when you are using the binary, you can easily get the version with conda list, while when building from source conda list (for the dependencies) and vcs export --exact for the repos you are building from source.

@Kakcalu13
Copy link
Author

Hey there!

Thank you so much for your reply!

No worries, I will just upgrade my w8 to w11/w10 later.

I was hoping that I could somewhat find shortest way to download without needed w10 :P

Got it, I will keep that in mind to share the log in future

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